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/17-3027.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16606",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16606",
         "title": "Document test results, using cameras, spreadsheets, documents, or other tools."
      },
      {
         "id": "16599",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16599",
         "title": "Set up mechanical, hydraulic, or electric test equipment in accordance with engineering specifications, standards, or test procedures."
      },
      {
         "id": "16602",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16602",
         "title": "Read and interpret blueprints, schematics, work specifications, drawings, or charts."
      },
      {
         "id": "16605",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16605",
         "title": "Inspect or test parts to determine nature or cause of defects or malfunctions."
      },
      {
         "id": "16601",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16601",
         "title": "Monitor computer-controlled test equipment, according to written or verbal instructions."
      }
   ]
}