GET
/
v2
/
documents
/
{document_id}
Get Document by ID
curl --request GET \
  --url https://api.openregisters.com/v2/documents/{document_id} \
  --header 'X-API-Key: <api-key>'
{
  "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"
}

Authorizations

X-API-Key
string
header
required

Sign up at Kausate.com to get an API key

Path Parameters

document_id
string<uuid>
required

Response

200
application/json

Successful Response

Response model for document index record.