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-6064.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14183",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14183",
         "title": "Notify supervisors or mechanics of equipment malfunctions."
      },
      {
         "id": "14190",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14190",
         "title": "Thread yarn, thread, or fabric through guides, needles, and rollers of machines."
      },
      {
         "id": "14184",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14184",
         "title": "Start machines, monitor operation, and make adjustments as needed."
      },
      {
         "id": "14192",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14192",
         "title": "Inspect machinery to determine whether repairs are needed."
      },
      {
         "id": "14195",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6064.00/related/tasks/14195",
         "title": "Record production data such as numbers and types of bobbins wound."
      }
   ]
}