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-1013.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9186",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9186",
         "title": "Encourage individuals and family members to develop and use skills and strategies for confronting their problems in a constructive manner."
      },
      {
         "id": "9184",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9184",
         "title": "Ask questions that will help clients identify their feelings and behaviors."
      },
      {
         "id": "20232",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/20232",
         "title": "Develop and implement individualized treatment plans addressing family relationship problems, destructive patterns of behavior, and other personal issues."
      },
      {
         "id": "9187",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9187",
         "title": "Maintain case files that include activities, progress notes, evaluations, and recommendations."
      },
      {
         "id": "9185",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9185",
         "title": "Counsel clients on concerns, such as unsatisfactory relationships, divorce and separation, child rearing, home management, or financial difficulties."
      }
   ]
}