-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hello.
https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_list.php
Any example I'm trying to use, I get an error with Parameter 'param' must be array.
bitrix24.callMethod("crm.contact.list", {
order: { "DATE_CREATE": "ASC" },
filter: { "TYPE_ID": "CLIENT" },
select: [ "ID", "NAME", "LAST_NAME", "TYPE_ID", "SOURCE_ID" ]
});
Is there any difference between this library and the library used in the documentation examples?
Metadata
Metadata
Assignees
Labels
No labels