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