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-9051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4963",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4963",
         "title": "Monitor equipment operation, gauges, and panel lights to detect deviations from standards."
      },
      {
         "id": "4966",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4966",
         "title": "Confer with supervisors or other equipment operators to report equipment malfunctions or to resolve production problems."
      },
      {
         "id": "4962",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4962",
         "title": "Press and adjust controls to activate, set, and regulate equipment according to specifications."
      },
      {
         "id": "4965",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4965",
         "title": "Record gauge readings, test results, and shift production in log books."
      },
      {
         "id": "4964",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/related/tasks/4964",
         "title": "Read and interpret work orders and instructions to determine work assignments, process specifications, and production schedules."
      }
   ]
}