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/11-2032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21226",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21226",
         "title": "Assign, supervise, and review the activities of public relations staff."
      },
      {
         "id": "21227",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21227",
         "title": "Confer with labor relations managers to develop internal communications that keep employees informed of company activities."
      },
      {
         "id": "21228",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21228",
         "title": "Design and edit promotional publications, such as brochures."
      },
      {
         "id": "21229",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21229",
         "title": "Develop and maintain the company's corporate image and identity, which includes the use of logos and signage."
      },
      {
         "id": "21230",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21230",
         "title": "Develop, implement, or maintain crisis communication plans."
      },
      {
         "id": "21231",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21231",
         "title": "Direct activities of external agencies, establishments, or departments that develop and implement communication strategies and information programs."
      },
      {
         "id": "21232",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21232",
         "title": "Draft speeches for company executives and arrange interviews and other forms of contact for them."
      },
      {
         "id": "21233",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21233",
         "title": "Establish and maintain effective working relationships with clients, government officials, and media representatives and use these relationships to develop new business opportunities."
      },
      {
         "id": "21234",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21234",
         "title": "Evaluate advertising and promotion programs for compatibility with public relations efforts."
      },
      {
         "id": "21235",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2032.00/related/tasks/21235",
         "title": "Facilitate consumer relations or the relationship between parts of the company, such as the managers and employees, or different branch offices."
      }
   ]
}