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.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.