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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11200",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11200",
         "title": "Inspect completed work to ensure conformance to specifications, standards, and contract requirements.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11203",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11203",
         "title": "Plant or maintain vegetation through activities such as mulching, fertilizing, watering, mowing, or pruning.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11210",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11210",
         "title": "Direct or perform mixing or application of fertilizers, insecticides, herbicides, or fungicides.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11205",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11205",
         "title": "Train workers in tasks such as transplanting or pruning trees or shrubs, finishing cement, using equipment, or caring for turf.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11224",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/related/tasks/11224",
         "title": "Prepare service estimates based on labor, material, and machine costs and maintain budgets for individual projects.",
         "importance": 72,
         "category": "Core"
      }
   ]
}