GET
/
v2
/
documents
/
company
/
{kausate_id}
/
{document_sku}
/
history
Get Document Version History
curl --request GET \
  --url https://api.openregisters.com/v2/documents/company/{kausate_id}/{document_sku}/history \
  --header 'X-API-Key: <api-key>'
{
  "documents": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "kausate_id": "<string>",
      "document_sku": "<string>",
      "s3_key": "<string>",
      "s3_bucket": "<string>",
      "file_size_bytes": 123,
      "content_type": "<string>",
      "checksum": "<string>",
      "retrieved_at": "2023-11-07T05:31:56Z",
      "uploaded_at": "2023-11-07T05:31:56Z",
      "version": 123,
      "is_latest": true,
      "is_new_document": true,
      "previous_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "change_type": "<string>",
      "has_meaningful_change": true,
      "source_system": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

X-API-Key
string
header
required

Sign up at Kausate.com to get an API key

Path Parameters

kausate_id
string
required
document_sku
string
required

Response

200
application/json

Successful Response

Response model for listing documents.