Retrieve an existing asset.

Use this endpoint to retrieve an existing asset that matches the ID that is specified from the database. A conditional request is supported.
User roles: admin, manager, editor, viewer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Provide the ID of the asset that you want to retrieve.

Query Params
fields
array of strings

Only the asset fields that are specified here are returned for each result. Any asset field is a valid value and these can be specified in a comma-separated list. For example, to list the asset fields name and ID, provide the value ID, and name. All asset fields are returned by default.

fields
include
array of strings

Optional: Parameters used to include additional fields inside each returned asset. Use "links" to include the links section, which contains URLs for actions that can be performed on the asset. Use "metadata" to include additional fields for each of the items referenced by the asset You can specify multiple fields as a comma-separated value. For example, "include=links,metadata".

include
Headers
string

Provide the double quoted revision of the asset. If this value matches the newest version, a 304 Not Modified response will be returned.

Responses

304

The Etag provided in the If-None-Match header corresponds to the latest version.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json