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-1023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "273",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/273",
         "title": "Counsel clients in individual or group sessions to assist them in dealing with substance abuse, mental or physical illness, poverty, unemployment, or physical abuse."
      },
      {
         "id": "275",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/275",
         "title": "Collaborate with counselors, physicians, or nurses to plan or coordinate treatment, drawing on social work experience and patient needs."
      },
      {
         "id": "276",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/276",
         "title": "Monitor, evaluate, and record client progress with respect to treatment goals."
      },
      {
         "id": "18487",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/18487",
         "title": "Interview clients, review records, conduct assessments, or confer with other professionals to evaluate the mental or physical condition of clients or patients."
      },
      {
         "id": "281",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/281",
         "title": "Supervise or direct other workers who provide services to clients or patients."
      }
   ]
}