Skip to main content
GET
/
sources
/
{sourceKey}
/
v1
/
objects
/
{collectionKey}
/
{id}
/
file
/
{fileKey}
Get an object file from the registry
curl --request GET \
  --url https://{workspaceId}.clinia.cloud/sources/{sourceKey}/v1/objects/{collectionKey}/{id}/file/{fileKey} \
  --header 'X-Clinia-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

sourceKey
string
required

The key of the source.

collectionKey
string
required

The key of the collection where the object is stored.

id
string
required

The object ID. It can also be an identifier with the following formats {system}:{value}:{use} (e.g. clinia:123:use).

fileKey
string
required

The file key.

Response

The object with the given id.

The response is of type file.

I