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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 69,
         "category": "Core"
      },
      {
         "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.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "17905",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17905",
         "title": "Identify or investigate new opportunities for materials to be collected and recycled.",
         "importance": 57,
         "category": "Core"
      },
      {
         "id": "17890",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17890",
         "title": "Assign truck drivers or recycling technicians to routes.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "17893",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17893",
         "title": "Create or manage recycling operations budgets.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "17908",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17908",
         "title": "Prepare bills of lading, statements of shipping records, or customer receipts related to recycling or hazardous material services.",
         "importance": 75,
         "category": "Supplemental"
      },
      {
         "id": "17906",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1042.01/related/tasks/17906",
         "title": "Inspect physical condition of recycling or hazardous waste facility for compliance with safety, quality, and service standards.",
         "importance": 73,
         "category": "Supplemental"
      }
   ]
}