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/39-1014.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23157",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23157",
         "title": "Analyze and record personnel or operational data and write related activity reports."
      },
      {
         "id": "23158",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23158",
         "title": "Apply customer feedback to service improvement efforts."
      },
      {
         "id": "23159",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23159",
         "title": "Assign work schedules, following work requirements, to ensure quality and timely delivery of service."
      },
      {
         "id": "23160",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23160",
         "title": "Collaborate with staff members to plan or develop programs of events or schedules of activities."
      },
      {
         "id": "23161",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23161",
         "title": "Direct or coordinate the activities of entertainment and recreation related workers."
      }
   ]
}