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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}