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/summary/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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}