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-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20483",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/20483",
         "title": "Develop final construction plans that include aesthetic representations of the structure or details for its construction.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20479",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/20479",
         "title": "Prepare scale drawings or architectural designs, using computer-aided design or other tools.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "130",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/130",
         "title": "Prepare information regarding design, structure specifications, materials, color, equipment, estimated costs, or construction time.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "131",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/131",
         "title": "Consult with clients to determine functional or spatial requirements of structures.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20481",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/20481",
         "title": "Meet with clients to review or discuss architectural drawings.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20485",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/20485",
         "title": "Monitor the work of specialists, such as electrical engineers, mechanical engineers, interior designers, or sound specialists to ensure optimal form or function of designs or final structures.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "136",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/136",
         "title": "Integrate engineering elements into unified architectural designs.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20486",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/20486",
         "title": "Plan layouts of structural architectural projects.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20484",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/20484",
         "title": "Conduct periodic on-site observations of construction work to monitor compliance with plans.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "134",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tasks/134",
         "title": "Prepare contract documents for building contractors.",
         "importance": 78,
         "category": "Core"
      }
   ]
}