List assets
List all assets with optional filters
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
List assets input
pagination?bv.Pagination
parentId?string
Response Body
curl -X POST "https://eu1.api.bivariant.com/v1/assets/list" \ -H "Content-Type: application/json" \ -d '{}'[
{
"appId": "string",
"createdAt": "string",
"description": "string",
"downloadUrl": "string",
"fileSize": 0,
"id": "string",
"isFolder": true,
"isSystem": true,
"mimeType": "string",
"name": "string",
"organizationId": "string",
"ownerId": "string",
"parentId": "string",
"spaceId": "string",
"status": null,
"updatedAt": "string"
}
]{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}