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-2091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "22604",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22604",
         "title": "Accept music requests from event guests."
      },
      {
         "id": "22605",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22605",
         "title": "Adhere to schedules to keep events running on time."
      },
      {
         "id": "22606",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22606",
         "title": "Advertise services using media such as internet advertising and brochures."
      },
      {
         "id": "22607",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22607",
         "title": "Assemble audio and video equipment."
      },
      {
         "id": "22608",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22608",
         "title": "Collect payments from customers."
      },
      {
         "id": "22609",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22609",
         "title": "Communicate with clients or venue owners to determine event information, such as music preferences, scheduling, and anticipated attendance."
      },
      {
         "id": "22610",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22610",
         "title": "Conduct sound checks to ensure equipment is working and appropriate for the venue."
      },
      {
         "id": "22611",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22611",
         "title": "Create itemized invoices to record amounts due for services rendered."
      },
      {
         "id": "22612",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22612",
         "title": "Create tailored playlists by aligning music with event functions."
      },
      {
         "id": "22613",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/related/tasks/22613",
         "title": "Develop written contracts for bookings."
      }
   ]
}