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/39-3093.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4476",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4476",
         "title": "Provide towels and sheets to clients in public baths, steam rooms, and restrooms."
      },
      {
         "id": "4465",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4465",
         "title": "Assign dressing room facilities, locker space, or clothing containers to patrons of athletic or bathing establishments."
      },
      {
         "id": "4467",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4467",
         "title": "Check supplies to ensure adequate availability, and order new supplies when necessary."
      },
      {
         "id": "4472",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4472",
         "title": "Monitor patrons' facility use to ensure that rules and regulations are followed, and safety and order are maintained."
      },
      {
         "id": "20134",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/20134",
         "title": "Clean facilities such as floors or locker rooms."
      }
   ]
}