Dec 2, 2021 7:40 AM
I used this endpoint: crm/v3/associations/company/deal/batch/read
This endpoint returns paging when there is more content, but this "next page" endpoint is always empty. This worked fine before.
The "paging > next > link" is always empty:
So I tried to switch to V4 and it also returns the V3 endpoint on the paging:
So I changed it to V4 which works fine:
So my question is, why is V3 broken and returns V4 the wrong paging url?
Dec 3, 2021 2:21 AM
Hi @dennisedson ,
I'm trying to find a company that has enough deals. Haven't been able to reproduce just yet.
Dec 3, 2021 11:46 AM
@Cubebv ,
After a bit of research, it appears that the specific company you are using does not have more than 100 deals associated with it so the next page would return an empty array.
BUT it should not be returning paging at all 🤔
Also, for the v4 issue, it should return a link with v4 in it. I have reported both of these to the team 👍
Thanks for reporting!
Dec 2, 2021 2:34 PM