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/51-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8450",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8450",
         "title": "Enforce safety and sanitation regulations."
      },
      {
         "id": "20155",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/20155",
         "title": "Keep records of employees' attendance and hours worked."
      },
      {
         "id": "8455",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8455",
         "title": "Inspect materials, products, or equipment to detect defects or malfunctions."
      },
      {
         "id": "8452",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8452",
         "title": "Read and analyze charts, work orders, production schedules, and other records and reports to determine production requirements and to evaluate current production estimates and outputs."
      },
      {
         "id": "8454",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/related/tasks/8454",
         "title": "Plan and establish work schedules, assignments, and production sequences to meet production goals."
      }
   ]
}