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-5053.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8221",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8221",
         "title": "Clear jams in sorting equipment."
      },
      {
         "id": "8219",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8219",
         "title": "Operate various types of equipment, such as computer scanning equipment, addressographs, mimeographs, optical character readers, and bar-code sorters."
      },
      {
         "id": "8227",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8227",
         "title": "Sort odd-sized mail by hand, sort mail that other workers have been unable to sort, and segregate items requiring special handling."
      },
      {
         "id": "8213",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8213",
         "title": "Direct items according to established routing schemes, using computer-controlled keyboards or voice-recognition equipment."
      },
      {
         "id": "8222",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8222",
         "title": "Check items to ensure that addresses are legible and correct, that sufficient postage has been paid or the appropriate documentation is attached, and that items are in a suitable condition for processing."
      }
   ]
}