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-2022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2430",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/2430",
         "title": "Receive payment or obtain credit authorization."
      },
      {
         "id": "20776",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/20776",
         "title": "Assist customers, such as responding to customer complaints and updating them about back-ordered parts."
      },
      {
         "id": "20775",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/20775",
         "title": "Fill customer orders from stock, and place orders when requested items are out of stock."
      },
      {
         "id": "2427",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/2427",
         "title": "Receive and fill telephone orders for parts."
      },
      {
         "id": "20777",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2022.00/related/tasks/20777",
         "title": "Locate and label parts, and maintain inventory of stock."
      }
   ]
}