GET api/eventslocations?includeServices={includeServices}&includeEvents={includeEvents}

Returns event parking locations (ports) with associated event operators and available services.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
includeServices

Whether to include available services for each location.

boolean

Default value is False

includeEvents

Whether to include event operators for each location.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

List of event locations with optional event operators and services, ordered by number of event operators.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.