Closed wyattbenno777 closed 6 years ago
@wyattbenno777 Can you provide the full response?
Hi. I tried this again.
This is the JSON response. For this url.
With id it does work with ids=all it does not.
result_code | 0 result_message | "Failed: Nothing is returned" result_output | "json"
Hello! The contact_list
method will only return contacts that are associated with at least one list. Can you confirm that the missing contacts in your response already meet that criteria? In other words, since no contacts are returned I would suspect that you have no contacts that are associated with at least one list. If that's not the issue, then we can escalate this issue further. Thank you!
@mthommes That did it. Thank you!
var contacts_get = ac.api("contact/list?ids=all", {}); contacts_get.then(function(result) { // successful request console.log("result is ", result); }, function(result) { // request error });
Ids all is no longer working, this returns an empty object.