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/51-9023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12397",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12397",
         "title": "Weigh or measure materials, ingredients, or products to ensure conformance to requirements.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12410",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12410",
         "title": "Read work orders to determine production specifications or information.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12402",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12402",
         "title": "Observe production or monitor equipment to ensure safe and efficient operation.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20682",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/20682",
         "title": "Mix or blend ingredients by starting machines and mixing for specified times.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12403",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12403",
         "title": "Stop mixing or blending machines when specified product qualities are obtained and open valves and start pumps to transfer mixtures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12411",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12411",
         "title": "Compound or process ingredients or dyes, according to formulas.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12406",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12406",
         "title": "Examine materials, ingredients, or products visually or with hands to ensure conformance to established standards.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12400",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12400",
         "title": "Operate or tend machines to mix or blend any of a wide variety of materials, such as spices, dough batter, tobacco, fruit juices, chemicals, livestock feed, food products, color pigments, or explosive ingredients.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12401",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12401",
         "title": "Dump or pour specified amounts of materials into machinery or equipment.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12407",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12407",
         "title": "Record operational or production data on specified forms.",
         "importance": 85,
         "category": "Core"
      }
   ]
}