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-6092.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12200",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/12200",
         "title": "Create a master pattern for each size within a range of garment sizes, using charts, drafting instruments, computers, or grading devices."
      },
      {
         "id": "20930",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/20930",
         "title": "Input specifications into computers to assist with pattern design and pattern cutting."
      },
      {
         "id": "12198",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/12198",
         "title": "Draw details on outlined parts to indicate where parts are to be joined, as well as the positions of pleats, pockets, buttonholes, and other features, using computers or drafting instruments."
      },
      {
         "id": "20931",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/20931",
         "title": "Make adjustments to patterns after fittings."
      },
      {
         "id": "12206",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/12206",
         "title": "Compute dimensions of patterns according to sizes, considering stretching of material."
      }
   ]
}