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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "18036",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18036",
         "title": "Represent organizations before domestic or international regulatory agencies on major policy matters or decisions regarding company products.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18024",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18024",
         "title": "Provide regulatory guidance to departments or development project teams regarding design, development, evaluation, or marketing of products.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18031",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18031",
         "title": "Manage activities such as audits, regulatory agency inspections, or product recalls.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18025",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18025",
         "title": "Communicate regulatory information to multiple departments and ensure that information is interpreted correctly.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "18030",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.01/related/tasks/18030",
         "title": "Maintain current knowledge of relevant regulations, including proposed and final rules.",
         "importance": 77,
         "category": "Core"
      }
   ]
}