Objets
Lister et créer les types d'objets (entités CRM) de votre tenant.
Authorization
Authorization<token>
Envoyez ApiKey bk_live_... (préfixe littéral ApiKey obligatoire).
In: header
Query Parameters
limitinteger
Taille de page (1–100).
Default:25Minimum: 1Maximum: 100offsetinteger
Décalage de pagination.
Default:0Minimum: 0qstring
Recherche texte sur le nom et la description.
Maximum length:120typestring
Filtrer par type d'objet.
Value in:"STANDARD"isSystemObjectboolean
true = objets livrés (Demande, Ticket, Utilisateur…), false = objets créés par l'utilisateur.
isSettingboolean
true = objets « Paramètre », false = objets métier.
apiNamearray<string>
Restreindre à une liste d'apiNames (max 50).
createdAfterstring
ISO 8601 — objets créés à partir de cette date.
Format:"date-time"updatedAfterstring
ISO 8601 — objets modifiés à partir de cette date (synchro incrémentale).
Format:"date-time"orderBystring
Default: "createdAt"Value in: "createdAt" | "updatedAt" | "name"orderstring
Default: "desc"Value in: "asc" | "desc"Liste paginée d'objets.
Authorization
Authorization<token>
Envoyez ApiKey bk_live_... (préfixe littéral ApiKey obligatoire).
In: header
Request Body
application/jsonRequirednamestring
Example: "Contact"Maximum length: 120apiNamestring
Example: "contact"Pattern: "^[a-z][a-z0-9_]{1,59}$"systemNamestring
Example: "contact"Pattern: "^[a-z][a-z0-9_]{1,59}$"descriptionstring
Maximum length: 500iconstring
isSettingboolean
isUserAssignableboolean
fieldsarray<object>
Objet créé, avec son schéma complet.
{apiName}/schemaAuthorization
Authorization<token>
Envoyez ApiKey bk_live_... (préfixe littéral ApiKey obligatoire).
In: header
Path Parameters
apiNamestring
Nom système de l'objet (ex. contact).
Schéma détaillé.