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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "9212",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9212",
         "title": "Participate in job development and placement programs, contacting prospective employers, placing clients in jobs, and evaluating the success of placements.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9204",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9204",
         "title": "Analyze information from interviews, educational and medical records, consultation with other professionals, and diagnostic evaluations to assess clients' abilities, needs, and eligibility for services.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9213",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9213",
         "title": "Collaborate with clients' families to implement rehabilitation plans, such as behavioral, residential, social, or employment goals.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9207",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9207",
         "title": "Develop and maintain relationships with community referral sources, such as schools or community groups.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9206",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1015.00/related/tasks/9206",
         "title": "Maintain close contact with clients during job training and placements to resolve problems and evaluate placement adequacy.",
         "importance": 78,
         "category": "Core"
      }
   ]
}