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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-3011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}