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/19-4099.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16980",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16980",
         "title": "Conduct routine and non-routine analyses of in-process materials, raw materials, environmental samples, finished goods, or stability samples."
      },
      {
         "id": "16974",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16974",
         "title": "Interpret test results, compare them to established specifications and control limits, and make recommendations on appropriateness of data for release."
      },
      {
         "id": "16978",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16978",
         "title": "Calibrate, validate, or maintain laboratory equipment."
      },
      {
         "id": "16961",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16961",
         "title": "Ensure that lab cleanliness and safety standards are maintained."
      },
      {
         "id": "16956",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16956",
         "title": "Perform visual inspections of finished products."
      }
   ]
}