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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12175",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12175",
         "title": "Fit and study garments on customers to determine required alterations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12187",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12187",
         "title": "Trim excess material, using scissors.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12180",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12180",
         "title": "Assemble garment parts and join parts with basting stitches, using needles and thread or sewing machines.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12189",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12189",
         "title": "Make garment style changes, such as tapering pant legs, narrowing lapels, and adding or removing padding.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "12185",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/related/tasks/12185",
         "title": "Maintain garment drape and proportions as alterations are performed.",
         "importance": 79,
         "category": "Core"
      }
   ]
}