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-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "291",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/291",
         "title": "Work with creative directors to develop design solutions."
      },
      {
         "id": "288",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/288",
         "title": "Present final layouts to clients for approval."
      },
      {
         "id": "286",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/286",
         "title": "Manage own accounts and projects, working within budget and scheduling requirements."
      },
      {
         "id": "287",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/287",
         "title": "Confer with creative, art, copywriting, or production department heads to discuss client requirements and presentation concepts and to coordinate creative activities."
      },
      {
         "id": "289",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/289",
         "title": "Confer with clients to determine objectives, budget, background information, and presentation approaches, styles, and techniques."
      }
   ]
}