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