Download asset data in CSV format for the specified asset IDs.
Request Body:
curl --request POST \
--url https://server26-dot-royalti-project.uc.r.appspot.com/asset/download/csv \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"assetIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}'
This response does not have an example.
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
CSV file download
The response is of type file
.
curl --request POST \
--url https://server26-dot-royalti-project.uc.r.appspot.com/asset/download/csv \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"assetIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}'
This response does not have an example.