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-9022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "791",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/791",
         "title": "Perform other clerical duties, such as answering telephone, sorting and distributing mail, running errands or sending faxes."
      },
      {
         "id": "790",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/790",
         "title": "Check completed work for spelling, grammar, punctuation, and format."
      },
      {
         "id": "794",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/794",
         "title": "File and store completed documents on computer hard drive or disk, or maintain a computer filing system to store, retrieve, update, and delete documents."
      },
      {
         "id": "795",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/795",
         "title": "Print and make copies of work."
      },
      {
         "id": "805",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/related/tasks/805",
         "title": "Transmit work electronically to other locations."
      }
   ]
}