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/51-6011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12121",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12121",
         "title": "Load articles into washers or dry-cleaning machines, or direct other workers to perform loading.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12118",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12118",
         "title": "Start washers, dry cleaners, driers, or extractors, and turn valves or levers to regulate machine processes and the volume of soap, detergent, water, bleach, starch, and other additives.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12125",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12125",
         "title": "Operate extractors and driers, or direct their operation.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12124",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12124",
         "title": "Remove items from washers or dry-cleaning machines, or direct other workers to do so.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12119",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12119",
         "title": "Sort and count articles removed from dryers, and fold, wrap, or hang them.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12123",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12123",
         "title": "Clean machine filters, and lubricate equipment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12120",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12120",
         "title": "Examine and sort into lots articles to be cleaned, according to color, fabric, dirt content, and cleaning technique required.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "12117",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12117",
         "title": "Receive and mark articles for laundry or dry cleaning with identifying code numbers or names, using hand or machine markers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12136",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12136",
         "title": "Apply bleaching powders to spots and spray them with steam to remove stains from fabrics that do not respond to other cleaning solvents.",
         "importance": 83,
         "category": "Supplemental"
      },
      {
         "id": "12127",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12127",
         "title": "Determine spotting procedures and proper solvents, based on fabric and stain types.",
         "importance": 77,
         "category": "Supplemental"
      }
   ]
}