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/27-1025.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20996",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/20996",
         "title": "Design plans to be safe and to be compliant with the American Disabilities Act (ADA)."
      },
      {
         "id": "18521",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/18521",
         "title": "Use computer-aided drafting (CAD) and related software to produce construction documents."
      },
      {
         "id": "23995",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/23995",
         "title": "Research health and safety code requirements to inform design."
      },
      {
         "id": "1735",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/1735",
         "title": "Confer with client to determine factors affecting planning of interior environments, such as budget, architectural preferences, purpose, and function."
      },
      {
         "id": "1736",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/1736",
         "title": "Advise client on interior design factors, such as space planning, layout and use of furnishings or equipment, and color coordination."
      }
   ]
}