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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}