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-6051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23850",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23850",
         "title": "Prepare and submit reports after completion of freight shipments."
      },
      {
         "id": "23851",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23851",
         "title": "Inspect shipments to ensure that freight is securely braced and blocked."
      },
      {
         "id": "23852",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23852",
         "title": "Record details about freight conditions, handling of freight, and any problems encountered."
      },
      {
         "id": "23853",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23853",
         "title": "Advise crews in techniques of stowing dangerous and heavy cargo."
      },
      {
         "id": "23854",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.00/related/tasks/23854",
         "title": "Observe loading of freight to ensure that crews comply with procedures."
      }
   ]
}