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-5094.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "8069",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8069",
         "title": "Sterilize equipment and clean work areas.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "8072",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8072",
         "title": "Examine clients' skin, using magnifying lamps or visors when necessary, to evaluate skin condition and appearance.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "8074",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8074",
         "title": "Cleanse clients' skin with water, creams, or lotions.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "8071",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8071",
         "title": "Demonstrate how to clean and care for skin properly and recommend skin-care regimens.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8073",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8073",
         "title": "Select and apply cosmetic products, such as creams, lotions, and tonics.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8078",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8078",
         "title": "Perform simple extractions to remove blackheads.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20258",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/20258",
         "title": "Stay abreast of latest industry trends, products, research, and treatments.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8077",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8077",
         "title": "Determine which products or colors will improve clients' skin quality and appearance.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8075",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8075",
         "title": "Treat the facial skin to maintain and improve its appearance, using specialized techniques and products, such as peels and masks.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8076",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8076",
         "title": "Refer clients to medical personnel for treatment of serious skin problems.",
         "importance": 77,
         "category": "Core"
      }
   ]
}