v1

latestOpenAPI 3.0.12026-07-2621384215.3 KB
ReviewList

List Reviews For Container

Lists reviews for a specific reviews container that was previously created. The results will be different based on user privileges set in the JWT.

get/v1/livereviews/{section_uuid}/{content_container_uuid}/reviews

Path parameters

section_uuidstring uuid required

The section identifying where the call is relative to

content_container_uuidstring uuid required

The content container identifying where the call is relative to

Query parameters

limitinteger required

Number limiting how many items are returned

reply_limitinteger

The limit parameter determines how many top-level items are returned. For each of these top-level items, the reply_limit parameter determines how many replies to fetch as well. For example, with a limit of 5, and a reply_limit of 2, we can have a total of 15 items coming back. This would be 5 top-level items, and 2 replies for each of those items.

starting_fromstring uuid
sorted_bystring
filtered_bystring
user_uuidstring uuid

Response

OK

more_availableboolean