Download a person asset by ID
Persons
Download a person asset by ID
Downloads the binary content of the asset identified by assetId for the person identified by personId. Returns the asset content stream with the asset’s stored content type. If the asset has no downloadable content the server returns 400 with asset_content_not_downloadable. Supply default_url to redirect the caller to a fallback URL instead of returning an error when the asset is not found.
GET
Download a person asset by ID
Authorizations
Path Parameters
The Extole unique profile identifier of this user at Extole.
The Extole unique profile identifier of this asset at Extole.
Query Parameters
Response
Binary asset content stream with the asset's stored content type.
The response is of type file.
