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-1012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "9247",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9247",
         "title": "Create functional or decorative objects by hand, using a variety of methods and materials.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "9248",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9248",
         "title": "Cut, shape, fit, join, mold, or otherwise process materials, using hand tools, power tools, or machinery.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9251",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9251",
         "title": "Apply finishes to objects being crafted.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9252",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9252",
         "title": "Develop concepts or creative ideas for craft objects.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9250",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9250",
         "title": "Select materials for use based on strength, color, texture, balance, weight, size, malleability and other characteristics.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9258",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9258",
         "title": "Advertise products and work, using media such as internet advertising and brochures.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "9253",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9253",
         "title": "Set specifications for materials, dimensions, and finishes.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "20881",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/20881",
         "title": "Plan and attend craft shows to market products.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "9256",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9256",
         "title": "Create prototypes or models of objects to be crafted.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "9254",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/tasks/9254",
         "title": "Confer with customers to assess customer needs or obtain feedback.",
         "importance": 66,
         "category": "Core"
      }
   ]
}