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/31-9011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "7878",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7878",
         "title": "Confer with clients about their medical histories and problems with stress or pain to determine how massage will be most helpful.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "7880",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7880",
         "title": "Massage and knead muscles and soft tissues of the body to provide treatment for medical conditions, injuries, or wellness maintenance.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23928",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/23928",
         "title": "Maintain massage areas by restocking supplies or sanitizing equipment.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7879",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7879",
         "title": "Apply finger and hand pressure to specific points of the body.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7884",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7884",
         "title": "Develop and propose client treatment plans that specify which types of massage are to be used.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7881",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7881",
         "title": "Maintain treatment records.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7883",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7883",
         "title": "Assess clients' soft tissue condition, joint quality and function, muscle strength, and range of motion.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7882",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7882",
         "title": "Provide clients with guidance and information about techniques for postural improvement and stretching, strengthening, relaxation, and rehabilitative exercises.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7887",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7887",
         "title": "Treat clients in professional settings or travel to clients' offices and homes.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7885",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/related/tasks/7885",
         "title": "Refer clients to other types of therapists when necessary.",
         "importance": 66,
         "category": "Core"
      }
   ]
}