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-1015.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-1015.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9202",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9202",
         "title": "Prepare and maintain records and case files, including documentation, such as clients' personal and eligibility information, services provided, narratives of client contacts, or relevant correspondence."
      },
      {
         "id": "9201",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9201",
         "title": "Confer with clients to discuss their options and goals so that rehabilitation programs and plans for accessing needed services can be developed."
      },
      {
         "id": "9205",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9205",
         "title": "Develop rehabilitation plans that fit clients' aptitudes, education levels, physical abilities, and career goals."
      },
      {
         "id": "9208",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9208",
         "title": "Locate barriers to client employment, such as inaccessible work sites, inflexible schedules, or transportation problems, and work with clients to develop strategies for overcoming these barriers."
      },
      {
         "id": "9200",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9200",
         "title": "Monitor and record clients' progress to ensure that goals and objectives are met."
      }
   ]
}