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-9179.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17612",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17612",
         "title": "Respond to customer inquiries or complaints."
      },
      {
         "id": "17619",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17619",
         "title": "Schedule guest appointments."
      },
      {
         "id": "17617",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17617",
         "title": "Maintain client databases."
      },
      {
         "id": "17605",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17605",
         "title": "Coordinate facility schedules to maximize usage and efficiency."
      },
      {
         "id": "17610",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17610",
         "title": "Perform accounting duties, such as recording daily cash flow, preparing bank deposits, or generating financial statements."
      }
   ]
}