Audit trail of changes to one field on one collection
GET /collections/{id}/fields/{field_id}/history
GET
/collections/{id}/fields/{field_id}/history
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
field_id
required
string format: uuid
Query Parameters
Section titled “Query Parameters ” limit
integer
Responses
Section titled “ Responses ”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
set_by
required
string
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "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