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-1022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "263",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1022.00/related/tasks/263",
         "title": "Advocate for clients or patients to resolve crises."
      },
      {
         "id": "23910",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1022.00/related/tasks/23910",
         "title": "Educate clients about end-of-life symptoms and options to assist them in making informed decisions."
      },
      {
         "id": "258",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1022.00/related/tasks/258",
         "title": "Collaborate with other professionals to evaluate patients' medical or physical condition and to assess client needs."
      },
      {
         "id": "260",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1022.00/related/tasks/260",
         "title": "Refer patient, client, or family to community resources to assist in recovery from mental or physical illness and to provide access to services such as financial assistance, legal aid, housing, job placement or education."
      },
      {
         "id": "265",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1022.00/related/tasks/265",
         "title": "Utilize consultation data and social work experience to plan and coordinate client or patient care and rehabilitation, following through to ensure service efficacy."
      }
   ]
}