Skip to Main Content
Status Unlikely to implement
Categories API
Created by Anton Kuzmenko
Created on Aug 11, 2023

Return raw value changes in /api/v1/audits

What it looks now:

{
"audits": [
{
"changes": [
{
"field_name": "Assigned to user",
"value": "Default assignee → Anton Aha",
}
]
}
]
}

Proposal:

{
"audits": [
{
"changes": [
{
"field_name": "Assigned to user",
"value": "Default assignee → Anton Aha",
"raw_value": [null, 7676217142357]
}
]
}
]
}
  • ADMIN RESPONSE
    Aug 16, 2023

    Thank you for your idea. We are unlikely to make changes at this time due to the risk of causing issues for customers who are using the current return value. We hope you can understand.

  • Attach files