List projects
List all projects for the current space with optional filters
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
List projects input
ownerId?string
pagination?bv.Pagination
Response Body
curl -X POST "https://eu1.api.bivariant.com/v1/projects/list" \ -H "Content-Type: application/json" \ -d '{}'[
{
"appUid": "string",
"createdAt": "string",
"description": "string",
"id": "string",
"name": "string",
"organizationId": "string",
"ownerId": "string",
"spaceId": "string",
"title": "string",
"updatedAt": "string"
}
]{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}