API meetings list order

Description
I notice that the meetings endpoint is returning meetings sorted by ID, but the ID is not incremental so they come sorted randomly.

Is there a way to list meetings sorted by created_at DSC?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth

Which Endpoint/s?
GET v2/users/me/meetings

@Pluga,

Currently, there is no way to sort the meeting via an API request. You would have to parse, store, and sort the data on your own.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.