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-2092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "20157",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/20157",
         "title": "Perform quality checks on products and parts.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "20160",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/20160",
         "title": "Review work orders and blueprints to ensure work is performed according to specifications.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8468",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/8468",
         "title": "Rotate through all the tasks required in a particular production process.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8469",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/8469",
         "title": "Determine work assignments and procedures.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20163",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/20163",
         "title": "Supervise assemblers and train employees on job procedures.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20159",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/20159",
         "title": "Shovel, sweep, or otherwise clean work areas.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "8472",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/8472",
         "title": "Provide assistance in the production of wiring assemblies.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "20162",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/20162",
         "title": "Maintain production equipment and machinery.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "20161",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/20161",
         "title": "Complete production reports to communicate team production level to management.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "20158",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2092.00/related/tasks/20158",
         "title": "Package finished products and prepare them for shipment.",
         "importance": 73,
         "category": "Supplemental"
      }
   ]
}