GET api/EventType/{eventTypeID}/Events?portID={portID}

Returns a list of public-facing event sub-types (cruise ships) for a specific event type (cruise operator), optionally filtered by port.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventTypeID

The ID of the event type (cruise operator ID).

integer

Required

portID

Optional port ID to filter event sub-types by port.

integer

None.

Body Parameters

None.

Response Information

Resource Description

List of event sub-types with their IDs and names, ordered with valet services first, then alphabetically.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.