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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/details/tasks?start=11&end=18",
   "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "8053",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8053",
         "title": "Clean work stations and sweep floors.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "8063",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8063",
         "title": "Apply lather and shave beards or neck and temple hair contours, using razors.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "8054",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8054",
         "title": "Record services provided on cashiers' tickets or receive payment from customers.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8056",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8056",
         "title": "Shape and trim beards and moustaches, using scissors.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8061",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8061",
         "title": "Perform clerical and administrative duties such as keeping records, paying bills, and hiring and supervising personnel.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8057",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5011.00/related/tasks/8057",
         "title": "Stay informed of the latest styles and hair care techniques.",
         "importance": 70,
         "category": "Core"
      }
   ]
}