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/27-1022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "13015",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13015",
         "title": "Sketch rough and detailed drawings of apparel or accessories, and write specifications such as color schemes, construction, material types, and accessory requirements.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "13014",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13014",
         "title": "Examine sample garments on and off models, modifying designs to achieve desired effects.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13016",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13016",
         "title": "Confer with sales and management executives or with clients to discuss design ideas.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13019",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13019",
         "title": "Select materials and production techniques to be used for products.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13020",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13020",
         "title": "Provide sample garments to agents and sales representatives, and arrange for showings of sample garments at sales meetings or fashion shows.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13013",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13013",
         "title": "Direct and coordinate workers involved in drawing and cutting patterns and constructing samples or finished garments.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13017",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13017",
         "title": "Identify target markets for designs, looking at factors such as age, gender, and socioeconomic status.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13024",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13024",
         "title": "Collaborate with other designers to coordinate special products and designs.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13018",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13018",
         "title": "Attend fashion shows and review garment magazines and manuals to gather information about fashion trends and consumer preferences.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "13022",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/related/tasks/13022",
         "title": "Purchase new or used clothing and accessory items as needed to complete designs.",
         "importance": 66,
         "category": "Core"
      }
   ]
}