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/13-1121.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1209",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1209",
         "title": "Consult with customers to determine objectives and requirements for events, such as meetings, conferences, and conventions."
      },
      {
         "id": "1212",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1212",
         "title": "Review event bills for accuracy and approve payment."
      },
      {
         "id": "1214",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1214",
         "title": "Coordinate services for events, such as accommodation and transportation for participants, facilities, catering, signage, displays, special needs requirements, printing and event security."
      },
      {
         "id": "1215",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1215",
         "title": "Arrange the availability of audio-visual equipment, transportation, displays, and other event needs."
      },
      {
         "id": "1211",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1211",
         "title": "Confer with staff at a chosen event site to coordinate details."
      }
   ]
}