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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "18144",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/related/tasks/18144",
         "title": "Maintain validation test equipment."
      }
   ]
}