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/53-7064.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "21216",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/21216",
         "title": "Examine and inspect containers, materials, or products to ensure that product quality and packing specifications are met.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "3212",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3212",
         "title": "Measure, weigh, and count products and materials.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3214",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3214",
         "title": "Record product, packaging, and order information on specified forms and records.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3216",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3216",
         "title": "Seal containers or materials, using glues, fasteners, nails, and hand tools.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3218",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3218",
         "title": "Assemble, line, and pad cartons, crates, and containers, using hand tools.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "3222",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3222",
         "title": "Obtain, move, and sort products, materials, containers, and orders, using hand tools.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "3211",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3211",
         "title": "Mark and label containers, container tags, or products, using marking tools.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3219",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3219",
         "title": "Clean containers, materials, supplies, or work areas, using cleaning solutions and hand tools.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "3215",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3215",
         "title": "Remove completed or defective products or materials, placing them on moving equipment, such as conveyors, or in specified areas, such as loading docks.",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "id": "3221",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3221",
         "title": "Place or pour products or materials into containers, using hand tools and equipment, or fill containers from spouts or chutes.",
         "importance": 76,
         "category": "Supplemental"
      }
   ]
}