Bannettes

Récupération de la liste des banettes

get

Récupération de la liste des banettes

Authorizations
AuthorizationstringRequired
Responses
chevron-right
200

Opération réalisée avec succès

application/json
get
/baskets
200

Opération réalisée avec succès

Récupération d'une banette par identifiant

get

Récupération d'une banette par identifiant

Authorizations
AuthorizationstringRequired
Path parameters
basket_idstringRequiredExample: FindCopyMail
Responses
chevron-right
200

Opération réalisée avec succès

application/json
idnumberOptionalExample: 30
coll_idstringOptionalExample: letterbox_coll
basket_idstringOptionalExample: FindCopyMail
basket_namestringOptionalExample: Recherche Courrier en copie (recherche)
basket_descstringOptionalExample: Recherche Courrier en copie
basket_clausestringOptionalExample: (res_id in (select res_id from listinstance WHERE item_type = 'user_id' and item_id = @user_id and item_mode = 'cc') or res_id in (select res_id from listinstance WHERE item_type = 'entity_id' and item_mode = 'cc' and item_id in (@my_entities_id)) or res_id in (select li.res_id from listinstance li WHERE li.item_type = 'user_id' and li.item_mode = 'cc' and (SELECT UPPER(user_id) from users WHERE id=li.item_id) in (SELECT UPPER(entity_id) FROM users_entities WHERE user_id=@user_id))) and status not in ('DEL', 'VAL', 'SSUITE', 'INIT')
is_visiblestringOptionalExample: Y
enabledstringOptionalExample: Y
basket_orderstringOptional
colorstringOptional
basket_res_orderstringOptionalExample: res_id desc
flag_notifstringOptionalExample: N
get
/baskets/{basket_id}
200

Opération réalisée avec succès

Last updated