Trying to retrieve the list of invitations with pagination.
We are getting start, limit, total ?
Is they are equivalent to page, perPage, total ?
Please check the pagination for invitations ?
it looks buggy and not working as expected ?
Trying to retrieve the list of invitations with pagination.
We are getting start, limit, total ?
Is they are equivalent to page, perPage, total ?
Please check the pagination for invitations ?
it looks buggy and not working as expected ?
Because when we are calling the endpoint : we are sending “include_totals”, “true”, “page” and “per_page”
We expect to have the response with page, perPage and to total too.