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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "22654",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22654",
         "title": "Present drafts and ideas to clients.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "22657",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22657",
         "title": "Write articles, bulletins, sales letters, speeches, and other related informative, marketing and promotional material.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "22658",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22658",
         "title": "Conduct research and interviews to determine which of a product's selling features should be promoted.",
         "importance": 64,
         "category": "Supplemental"
      },
      {
         "id": "22659",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22659",
         "title": "Invent names for products and write the slogans that appear on packaging, brochures and other promotional material.",
         "importance": 62,
         "category": "Supplemental"
      },
      {
         "id": "22661",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22661",
         "title": "Collaborate with other writers on specific projects."
      },
      {
         "id": "22662",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/related/tasks/22662",
         "title": "Conduct research to obtain factual information and authentic detail, using sources such as newspaper accounts, diaries, and interviews."
      }
   ]
}