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-9121.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "7209",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7209",
         "title": "Hire, supervise, or evaluate engineers, technicians, researchers, or other staff.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7207",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7207",
         "title": "Design or coordinate successive phases of problem analysis, solution proposals, or testing.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7205",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7205",
         "title": "Plan or direct research, development, or production activities.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7208",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7208",
         "title": "Review project activities and prepare and review research, testing, or operational reports.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7203",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7203",
         "title": "Confer with scientists, engineers, regulators, or others to plan or review projects or to provide technical assistance.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7204",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7204",
         "title": "Develop client relationships and communicate with clients to explain proposals, present research findings, establish specifications, or discuss project status.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "7210",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7210",
         "title": "Determine scientific or technical goals within broad outlines provided by top management and make detailed plans to accomplish these goals.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "7206",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7206",
         "title": "Prepare project proposals.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "7211",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7211",
         "title": "Develop or implement policies, standards, or procedures for the architectural, scientific, or technical work performed to ensure regulatory compliance or operations enhancement.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "7215",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7215",
         "title": "Recruit personnel or oversee the development or maintenance of staff competence.",
         "importance": 64,
         "category": "Core"
      }
   ]
}