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-5012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "635",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/635",
         "title": "Keep work stations clean and sanitize tools, such as scissors and combs."
      },
      {
         "id": "639",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/639",
         "title": "Bleach, dye, or tint hair, using applicator or brush."
      },
      {
         "id": "636",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/636",
         "title": "Cut, trim and shape hair or hairpieces, based on customers' instructions, hair type, and facial features, using clippers, scissors, trimmers and razors."
      },
      {
         "id": "638",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/638",
         "title": "Schedule client appointments."
      },
      {
         "id": "640",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/640",
         "title": "Update and maintain customer information records, such as beauty services provided."
      }
   ]
}