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-5021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20903",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/20903",
         "title": "Deliver and pick up medical records, lab specimens, and medications to and from hospitals and other medical facilities."
      },
      {
         "id": "7017",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7017",
         "title": "Obtain signatures and payments, or arrange for recipients to make payments."
      },
      {
         "id": "7018",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7018",
         "title": "Record information, such as items received and delivered and recipients' responses to messages."
      },
      {
         "id": "7013",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7013",
         "title": "Receive messages or materials to be delivered, and information on recipients, such as names, addresses, telephone numbers, and delivery instructions, communicated via telephone, two-way radio, or in person."
      },
      {
         "id": "7011",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7011",
         "title": "Load vehicles with listed goods, ensuring goods are loaded correctly and taking precautions with hazardous goods."
      }
   ]
}