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-5091.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-5091.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14800",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14800",
         "title": "Apply makeup to enhance or alter the appearance of people appearing in productions such as movies.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14802",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14802",
         "title": "Select desired makeup shades from stock, or mix oil, grease, and coloring to achieve specific color effects.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14798",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14798",
         "title": "Duplicate work precisely to replicate characters' appearances on a daily basis.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14803",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14803",
         "title": "Cleanse and tone the skin to prepare it for makeup application.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14804",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14804",
         "title": "Assess performers' skin type to ensure that makeup will not cause break-outs or skin irritations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14814",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14814",
         "title": "Study production information, such as character descriptions, period settings, and situations, to determine makeup requirements.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14801",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14801",
         "title": "Alter or maintain makeup during productions as necessary to compensate for lighting changes or to achieve continuity of effect.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14805",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14805",
         "title": "Analyze a script, noting events that affect each character's appearance, so that plans can be made for each scene.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14797",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14797",
         "title": "Confer with stage or motion picture officials and performers to determine desired effects.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14799",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/related/tasks/14799",
         "title": "Establish budgets, and work within budgetary limits.",
         "importance": 82,
         "category": "Core"
      }
   ]
}