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/43-9071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13288",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13288",
         "title": "Read job orders to determine the type of work to be done, the quantities to be produced, and the materials needed."
      },
      {
         "id": "13301",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13301",
         "title": "Deliver completed work."
      },
      {
         "id": "13290",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13290",
         "title": "Place original copies in feed trays, feed originals into feed rolls, or position originals on tables beneath camera lenses."
      },
      {
         "id": "13292",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13292",
         "title": "Sort, assemble, and proof completed work."
      },
      {
         "id": "13289",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/related/tasks/13289",
         "title": "Operate office machines such as high speed business photocopiers, readers, scanners, addressing machines, stencil-cutting machines, microfilm readers or printers, folding and inserting machines, bursters, and binder machines."
      }
   ]
}