Assets
GET /api/v1/spaces/{spaceId}/assets/{assetId}
Retrieve Asset By ID
The endpoint allows you to retrieve a specific Asset by Unique identifier for the Asset object.
Parameters
- Name
spaceId
- Type
- Required string in path
- Description
Unique identifier for the Space object.
- Name
assetId
- Type
- Required string in path
- Description
Unique identifier for the Asset object.
- Name
w
- Type
- Optional integer in query
- Description
Asset width, in case it is a image (In Pixel). Otherwise it will be ignored.
- Name
download
- Type
- Optional boolean in query
- Description
In case you wish to download the asset.
Returns
- Description
Returns Asset file.