CorebanqCorebanq Developer Docs
Uploadsv1Files

Get upload change history

Returns blame audit rows for one upload (newest first). Requires read permission on the upload.

GET/v1/uploads/{id}/history

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/uploads/497f6eca-6276-4993-bfeb-53cbbbba6f08/history"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "action": "string",
    "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
    "user_name": "string",
    "created_at": "2019-08-24T14:15:22Z",
    "changes": [
      {
        "field": "string",
        "old": null,
        "new": null
      }
    ]
  }
]

{
  "code": "uploads.record_not_found",
  "message": "Record not found"
}