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/41-3011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4579",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4579",
         "title": "Prepare and deliver sales presentations to new and existing customers to sell new advertising programs and to protect and increase existing advertising.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "4581",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4581",
         "title": "Maintain assigned account bases while developing new accounts.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "4586",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4586",
         "title": "Provide clients with estimates of the costs of advertising products or services.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "4585",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4585",
         "title": "Locate and contact potential clients to offer advertising services.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "4580",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4580",
         "title": "Explain to customers how specific types of advertising will help promote their products or services in the most effective way possible.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4589",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4589",
         "title": "Obtain and study information about clients' products, needs, problems, advertising history, and business practices to offer effective sales presentations and appropriate product assistance.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "4592",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4592",
         "title": "Prepare promotional plans, sales literature, media kits, and sales contracts, using computer.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "4582",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4582",
         "title": "Process all correspondence and paperwork related to accounts.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "4584",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4584",
         "title": "Draw up contracts for advertising work, and collect payments due.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "4583",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/related/tasks/4583",
         "title": "Deliver advertising or illustration proofs to customers for approval.",
         "importance": 82,
         "category": "Core"
      }
   ]
}