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-1013.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10989",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10989",
         "title": "Use materials such as pens and ink, watercolors, charcoal, oil, or computer software to create artwork."
      },
      {
         "id": "10990",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10990",
         "title": "Integrate and develop visual elements, such as line, space, mass, color, and perspective, to produce desired effects, such as the illustration of ideas, emotions, or moods."
      },
      {
         "id": "10991",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10991",
         "title": "Confer with clients, editors, writers, art directors, and other interested parties regarding the nature and content of artwork to be produced."
      },
      {
         "id": "10993",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10993",
         "title": "Maintain portfolios of artistic work to demonstrate styles, interests, and abilities."
      },
      {
         "id": "20990",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/20990",
         "title": "Market artwork through brochures, mailings, or Web sites."
      }
   ]
}