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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/details/tasks?start=11&end=16",
   "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "20931",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/20931",
         "title": "Make adjustments to patterns after fittings.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12205",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/12205",
         "title": "Mark samples and finished patterns with information, such as garment size, section, style, identification, and sewing instructions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12201",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/12201",
         "title": "Draw outlines of pattern parts by adapting or copying existing patterns, or by drafting new patterns.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12197",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/12197",
         "title": "Test patterns by making and fitting sample garments.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12203",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/12203",
         "title": "Position and cut out master or sample patterns, using scissors and knives, or print out copies of patterns, using computers.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12202",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/related/tasks/12202",
         "title": "Create a paper pattern from which to mass-produce a design concept.",
         "importance": 82,
         "category": "Core"
      }
   ]
}