GET api/whiteboard/cruise-ships/spaces-between?start={start}&end={end}&portNames={portNames}&excludeZeroTotalCapacity={excludeZeroTotalCapacity}

Returns capacity info for all cruises between two dates for all cruise ships, with optional port filter, ordered by operator, ship, then departure. Each item includes operatorName.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

Start date inclusive.

date

Required

end

End date inclusive. If omitted, defaults to end of the start month.

date

None.

portNames

Comma-separated list of port names to include.

string

None.

excludeZeroTotalCapacity

Exclude cruises with zero total capacity.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Per-cruise capacity snapshots ordered by operator, ship, and departure date.

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.