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-3043.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-3043.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22656",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22656",
         "title": "Develop advertising campaigns for a wide range of clients, working with an advertising agency's creative director and art director to determine the best way to present advertising information."
      },
      {
         "id": "22655",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22655",
         "title": "Vary language and tone of messages based on product and medium."
      },
      {
         "id": "22654",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22654",
         "title": "Present drafts and ideas to clients."
      },
      {
         "id": "22653",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22653",
         "title": "Discuss with the client the product, advertising themes and methods, and any changes that should be made in advertising copy."
      },
      {
         "id": "22660",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22660",
         "title": "Review advertising trends, consumer surveys, and other data regarding marketing of goods and services to determine the best way to promote products."
      }
   ]
}