List Aggregate Types​
Returns a list of the possible aggregate types in ZITADEL. This is used to filter the aggregate types in the list events request.
application/json
application/grpc
application/grpc-web+proto
Request Body required
object
Request Body required
object
Request Body required
object
Responses
- 200
- 403
- 404
- default
A successful response.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
- Array [
- ]
aggregateTypes object[]
type string
localized object
key string
localizedMessage string
{
"aggregateTypes": [
{
"type": "user",
"localized": {
"key": "string",
"localizedMessage": "string"
}
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
aggregateTypes object[]
type string
localized object
key string
localizedMessage string
{
"aggregateTypes": [
{
"type": "user",
"localized": {
"key": "string",
"localizedMessage": "string"
}
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
aggregateTypes object[]
type string
localized object
key string
localizedMessage string
{
"aggregateTypes": [
{
"type": "user",
"localized": {
"key": "string",
"localizedMessage": "string"
}
}
]
}
Returned when the user does not have permission to access the resource.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...