Companies listCopy Pageget https://{subdomain}.kommo.com/api/v4/companiesThe method allows you to get a list of companiesQuery ParamswithstringThis parameter takes a string that may consist of several values separated by commas. See the table above.pageint32Page of responselimitint32The number of the entities returned in the response to one request (limit – 250)querystringSearch query (will perform a search by custom fields values)order[updated_at]stringenumList elements sorting by the time companies were updated atascdescAllowed:ascdescorder[id]stringenumList elements sorting by companies IDsascdescAllowed:ascdescfilter[id][]array of int32sFilter by company IDfilter[id][]ADD int32filter[name][]array of stringsFilter by company namefilter[name][]ADD stringfilter[created_by][]array of int32sFilter by ID of the user who added the company.filter[created_by][]ADD int32filter[updated_by][]array of int32sFilter by ID of the user who updated the company lastfilter[updated_by][]ADD int32filter[responsible_user_id][]array of int32sFilter by ID of the company responsible userfilter[responsible_user_id][]ADD int32filter[created_at][from]int32Filter by the creation date of the company in Unix Timestamp format. As a response you will get all the companies added after the date.filter[created_at][to]int32Filter by the creation date of the company in Unix Timestamp format. As a response you will get all the companies added before the date.filter[updated_at][from]int32Filter by date in Unix Timestamp format when the company was updated. As a response you will get all the companies updated after the date.filter[updated_at][to]int32Filter by date in Unix Timestamp format when the company was updated. As a response you will get all the companies updated before the date.filter[closest_task_at][from]int32Filter leads by the date of the task closest to completion in Unix Timestamp format.filter[closest_task_at][to]int32Filter leads by the date of the task closest to completion in Unix Timestamp format.Responses 200200 401401Updated 12 months ago