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-1027.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9289",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9289",
         "title": "Develop set designs, based on evaluation of scripts, budgets, research information, and available locations."
      },
      {
         "id": "9286",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9286",
         "title": "Prepare rough drafts and scale working drawings of sets, including floor plans, scenery, and properties to be constructed."
      },
      {
         "id": "9294",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9294",
         "title": "Prepare preliminary renderings of proposed exhibits, including detailed construction, layout, and material specifications, and diagrams relating to aspects such as special effects or lighting."
      },
      {
         "id": "9305",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9305",
         "title": "Read scripts to determine location, set, and design requirements."
      },
      {
         "id": "9293",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9293",
         "title": "Submit plans for approval, and adapt plans to serve intended purposes, or to conform to budget or fabrication restrictions."
      }
   ]
}