Alloy Announcements logo

Announcements

Back to Homepage Subscribe to Updates

Labels

  • All Posts
  • Improvement
  • highlight
  • feature
  • deprecation
  • Fix
  • API
  • mesh
  • mobile
  • web

Jump to Month

  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • March 2022
  • February 2022
  • December 2021
  • November 2021
  • September 2021
  • June 2021
  • April 2021
  • February 2021
  • January 2021
  • September 2020
  • July 2020
Powered️ byAnnounceKit

Create yours, for free!

2 years ago

Get more audit logs via the API 🪵

Overview

We're expanding the number of features that you can request audit logs for via the /api/auditlog endpoint.

We're also removing a few features that by definition will always return an empty array. While these have never been useful, there's a slight chance that some of you have implementations that expect this to happen, which may behave differently if the list of accepted parameter values is changed.

Therefore, this is classed as a breaking change ⛏️

Who will be affected

This change will affect any users or implementations that use the `/api/auditlog` endpoint to get audit logs for certain features.

Details

The /api/auditlog endpoint accepts an optional Features parameter, where you can supply a String array specifying the features that you want audit logs for. See ReDoc / Swagger for full details.

The current list of accepted values is:

AlloyUser, AlloyUserGroup, Card, Customer, Design, DesignInterface, Layer, Import, MasterSetting, MasterSetting

The values being added are:

Basemap, CustomReport, ItemForm, Mesh, AlloyRole, Workflow, WorkflowActionGroup

The values being removed are:

AlloyUser, Customer, MasterSetting

Expected Release

26th January 2023 as part of the Alloy v2.43 release.

Avatar of authorBen Tookey