Last updated
© 2025 make.com
Last updated
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.
The ID of the organization.
11
The name of the custom variable.
"userID"
Successful response