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/11-9199.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18026",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18026",
         "title": "Develop regulatory strategies and implementation plans for the preparation and submission of new products."
      },
      {
         "id": "18037",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18037",
         "title": "Review all regulatory agency submission materials to ensure timeliness, accuracy, comprehensiveness, or compliance with regulatory standards."
      },
      {
         "id": "18022",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18022",
         "title": "Direct the preparation and submission of regulatory agency applications, reports, or correspondence."
      },
      {
         "id": "18029",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18029",
         "title": "Investigate product complaints and prepare documentation and submissions to appropriate regulatory agencies as necessary."
      },
      {
         "id": "18035",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18035",
         "title": "Provide responses to regulatory agencies regarding product information or issues."
      }
   ]
}