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/47-5081.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13699",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13699",
         "title": "Observe and monitor equipment operation during the extraction process to detect any problems."
      },
      {
         "id": "13700",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13700",
         "title": "Drive moving equipment to transport materials and parts to excavation sites."
      },
      {
         "id": "13705",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13705",
         "title": "Unload materials, devices, and machine parts, using hand tools."
      },
      {
         "id": "13709",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13709",
         "title": "Set up and adjust equipment used to excavate geological materials."
      },
      {
         "id": "13702",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13702",
         "title": "Organize materials to prepare for use."
      }
   ]
}