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/53-7063.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "14583",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14583",
         "title": "Inspect materials and products for defects, and to ensure conformance to specifications.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14591",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14591",
         "title": "Record production and operational data, such as amount of materials processed.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14585",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14585",
         "title": "Push dual control buttons and move controls to start, stop, or adjust machinery and equipment.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14589",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14589",
         "title": "Weigh or measure materials or products to ensure conformance to specifications.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14586",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14586",
         "title": "Identify and mark materials, products, and samples, following instructions.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14588",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14588",
         "title": "Clean and maintain machinery, equipment, and work areas to ensure proper functioning and safe working conditions.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14587",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14587",
         "title": "Load materials and products into machines and equipment, or onto conveyors, using hand tools and moving devices.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14593",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14593",
         "title": "Transfer materials and products to and from machinery and equipment, using industrial trucks or hand trucks.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "14590",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14590",
         "title": "Fasten, package, or stack materials and products, using hand tools and fastening equipment.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "14584",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14584",
         "title": "Remove materials and products from machines and equipment, and place them in boxes, trucks or conveyors, using hand tools and moving devices.",
         "importance": 76,
         "category": "Supplemental"
      }
   ]
}