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-9031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "14349",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14349",
         "title": "Mark or discard items with defects such as spots, stains, scars, snags, chips, scratches, or unacceptable shapes or finishes.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14350",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14350",
         "title": "Trim excess material or cut threads off finished products, such as cutting loose ends of plastic off a manufactured toy for a smoother finish.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14351",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14351",
         "title": "Cut, shape, and trim materials, such as textiles, food, glass, stone, and metal, using knives, scissors, and other hand tools, portable power tools, or bench-mounted tools.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14361",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14361",
         "title": "Position templates or measure materials to locate specified points of cuts or to obtain maximum yields, using rules, scales, or patterns.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14354",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14354",
         "title": "Read work orders to determine dimensions, cutting locations, and quantities to cut.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14356",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14356",
         "title": "Mark cutting lines around patterns or templates, or follow layout points, using squares, rules, and straightedges, and chalk, pencils, or scribes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14353",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14353",
         "title": "Mark identification numbers, trademarks, grades, marketing data, sizes, or model numbers on products.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14357",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14357",
         "title": "Unroll, lay out, attach, or mount materials or items on cutting tables or machines.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14352",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14352",
         "title": "Separate materials or products according to size, weight, type, condition, color, or shade.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14359",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/related/tasks/14359",
         "title": "Fold or shape materials before or after cutting them.",
         "importance": 79,
         "category": "Core"
      }
   ]
}