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-6021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14038",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14038",
         "title": "Hang, fold, package, and tag finished articles for delivery to customers."
      },
      {
         "id": "14035",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14035",
         "title": "Operate steam, hydraulic, or other pressing machines to remove wrinkles from garments and flatwork items, or to shape, form, or patch articles."
      },
      {
         "id": "14043",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14043",
         "title": "Straighten, smooth, or shape materials to prepare them for pressing."
      },
      {
         "id": "14037",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14037",
         "title": "Remove finished pieces from pressing machines and hang or stack them for cooling, or forward them for additional processing."
      },
      {
         "id": "14042",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14042",
         "title": "Finish pleated garments, determining sizes of pleats from evidence of old pleats or from work orders, using machine presses or hand irons."
      }
   ]
}