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-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "968",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/968",
         "title": "Direct daily operations of department, analyzing workflow, establishing priorities, developing standards and setting deadlines."
      },
      {
         "id": "975",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/975",
         "title": "Meet with department heads, managers, supervisors, vendors, and others, to solicit cooperation and resolve problems."
      },
      {
         "id": "978",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/978",
         "title": "Review project plans to plan and coordinate project activity."
      },
      {
         "id": "969",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/969",
         "title": "Assign and review the work of systems analysts, programmers, and other computer-related workers."
      },
      {
         "id": "15198",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/15198",
         "title": "Provide users with technical support for computer problems."
      }
   ]
}