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-2112.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21051",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/21051",
         "title": "Study product characteristics or customer requirements to determine validation objectives and standards.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18131",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18131",
         "title": "Analyze validation test data to determine whether systems or processes have met validation criteria or to identify root causes of production problems.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "18129",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18129",
         "title": "Develop validation master plans, process flow diagrams, test cases, or standard operating procedures.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18137",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18137",
         "title": "Prepare detailed reports or design statements, based on results of validation and qualification tests or reviews of procedures and protocols.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18144",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18144",
         "title": "Maintain validation test equipment.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18127",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18127",
         "title": "Conduct validation or qualification tests of new or existing processes, equipment, or software in accordance with internal protocols or external standards.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18142",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18142",
         "title": "Communicate with regulatory agencies regarding compliance documentation or validation results.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "18146",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18146",
         "title": "Prepare, maintain, or review validation and compliance documentation, such as engineering change notices, schematics, or protocols.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "21052",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/21052",
         "title": "Recommend resolution of identified deviations from established product or process standards.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "18128",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18128",
         "title": "Design validation study features, such as sampling, testing, or analytical methodologies.",
         "importance": 73,
         "category": "Core"
      }
   ]
}