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/53-1042.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17888",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17888",
         "title": "Oversee recycling pick-up or drop-off programs to ensure compliance with community ordinances."
      },
      {
         "id": "17907",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17907",
         "title": "Maintain logs of recycling materials received or shipped to processing companies."
      },
      {
         "id": "17889",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17889",
         "title": "Supervise recycling technicians, community service workers, or other recycling operations employees or volunteers."
      },
      {
         "id": "17910",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17910",
         "title": "Review customer requests for service to determine service needs and deploy appropriate resources to provide service."
      },
      {
         "id": "17909",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17909",
         "title": "Provide training to recycling technicians or community service workers on topics such as safety, solid waste processing, or general recycling operations."
      }
   ]
}