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-1014.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1591",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1591",
         "title": "Maintain confidentiality of records relating to clients' treatment."
      },
      {
         "id": "1592",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1592",
         "title": "Encourage clients to express their feelings and discuss what is happening in their lives, helping them to develop insight into themselves or their relationships."
      },
      {
         "id": "18483",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/18483",
         "title": "Assess patients for risk of suicide attempts."
      },
      {
         "id": "1594",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1594",
         "title": "Prepare and maintain all required treatment records and reports."
      },
      {
         "id": "1595",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1595",
         "title": "Counsel clients or patients, individually or in group sessions, to assist in overcoming dependencies, adjusting to life, or making changes."
      }
   ]
}