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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/details/tasks?start=11&end=16",
   "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).",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "18519",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/18519",
         "title": "Coordinate with other professionals, such as contractors, architects, engineers, and plumbers, to ensure job success.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "18520",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/18520",
         "title": "Review and detail shop drawings for construction plans.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "20997",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/20997",
         "title": "Inspect construction work on site to ensure its adherence to the design plans.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1740",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/1740",
         "title": "Render design ideas in form of paste-ups or drawings.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "1739",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/related/tasks/1739",
         "title": "Subcontract fabrication, installation, and arrangement of carpeting, fixtures, accessories, draperies, paint and wall coverings, art work, furniture, and related items.",
         "importance": 76,
         "category": "Core"
      }
   ]
}