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