Sally_Rowe | 2022-11-02 09:35:28 UTC | #1
Hello, The API for external contacts has a limit on the number of records as highlighted below. We have a total of 173218 records to be fetched . If anyone could suggest on how to work around these limits to fetch all the records into the system. For example: if the pagesize is 100 , then the page count is 1733 pages , we are unable to fetch beyond 11 pages (100*11>100).
Thanks so much
Jerome.Saint-Marc | 2022-11-02 10:06:08 UTC | #2
Hello,
If you are trying to retrieve all of your existing external contacts, you can use the Scan endpoint (GET /api/v2/externalcontacts/scan/contacts. You can retrieve at max 200 contacts per page, but you are not limited to 1000 (across pages).
See here for some info on the Scan endpoint. There is also an available nodejs example.
Regards,
system | 2022-12-03 10:06:39 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: 17018