Get Metadata File Content

Get Metadata File Content

Download the binary content of a file entry

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/entities/{id}/metadata/{metadataId}/content
COPY
Path Parameters
string
id
Required

the URN of the entity the entry is attached to.

string
metadataId
Required

a metadata vcloud id urn

Query Parameters
boolean
download
Optional
Constraints: default: false

Passing 'true' will add a Content-Disposition attachment response header.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

406

Not Acceptable

Operation doesn't return any data structure

Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [object Object]
                
Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/entities/{id}/metadata/{metadataId}/content