...
| Блок кода | ||
|---|---|---|
| ||
GET https://ui.getintent.com/api/v1/<entity>/list?token=<token>&custom_fields=<starts>,<ends> |
Returns System and Common <entity> type Objects list.
<field1>,<field2>,... |
List method by default returns only object's "id" and "name" fields will be returned for each object by defaultfields, additional fields in output are controlled by "custom_fields" parameter.
Create an entity
| Блок кода | ||
|---|---|---|
| ||
PUT https://ui.getintent.com/api/v1/<entity>/new?token=<token> |
...