Skip to main content

6 posts tagged with "public-api"

View All Tags

v4.60.0

· One min read

New Features:

Add enrichment support: Added support for enrichment in post & put item endpoints. Add siret fields support: Added support for siret fields if activated on the platform on all item endpoints.

v4.49.1

· One min read

New Features:

New properties in tags payload in item collection: Added properties in the payload of public API items, in the tag section. List of properties added:

  • parentTag: Parent tag object of the current tag.
  • categoryTag: Category tag object of the current tag.
  • More info here

v4.47.2

· One min read

New Features:

New properties in webhook payload: Added properties in the payload of public API webhooks. List of properties added:

  • objectLabel: Current object name
  • processId: When subscribing to associationChange event and object is an item of the partner type, here is the current process id.
  • processLabel: When subscribing to associationChange event and object is an item of the partner type, here is the current process label.
  • fields: List of fields available in current and previous object.
  • More info here

v4.47.0

· One min read

New Features:

SCIM API Support: Added full support for the SCIM 2.0 protocol to enable seamless user provisioning and management in collaboration with Microsoft Entra ID (formerly Azure AD).

  • Automatic syncing of user information, including creation, updates, and deletion of users between Entra ID and our app.
  • Support for default user attributes like emails, familyName, givenName, active, and more.
  • Enhanced user management functionality to ensure compliance with SCIM 2.0 standards.