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/39-3092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9627",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9627",
         "title": "Create worksheets for dressing lists, show notes, or costume checks.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20898",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/20898",
         "title": "Provide dressing assistance to cast members or assign cast dressers to assist specific cast members with costume changes.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9616",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9616",
         "title": "Arrange costumes in order of use to facilitate quick-change procedures for performances.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9621",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9621",
         "title": "Design or construct costumes or send them to tailors for construction, major repairs, or alterations.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9629",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9629",
         "title": "Examine costume fit on cast members and sketch or write notes for alterations.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9615",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9615",
         "title": "Distribute costumes or related equipment and keep records of item status.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9623",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9623",
         "title": "Check the appearance of costumes on stage or under lights to determine whether desired effects are being achieved.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9618",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9618",
         "title": "Clean and press costumes before and after performances and perform any minor repairs.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "9625",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9625",
         "title": "Collaborate with production designers, costume designers, or other production staff to discuss and execute costume design details.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "9626",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/related/tasks/9626",
         "title": "Monitor, maintain, or secure inventories of costumes, wigs, or makeup, providing keys or access to assigned directors, costume designers, or wardrobe mistresses/masters.",
         "importance": 67,
         "category": "Core"
      }
   ]
}