Contacts listCopy Pageget https://{subdomain}.kommo.com/api/v4/contactsThis method allows to get a list of contacts in the accountQuery ParamswithstringThis parameter takes a string which may consist of several values separated by commas.pageint32Sample pagelimitint32The number of the entities returned in the response of one request (limit – 250)querystringString or integer. Search query will perform a search by custom fields values.order[updated_at]stringenumList elements sortingascdescAllowed:ascdescorder[id]stringenumList elements sortingascdescAllowed:ascdescfilter[id][]array of int32sFilter by contact IDfilter[id][]ADD int32filter[name][]array of stringsFilter by contact namefilter[name][]ADD stringfilter[created_by][]array of int32sFilter by ID of the user who added the contact(s).filter[created_by][]ADD int32filter[updated_by][]array of int32sFilter by ID of the user who updated the contact last.filter[updated_by][]ADD int32filter[responsible_user_id][]array of int32sFilter by ID of the contact responsible userfilter[responsible_user_id][]ADD int32filter[updated_at][from]int32Filter by the date in Unix Timestamp format when the contact was updated. As a response you will get all the contacts updated after the date.filter[updated_at][to]int32Filter by the date in Unix Timestamp format when the contact was updated. As a response you will get all the contacts updated before the date.filter[closest_task_at][from]int32Filter contacts by the date in Unix Timestamp format of the task closest to completion.filter[closest_task_at][to]int32Filter contacts by the date in Unix Timestamp format of the task closest to completion.Responses 200200 401401Updated 5 months ago