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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "9306",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9306",
         "title": "Attend rehearsals and production meetings to obtain and share information related to sets.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9287",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9287",
         "title": "Confer with clients and staff to gather information about exhibit space, proposed themes and content, timelines, budgets, materials, or promotion requirements.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "9297",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9297",
         "title": "Research architectural and stylistic elements appropriate to the time period to be depicted, consulting experts for information, as necessary.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9303",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9303",
         "title": "Observe sets during rehearsals in order to ensure that set elements do not interfere with performance aspects such as cast movement and camera angles.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9296",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/related/tasks/9296",
         "title": "Collaborate with those in charge of lighting and sound so that those production aspects can be coordinated with set designs or exhibit layouts.",
         "importance": 83,
         "category": "Core"
      }
   ]
}