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