Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
languagebash
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

Блок кода
languagebash
PUT https://ui.getintent.com/api/v1/<entity>/new?token=<token> 

...