ConcordAbush | 2020-10-14 21:12:13 UTC | #1
I am looking at the outbound api call 'outboundApi.GetOutboundContactlists' I am only able to pull down 100 call lists. Is there a way to pull more than that down in one single query? We are not at that amount yet but we will pass it in the near future.
Jerome.Saint-Marc | 2020-10-15 07:51:28 UTC | #2
Hello,
The pageSize parameter in GetOutboundContactLists stipulates that "The max that will be returned is 100". So, no, you cannot get more than 100 Contact Lists in a single request.
But this Method (API endpoint) supports paging. So you can retrieve more than 100 Contact Lists, calling this method multiple times (with pageNumber parameter set to 1 the first time, set to 2 the second time - to get the second page/next 100, ...).
Regards,
system | 2020-11-15 07:51:29 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 9075