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/11-9151.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1131",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/tasks/1131",
         "title": "Establish and oversee administrative procedures to meet objectives set by boards of directors or senior management."
      },
      {
         "id": "1129",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/tasks/1129",
         "title": "Direct activities of professional and technical staff members and volunteers."
      },
      {
         "id": "1130",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/tasks/1130",
         "title": "Evaluate the work of staff and volunteers to ensure that programs are of appropriate quality and that resources are used effectively."
      },
      {
         "id": "1132",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/tasks/1132",
         "title": "Participate in the determination of organizational policies regarding such issues as participant eligibility, program requirements, and program benefits."
      },
      {
         "id": "1128",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/tasks/1128",
         "title": "Prepare and maintain records and reports, such as budgets, personnel records, or training manuals."
      }
   ]
}