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-1094.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "19031",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19031",
         "title": "Maintain updated client records with plans, notes, appropriate forms, or related information."
      },
      {
         "id": "19017",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19017",
         "title": "Advise clients or community groups on issues related to improving general health, such as diet or exercise."
      },
      {
         "id": "19028",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19028",
         "title": "Identify or contact members of high-risk or otherwise targeted groups, such as members of minority populations, low-income populations, or pregnant women."
      },
      {
         "id": "19026",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19026",
         "title": "Contact clients in person, by phone, or in writing to ensure they have completed required or recommended actions."
      },
      {
         "id": "19027",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1094.00/related/tasks/19027",
         "title": "Distribute flyers, brochures, or other informational or educational documents to inform members of a targeted community."
      }
   ]
}