History of custom variable updates
Required scopes:
organization-variables:read
Gets the history of updates of the specified custom variable. The response contains the ID value of the variable history entry and a diffObject
. The diffObject
contains:
the original value,
the new value,
the timestamp of the update,
the author of the update.
If the variable doesn't have any updates, the diffObject
contains the current value of the variable instead of the original and new values.
The update history entries are sorted from newest to latest.
Last updated