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/17-1012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "18470",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/18470",
         "title": "Prepare graphic representations or drawings of proposed plans or designs.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "20369",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/20369",
         "title": "Confer with clients, engineering personnel, or architects on landscape projects.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20375",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/20375",
         "title": "Integrate existing land features or landscaping into designs.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20373",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/20373",
         "title": "Inspect landscape work to ensure compliance with specifications, evaluate quality of materials or work, or advise clients or construction personnel.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20371",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/20371",
         "title": "Analyze data on conditions such as site location, drainage, or structure location for environmental reports or landscaping plans.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "20372",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/20372",
         "title": "Develop marketing materials, proposals, or presentations to generate new work opportunities.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20376",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/20376",
         "title": "Manage the work of subcontractors to ensure quality control.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20374",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/20374",
         "title": "Present project plans or designs to public stakeholders, such as government agencies or community groups.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20370",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/20370",
         "title": "Prepare site plans, specifications, or cost estimates for land development.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "19598",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/related/tasks/19598",
         "title": "Create landscapes that minimize water consumption such as by incorporating drought-resistant grasses or indigenous plants.",
         "importance": 70,
         "category": "Core"
      }
   ]
}