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/29-1125.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "393",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/393",
         "title": "Instruct patient in activities and techniques, such as sports, dance, music, art, or relaxation techniques, designed to meet their specific physical or psychological needs.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "392",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/392",
         "title": "Conduct therapy sessions to improve patients' mental and physical well-being.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "395",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/395",
         "title": "Plan, organize, direct, and participate in treatment programs and activities to facilitate patients' rehabilitation, help them integrate into the community, and prevent further medical problems.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "387",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/387",
         "title": "Observe, analyze, and record patients' participation, reactions, and progress during treatment sessions, modifying treatment programs as needed.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "388",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/388",
         "title": "Develop treatment plan to meet needs of patient, based on needs assessment, patient interests, and objectives of therapy.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "394",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/394",
         "title": "Obtain information from medical records, medical staff, family members and the patients, themselves, to assess patients' capabilities, needs and interests.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "391",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/391",
         "title": "Confer with members of treatment team to plan and evaluate therapy programs.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "390",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/390",
         "title": "Counsel and encourage patients to develop leisure activities.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "389",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/389",
         "title": "Encourage clients with special needs and circumstances to acquire new skills and get involved in health-promoting leisure activities, such as sports, games, arts and crafts, and gardening.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "396",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/396",
         "title": "Prepare and submit reports and charts to treatment team to reflect patients' reactions and evidence of progress or regression.",
         "importance": 81,
         "category": "Core"
      }
   ]
}