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/11-3051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "39",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/39",
         "title": "Set and monitor product standards, examining samples of raw products or directing testing during processing, to ensure finished products are of prescribed quality."
      },
      {
         "id": "32",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/32",
         "title": "Direct or coordinate production, processing, distribution, or marketing activities of industrial organizations."
      },
      {
         "id": "34",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/34",
         "title": "Review processing schedules or production orders to make decisions concerning inventory requirements, staffing requirements, work procedures, or duty assignments, considering budgetary limitations and time constraints."
      },
      {
         "id": "35",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/35",
         "title": "Review operations and confer with technical or administrative staff to resolve production or processing problems."
      },
      {
         "id": "36",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/36",
         "title": "Hire, train, evaluate, or discharge staff or resolve personnel grievances."
      }
   ]
}