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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}