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/37-1012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11199",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11199",
         "title": "Establish and enforce operating procedures and work standards that will ensure adequate performance and personnel safety."
      },
      {
         "id": "11202",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11202",
         "title": "Schedule work for crews, depending on work priorities, crew or equipment availability, or weather conditions."
      },
      {
         "id": "11225",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11225",
         "title": "Tour grounds, such as parks, botanical gardens, cemeteries, or golf courses, to inspect conditions of plants and soil."
      },
      {
         "id": "11204",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11204",
         "title": "Monitor project activities to ensure that instructions are followed, deadlines are met, and schedules are maintained."
      },
      {
         "id": "11201",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11201",
         "title": "Direct activities of workers who perform duties, such as landscaping, cultivating lawns, or pruning trees and shrubs."
      }
   ]
}