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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/details/tasks?start=11&end=19",
   "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."
      },
      {
         "id": "23162",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23162",
         "title": "Furnish customers with information on events or activities."
      },
      {
         "id": "23163",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23163",
         "title": "Inform workers about interests or special needs of specific groups."
      },
      {
         "id": "23164",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23164",
         "title": "Inspect work areas or operating equipment to ensure conformance to established standards in areas such as cleanliness or maintenance."
      },
      {
         "id": "23165",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23165",
         "title": "Meet with managers or other supervisors to stay informed of changes affecting workers or operations."
      },
      {
         "id": "23166",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/related/tasks/23166",
         "title": "Observe and evaluate workers' appearance and performance to ensure quality service and compliance with specifications."
      }
   ]
}