Skip to main content

Get listing content by type

GET 

/api/v1/crs/listings/:listingId/contents

Returns listing-level content for one or more requested types. type=amenities, type=spaces and type=images return the de-duplicated union across all properties of the listing. type=reviews returns the listing's reviews with a combined rating summary. type=meals and type=vas return the meal plans / value-added services configured for the listing on the given channel and require the channelId parameter. Multiple types may be requested at once, either repeated (type=amenities&type=spaces) or comma-separated (type=amenities,spaces); only the requested collections are populated.

Request

Responses

OK