Question

Fetching "Users event types"

  • 22 January 2024
  • 1 reply
  • 57 views

I wanted to understand why while sending a request to list “Users event types” the default number of events that can be fetched is 20 and the maximum is only a 100? Is there a specific reason behind this?

I am talking about using the following end point to fetch the user details
 

https://stoplight.io/mocks/calendly/api-docs/395/event_types


This topic has been closed for comments

1 reply

Userlevel 2

Hello!

The count will determine the maximum number of results per page, but will not set a limit on your overall results. You can continue to call for the next page of results until you have requested the entire list.

The response will include data in the pagination section if there are additional pages of results. The documentation page shows the expected schema for this at the bottom of the page.

Several of our list endpoints use pagination, so I’d also recommend checking out the section in our API conventions section of the documentation which contains more general information on this.