List all guests of a center

This API helps you to retrieve all guests of the specified center.

You must specify the unique identifier of the center as center_id in the API request.
You can also list the guests who are updated recently by passing the last_updated parameter.
You can also leverage the pagination feature by passing page and size query parameters if you have a large number of records to be displayed. By default, page is set as 1 and size is set as 10. size cannot be more than 100: which means that the maximum records per page cannot be more than 100.

Response Details

NameTypeDescription
guestsobjectObject that contains all the guests-related elements of the center.
page_InfoobjectObject that contains pagination-related elements.
Language
Authorization
Header
Click Try It! to start a request and see the response here!