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-2131.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9001",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9001",
         "title": "Analyze product failure data and laboratory test results to determine causes of problems and develop solutions."
      },
      {
         "id": "9004",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9004",
         "title": "Design and direct the testing or control of processing procedures."
      },
      {
         "id": "9002",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9002",
         "title": "Monitor material performance, and evaluate its deterioration."
      },
      {
         "id": "9006",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9006",
         "title": "Conduct or supervise tests on raw materials or finished products to ensure their quality."
      },
      {
         "id": "9005",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2131.00/related/tasks/9005",
         "title": "Evaluate technical specifications and economic factors relating to process or product design objectives."
      }
   ]
}