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/53-7062.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "10789",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10789",
         "title": "Maintain equipment storage areas to ensure that inventory is protected.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10779",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10779",
         "title": "Read work orders or receive oral instructions to determine work assignments or material or equipment needs.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10781",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10781",
         "title": "Move freight, stock, or other materials to and from storage or production areas, loading docks, delivery vehicles, ships, or containers, by hand or using trucks, tractors, or other equipment.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "10788",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10788",
         "title": "Install protective devices, such as bracing, padding, or strapping, to prevent shifting or damage to items being transported.",
         "importance": 88,
         "category": "Supplemental"
      },
      {
         "id": "10782",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10782",
         "title": "Sort cargo before loading and unloading.",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "id": "10778",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10778",
         "title": "Attach identifying tags to containers or mark them with identifying information.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "10780",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10780",
         "title": "Record numbers of units handled or moved, using daily production sheets or work tickets.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "10790",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10790",
         "title": "Attach slings, hooks, or other devices to lift cargo and guide loads.",
         "importance": 74,
         "category": "Supplemental"
      },
      {
         "id": "10787",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10787",
         "title": "Carry needed tools or supplies from storage or trucks and return them after use.",
         "importance": 65,
         "category": "Supplemental"
      },
      {
         "id": "10786",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10786",
         "title": "Pack containers and re-pack damaged containers.",
         "importance": 57,
         "category": "Supplemental"
      }
   ]
}