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-3091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "10058",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10058",
         "title": "Observe, feel, taste, or otherwise examine products during and after processing to ensure conformance to standards.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10061",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10061",
         "title": "Set temperature and time controls, light ovens, burners, driers, or roasters, and start equipment, such as conveyors, cylinders, blowers, driers, or pumps.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10059",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10059",
         "title": "Observe temperature, humidity, pressure gauges, and product samples and adjust controls, such as thermostats and valves, to maintain prescribed operating conditions for specific stages.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10062",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10062",
         "title": "Observe flow of materials and listen for machine malfunctions, such as jamming or spillage, and notify supervisors if corrective actions fail.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10063",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10063",
         "title": "Record production data, such as weight and amount of product processed, type of product, and time and temperature of processing.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10064",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10064",
         "title": "Weigh or measure products, using scale hoppers or scale conveyors.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "10060",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10060",
         "title": "Operate or tend equipment that roasts, bakes, dries, or cures food items such as cocoa and coffee beans, grains, nuts, and bakery products.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10076",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10076",
         "title": "Signal coworkers to synchronize flow of materials.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10065",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10065",
         "title": "Read work orders to determine quantities and types of products to be baked, dried, or roasted.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "10067",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10067",
         "title": "Fill or remove product from trays, carts, hoppers, or equipment, using scoops, peels, or shovels, or by hand.",
         "importance": 73,
         "category": "Core"
      }
   ]
}