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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1216",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1216",
         "title": "Inspect event facilities to ensure that they conform to customer requirements.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "1217",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1217",
         "title": "Maintain records of event aspects, including financial details.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "1210",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1210",
         "title": "Monitor event activities to ensure compliance with applicable regulations and laws, satisfaction of participants, and resolution of any problems that arise.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "1219",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1219",
         "title": "Negotiate contracts with such service providers and suppliers as hotels, convention centers, and speakers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1222",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1121.00/related/tasks/1222",
         "title": "Evaluate and select providers of services according to customer requirements.",
         "importance": 77,
         "category": "Core"
      }
   ]
}