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-3031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "1764",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/1764",
         "title": "Respond to requests for information from the media or designate an appropriate spokesperson or information source.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20555",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/20555",
         "title": "Plan or direct development or communication of programs to maintain favorable public or stockholder perceptions of an organization's accomplishments, agenda, or environmental responsibility.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23951",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/23951",
         "title": "Post and update content on the company's Web site and social media outlets.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20554",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/20554",
         "title": "Write press releases or other media communications to promote clients.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "1765",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/1765",
         "title": "Establish or maintain cooperative relationships with representatives of community, consumer, employee, or public interest groups.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "1770",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/1770",
         "title": "Confer with other managers to identify trends or key group interests or concerns or to provide advice on business decisions.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1772",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/1772",
         "title": "Coach client representatives in effective communication with the public or with employees.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "1769",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/1769",
         "title": "Study the objectives, promotional policies, or needs of organizations to develop public relations strategies that will influence public opinion or promote ideas, products, or services.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20557",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/20557",
         "title": "Prepare or edit organizational publications, such as employee newsletters or stockholders' reports, for internal or external audiences.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "1768",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/related/tasks/1768",
         "title": "Arrange public appearances, lectures, contests, or exhibits for clients to increase product or service awareness or to promote goodwill.",
         "importance": 72,
         "category": "Core"
      }
   ]
}