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-9061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12472",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12472",
         "title": "Discard or reject products, materials, or equipment not meeting specifications.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12478",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12478",
         "title": "Mark items with details, such as grade or acceptance-rejection status.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12480",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12480",
         "title": "Measure dimensions of products to verify conformance to specifications, using measuring instruments, such as rulers, calipers, gauges, or micrometers.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20299",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/20299",
         "title": "Notify supervisors or other personnel of production problems.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12474",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12474",
         "title": "Inspect, test, or measure materials, products, installations, or work for conformance to specifications.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12485",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12485",
         "title": "Write test or inspection reports describing results, recommendations, or needed repairs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20300",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/20300",
         "title": "Recommend necessary corrective actions, based on inspection results.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12486",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12486",
         "title": "Read dials or meters to verify that equipment is functioning at specified levels.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12495",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/12495",
         "title": "Make minor adjustments to equipment, such as turning setscrews to calibrate instruments to required tolerances.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20298",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/related/tasks/20298",
         "title": "Read blueprints, data, manuals, or other materials to determine specifications, inspection and testing procedures, adjustment methods, certification processes, formulas, or measuring instruments required.",
         "importance": 83,
         "category": "Core"
      }
   ]
}