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/53-1043.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8584",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8584",
         "title": "Enforce safety rules and regulations."
      },
      {
         "id": "8593",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8593",
         "title": "Interpret transportation or tariff regulations, shipping orders, safety regulations, or company policies and procedures for workers."
      },
      {
         "id": "8588",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8588",
         "title": "Resolve worker problems or collaborate with employees to assist in problem resolution."
      },
      {
         "id": "8586",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8586",
         "title": "Confer with customers, supervisors, contractors, or other personnel to exchange information or to resolve problems."
      },
      {
         "id": "8585",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1043.00/related/tasks/8585",
         "title": "Plan work assignments and equipment allocations to meet transportation, operations or production goals."
      }
   ]
}