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