Download a person asset by name
Streams the binary or text content of the asset matching the name query parameter for the person identified by personId. Returns HTTP 302 if the content is hosted at a remote URL; returns HTTP 200 with the raw content otherwise. Use the id variant (downloadPersonAsset) when you have the asset id. The access token is optional on this operation: omit it and Extole serves only the person’s PUBLIC assets, resolving the client from the request domain. Supply a token belonging to the person to reach their PRIVATE assets. Omitting the token is the recommended way to render another person’s avatar, so no token has to be embedded in an image URL.
Authorizations
Path Parameters
The Extole unique profile identifier of this user at Extole.
Query Parameters
Name of the asset to download.
Response
Binary asset content stream with the asset's stored content type.
The response is of type file.
