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-5092.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-5092.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "8748",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/8748",
         "title": "Clean and sanitize tools and work environment.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8753",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/8753",
         "title": "Apply undercoat and clear or colored polish onto nails with brush.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "8758",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/8758",
         "title": "Maintain supply inventories and records of client services.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "8752",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/8752",
         "title": "Shape and smooth ends of nails, using scissors, files, or emery boards.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20769",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/20769",
         "title": "Prepare nail cuticles with water and oil, using cuticle knives to push back cuticles and scissors or nippers to trim cuticles.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "20770",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/20770",
         "title": "Prepare customers' nails in soapy water, using swabs, files, and orange sticks.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8750",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/8750",
         "title": "Remove previously applied nail polish, using liquid remover and swabs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20771",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/20771",
         "title": "Use rotary abrasive wheels to shape and smooth nails or artificial extensions.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8749",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/8749",
         "title": "Schedule client appointments and accept payments.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "20772",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5092.00/related/tasks/20772",
         "title": "Assess the condition of clients' hands, remove dead skin, and massage hands.",
         "importance": 81,
         "category": "Core"
      }
   ]
}