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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17612",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17612",
         "title": "Respond to customer inquiries or complaints.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17619",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17619",
         "title": "Schedule guest appointments.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17617",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17617",
         "title": "Maintain client databases.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17609",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17609",
         "title": "Monitor operations to ensure compliance with applicable health, safety, or hygiene standards.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "17601",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17601",
         "title": "Plan or direct spa services and programs.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "17615",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17615",
         "title": "Develop or implement marketing strategies.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "17620",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17620",
         "title": "Sell products, services, or memberships.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "17611",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17611",
         "title": "Recruit, interview, or hire employees.",
         "importance": 77,
         "category": "Core"
      }
   ]
}