Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/41-4011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11240",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11240",
         "title": "Negotiate prices or terms of sales or service agreements."
      },
      {
         "id": "20608",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/20608",
         "title": "Prepare and submit sales contracts for orders."
      },
      {
         "id": "11251",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11251",
         "title": "Visit establishments to evaluate needs or to promote product or service sales."
      },
      {
         "id": "11241",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11241",
         "title": "Maintain customer records, using automated systems."
      },
      {
         "id": "11237",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11237",
         "title": "Answer customers' questions about products, prices, availability, or credit terms."
      }
   ]
}