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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/details/tasks?start=11&end=15",
   "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7010",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7010",
         "title": "Walk, ride bicycles, drive vehicles, or use public conveyances to reach destinations to deliver messages or materials.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7016",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7016",
         "title": "Sort items to be delivered according to the delivery route.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7015",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7015",
         "title": "Deliver messages and items, such as newspapers, documents, and packages, between establishment departments and to other establishments and private homes.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7012",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7012",
         "title": "Unload and sort items collected along delivery routes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "7014",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/related/tasks/7014",
         "title": "Plan and follow the most efficient routes for delivering goods.",
         "importance": 81,
         "category": "Core"
      }
   ]
}