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-5113.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19460",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19460",
         "title": "Examine stitched, collated, bound, or unbound product samples for defects, such as imperfect bindings, ink spots, torn pages, loose pages, or loose or uncut threads.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "19453",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19453",
         "title": "Read work orders to determine instructions and specifications for machine set-up.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "19461",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19461",
         "title": "Install or adjust bindery machine devices, such as knives, guides, rollers, rounding forms, creasing rams, or clamps, to accommodate sheets, signatures, or books of specified sizes.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "19459",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19459",
         "title": "Trim edges of books to size, using cutting machines, book trimming machines, or hand cutters.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "19458",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19458",
         "title": "Stitch or glue endpapers, bindings, backings, or signatures, using sewing machines, glue machines, or glue and brushes.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "19450",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19450",
         "title": "Monitor machine operations to detect malfunctions or to determine whether adjustments are needed.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "19448",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19448",
         "title": "Maintain records, such as daily production records, using specified forms.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "19462",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19462",
         "title": "Lubricate, clean, or make minor repairs to machine parts to keep machines in working condition.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "19455",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19455",
         "title": "Set up or operate bindery machines, such as coil binders, thermal or tape binders, plastic comb binders, or specialty binders.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "19457",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5113.00/related/tasks/19457",
         "title": "Set up or operate machines that perform binding operations, such as pressing, folding, or trimming.",
         "importance": 83,
         "category": "Core"
      }
   ]
}