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-6052.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12177",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12177",
         "title": "Measure parts, such as sleeves or pant legs, and mark or pin-fold alteration lines."
      },
      {
         "id": "12181",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12181",
         "title": "Remove stitches from garments to be altered, using rippers or razor blades."
      },
      {
         "id": "12176",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12176",
         "title": "Sew garments, using needles and thread or sewing machines."
      },
      {
         "id": "12179",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12179",
         "title": "Let out or take in seams in suits and other garments to improve fit."
      },
      {
         "id": "12190",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12190",
         "title": "Measure customers, using tape measures, and record measurements."
      }
   ]
}