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-9191.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "12607",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12607",
         "title": "Align and position materials being joined to ensure accurate application of adhesive or heat sealing.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12598",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12598",
         "title": "Adjust machine components according to specifications such as widths, lengths, and thickness of materials and amounts of glue, cement, or adhesive required.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12599",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12599",
         "title": "Monitor machine operations to detect malfunctions and report or resolve problems.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12604",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12604",
         "title": "Start machines, and turn valves or move controls to feed, admit, apply, or transfer materials and adhesives, and to adjust temperature, pressure, and time settings.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12601",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12601",
         "title": "Fill machines with glue, cement, or adhesives.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12605",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12605",
         "title": "Perform test production runs and make adjustments as necessary to ensure that completed products meet standards and specifications.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12597",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12597",
         "title": "Examine and measure completed materials or products to verify conformance to specifications, using measuring devices such as tape measures, gauges, or calipers.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12600",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12600",
         "title": "Read work orders and communicate with coworkers to determine machine and equipment settings and adjustments and supply and product specifications.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12609",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12609",
         "title": "Remove and stack completed materials or products, and restock materials to be joined.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12608",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12608",
         "title": "Observe gauges, meters, and control panels to obtain information about equipment temperatures and pressures, or the speed of feeders or conveyors.",
         "importance": 80,
         "category": "Core"
      }
   ]
}