I want to get All file of the org via api. I am not getting files through api which are attached with particular contacts. is it possible? if yes then please let me know and share the documentation if any.
I already check the “list files” method but it doesn’t return files of particular contacts.
@John_Borelli
I already tried this method and this method is not returning the files which are under particular contact. it only returns files which are under “my files” ,“Company files” ,“Company images”.
if I go to any particular contact and attach a file. and then fetching files using all files api Keap REST API
then I am not getting that file in the list of file I got from the response.
I understand that and I already tried that and I getting the file using it’s id through REST API as well.
We are integrating salesforce and infusionSoft and we want to fetch all the files which are in infusionSoft to Salesforce so we can’t go to each file and get them using id’s So we Need an api which can return all the files which are in infusionSoft (All means all). I used REST API which is Keap REST API
as you already know this API doesn’t return the file which are under specific contact as I explain in my previous post.
If there is any way to do this then please let me know.
I check the XML-RPC and i make query on file but there is also a limit we can only get maximum 1000 records but we have more 100 thousand files so id there any option to use pagination or offset for that I can query all file records?
Use the page parameter to return the next 1000 results. Page 0 has 1000 results, Page 1 has 1000 results etc. You’ll probably need to make a for loop to page through results.