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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8069",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5094.00/related/tasks/8069",
         "title": "Sterilize equipment and clean work areas."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}