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-9131.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20842",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/20842",
         "title": "Monitor employees' work schedules and attendance for payroll purposes."
      },
      {
         "id": "5260",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5260",
         "title": "Organize and supervise activities, such as the processing of incoming and outgoing mail."
      },
      {
         "id": "5262",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5262",
         "title": "Resolve customer complaints."
      },
      {
         "id": "5264",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5264",
         "title": "Prepare employee work schedules."
      },
      {
         "id": "5261",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/related/tasks/5261",
         "title": "Direct and coordinate operational, management, and supportive services of one or a number of postal facilities."
      }
   ]
}