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-9196.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "12678",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12678",
         "title": "Examine completed work to detect defects and verify conformance to work orders, and adjust machinery as necessary to correct production problems.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12683",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12683",
         "title": "Observe operation of various machines to detect and correct machine malfunctions such as improper forming, glue flow, or pasteboard tension.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12679",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12679",
         "title": "Start machines and move controls to regulate tension on pressure rolls, to synchronize speed of machine components, and to adjust temperatures of glue or paraffin.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12689",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12689",
         "title": "Disassemble machines to maintain, repair, or replace broken or worn parts, using hand or power tools.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "12681",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12681",
         "title": "Install attachments to machines for gluing, folding, printing, or cutting.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "12687",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12687",
         "title": "Cut products to specified dimensions, using hand or power cutters.",
         "importance": 84,
         "category": "Supplemental"
      },
      {
         "id": "12685",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12685",
         "title": "Place rolls of paper or cardboard on machine feed tracks, and thread paper through gluing, coating, and slitting rollers.",
         "importance": 83,
         "category": "Supplemental"
      },
      {
         "id": "12688",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12688",
         "title": "Monitor finished cartons as they drop from forming machines into rotating hoppers and into gravity feed chutes to prevent jamming.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "12680",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12680",
         "title": "Adjust guide assemblies, forming bars, and folding mechanisms according to specifications, using hand tools.",
         "importance": 80,
         "category": "Supplemental"
      },
      {
         "id": "12682",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12682",
         "title": "Measure, space, and set saw blades, cutters, and perforators, according to product specifications.",
         "importance": 77,
         "category": "Supplemental"
      }
   ]
}