You can interact with Fairways Guarantees using application programming interfaces (APIs).
As a reminder, the list of the API endpoints is available from your platform by simply adding "/rest/documentation/" to the URL after the domain name (do not forget the final slash "/"), e.g.: https://fwg.financeactive.eu/rest/documentation/
The following API endpoints have been added in Fairways Guarantees:
- GET /{tenant-code}/audit: Retrieves the list of guarantees, operations, third parties and/or entities deleted since a given date
- PUT /{tenant-code}/guarantees/{id}/custom-properties: Updates the custom properties of a given guarantee
- PATCH /{tenant-code}/guarantees/{id}: Updates the nominal expiry date of a given guarantee
The following API endpoint has been updated in Fairways Guarantees:
- GET /{tenant-code}/companies: Retrieves all the companies. This endpoint has been enriched with filtering criteria modified_since and created_since.