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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2534",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2534",
         "title": "Perform buying duties when necessary.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20786",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/20786",
         "title": "Approve and pay bills.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2545",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2545",
         "title": "Maintain knowledge of all organizational and governmental rules affecting purchases, and provide information about these rules to organization staff members and to vendors.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2532",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2532",
         "title": "Determine if inventory quantities are sufficient for needs, ordering more materials when necessary.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2541",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2541",
         "title": "Check shipments when they arrive to ensure that orders have been filled correctly and that goods meet specifications.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2535",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/tasks/2535",
         "title": "Contact suppliers to schedule or expedite deliveries and to resolve shortages, missed or late deliveries, and other problems.",
         "importance": 79,
         "category": "Core"
      }
   ]
}