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-5011.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-5011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8049",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8049",
         "title": "Clean and sterilize scissors, combs, clippers, and other instruments."
      },
      {
         "id": "8051",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8051",
         "title": "Drape and pin protective cloths around customers' shoulders."
      },
      {
         "id": "8050",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8050",
         "title": "Cut and trim hair according to clients' instructions or current hairstyles, using clippers, combs, hand-held blow driers, and scissors."
      },
      {
         "id": "8052",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8052",
         "title": "Question patrons regarding desired services and haircut styles."
      },
      {
         "id": "8053",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8053",
         "title": "Clean work stations and sweep floors."
      }
   ]
}