Skip to content

get a documentasset ​

GET
/v1/documentassets/{documentasset_id}

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

documentasset_id*

Documentasset hashkey

Type
string
Required
Max Length
36
Min Length
36

Responses​

OK

application/json
JSON
{
  
"version": 2,
  
"created": null,
  
"updated": null,
  
"deleted": null,
  
"created_by": null,
  
"updated_by": null,
  
"deleted_by": null,
  
"metadata": {
  
  
"additionalProperties": "string"
  
},
  
"documentasset_id": null,
  
"related_type": "string",
  
"document_type": "string",
  
"related_id": "string",
  
"filename": "string",
  
"accessible_by_owner": true,
  
"document_mimetype": null,
  
"order": 100,
  
"remote_filename": null,
  
"bucket": null,
  
"expiry_date": null,
  
"owner_id": null,
  
"owner_type": null,
  
"owner_name": null,
  
"meta_data": {
  
  
"additionalProperties": "string"
  
},
  
"external_document_id": null
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​