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