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/45-2041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 5,
   "task": [
      {
         "id": "13352",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2041.00/related/tasks/13352",
         "title": "Place products in containers according to grade and mark grades on containers.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "13351",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2041.00/related/tasks/13351",
         "title": "Weigh products or estimate their weight, visually or by feel.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "13350",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2041.00/related/tasks/13350",
         "title": "Discard inferior or defective products or foreign matter, and place acceptable products in containers for further processing.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13349",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2041.00/related/tasks/13349",
         "title": "Grade and sort products according to factors such as color, species, length, width, appearance, feel, smell, and quality to ensure correct processing and usage.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13353",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2041.00/related/tasks/13353",
         "title": "Record grade or identification numbers on tags or on shipping, receiving, or sales sheets.",
         "importance": 80,
         "category": "Supplemental"
      }
   ]
}