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/21-1093.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21179",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/21179",
         "title": "Assess clients' cognitive abilities and physical and emotional needs to determine appropriate interventions."
      },
      {
         "id": "21180",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/21180",
         "title": "Develop and implement behavioral management and care plans for clients."
      },
      {
         "id": "3754",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3754",
         "title": "Keep records or prepare reports for owner or management concerning visits with clients."
      },
      {
         "id": "3755",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3755",
         "title": "Visit individuals in homes or attend group meetings to provide information on agency services, requirements, or procedures."
      },
      {
         "id": "3757",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3757",
         "title": "Submit reports and review reports or problems with superior."
      }
   ]
}