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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "638",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/638",
         "title": "Schedule client appointments.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "643",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/643",
         "title": "Demonstrate and sell hair care products and cosmetics.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "637",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/637",
         "title": "Analyze patrons' hair and other physical features to determine and recommend beauty treatment or suggest hair styles.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "641",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/641",
         "title": "Shampoo, rinse, condition, and dry hair and scalp or hairpieces with water, liquid soap, or other solutions.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "642",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/642",
         "title": "Operate cash registers to receive payments from patrons.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20899",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-5012.00/related/tasks/20899",
         "title": "Order, display, and maintain supplies.",
         "importance": 80,
         "category": "Core"
      }
   ]
}