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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "4466",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4466",
         "title": "Answer customer inquiries or explain cost, availability, policies, and procedures of facilities.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "4468",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4468",
         "title": "Refer guest problems or complaints to supervisors.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "4484",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4484",
         "title": "Maintain a lost-and-found collection.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "4469",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4469",
         "title": "Clean and polish footwear, using brushes, sponges, cleaning fluid, polishes, waxes, liquid or sole dressing, and daubers.",
         "importance": 90,
         "category": "Supplemental"
      },
      {
         "id": "4474",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3093.00/related/tasks/4474",
         "title": "Activate emergency action plans and administer first aid, as necessary.",
         "importance": 83,
         "category": "Supplemental"
      }
   ]
}