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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "16978",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16978",
         "title": "Calibrate, validate, or maintain laboratory equipment.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16956",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16956",
         "title": "Perform visual inspections of finished products.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16977",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16977",
         "title": "Complete documentation needed to support testing procedures, including data capture forms, equipment logbooks, or inventory forms.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16979",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16979",
         "title": "Compile laboratory test data and perform appropriate analyses.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16959",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16959",
         "title": "Identify and troubleshoot equipment problems.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16964",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16964",
         "title": "Write technical reports or documentation, such as deviation reports, testing protocols, and trend analyses.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16973",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.01/related/tasks/16973",
         "title": "Investigate or report questionable test results.",
         "importance": 77,
         "category": "Core"
      }
   ]
}