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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}