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