Morris Clay
06/12/2023, 7:59 AMuntil
param equal to the last_activity_at
of the oldest conversation returned in the previous page. The last page is reached when fewer conversations than limit
are returned."
This is my outgoing request.
{
"url": "<https://public.missiveapp.com/v1/conversations>",
"parameters": {
"until": [
"1646310992"
],
"team_inbox": [
"6f1ddba3-***"
],
"limit": [
"50"
]
},
"headers": {
"User-Agent": "python-requests/2.31.0",
"Accept-Encoding": "gzip, deflate",
"Accept": "*/*",
"Connection": "keep-alive",
"Authorization": "Bearer ****"
},
"http_method": "GET"
}
Attached a screenshot of the Cursor Pagination. I get the same result of just the first 50 records using
response['data']['items'][-1]['last_activity_at'] }}
Any hint what I am doing wrong here?
Api References:
https://missiveapp.com/help/api-documentation/rest-endpoints#list-conversationsMorris Clay
06/12/2023, 9:37 AMSherif Nada
06/12/2023, 3:08 PMMorris Clay
06/12/2023, 5:12 PM