Skip to content

Audit trail of changes to one field on one collection

GET
/collections/{id}/fields/{field_id}/history
id
required
string format: uuid
field_id
required
string format: uuid
limit
integer
default: 50 >= 1 <= 500

Newest-first list of historical changes

Array<object>
object
id
required
string format: uuid
collection_id
required
string format: uuid
field_id
required
string format: uuid
old_value
object
key
additional properties
any
new_value
object
key
additional properties
any
changed_at
required
string format: date-time
changed_by_user_ref
integer format: int64
nullable
set_by
required
string

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Resource not found

object
error
required

Human-readable error summary

string
Example
the request could not be completed