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-1021.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-1021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20699",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1021.00/related/tasks/20699",
         "title": "Review financial statements, sales or activity reports, or other performance data to measure productivity or goal achievement or to identify areas needing cost reduction or program improvement."
      },
      {
         "id": "933",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1021.00/related/tasks/933",
         "title": "Direct and coordinate activities of businesses or departments concerned with the production, pricing, sales, or distribution of products."
      },
      {
         "id": "20700",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1021.00/related/tasks/20700",
         "title": "Direct administrative activities directly related to making products or providing services."
      },
      {
         "id": "20701",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1021.00/related/tasks/20701",
         "title": "Prepare staff work schedules and assign specific duties."
      },
      {
         "id": "20703",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1021.00/related/tasks/20703",
         "title": "Direct or coordinate financial or budget activities to fund operations, maximize investments, or increase efficiency."
      }
   ]
}