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/43-3061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2539",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2539",
         "title": "Track the status of requisitions, contracts, and orders."
      },
      {
         "id": "2534",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2534",
         "title": "Perform buying duties when necessary."
      },
      {
         "id": "2531",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2531",
         "title": "Prepare purchase orders and send copies to suppliers and to departments originating requests."
      },
      {
         "id": "2540",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2540",
         "title": "Calculate costs of orders, and charge or forward invoices to appropriate accounts."
      },
      {
         "id": "2538",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2538",
         "title": "Compare prices, specifications, and delivery dates to determine the best bid among potential suppliers."
      }
   ]
}