List Views/Projections​
Returns all stored read models of ZITADEL. Views are used for search optimization and optimizing request latencies. They represent the delta of the event that happened on the objects
Responses
- 200
- 403
- 404
- default
Views for query operations
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
- Array [
- ]
result object[]
database string
viewName string
processedSequence uint64
eventTimestamp date-time
The timestamp the event occurred
lastSuccessfulSpoolerRun date-time
The timestamp the event occurred
{
"result": [
{
"database": "adminapi",
"viewName": "iam_members",
"processedSequence": "9823758",
"eventTimestamp": "2019-04-01T08:45:00.000000Z",
"lastSuccessfulSpoolerRun": "2024-06-13T06:44:39.254Z"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
result object[]
database string
viewName string
processedSequence uint64
eventTimestamp date-time
The timestamp the event occurred
lastSuccessfulSpoolerRun date-time
The timestamp the event occurred
{
"result": [
{
"database": "adminapi",
"viewName": "iam_members",
"processedSequence": "9823758",
"eventTimestamp": "2019-04-01T08:45:00.000000Z",
"lastSuccessfulSpoolerRun": "2024-06-13T06:44:39.254Z"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
result object[]
database string
viewName string
processedSequence uint64
eventTimestamp date-time
The timestamp the event occurred
lastSuccessfulSpoolerRun date-time
The timestamp the event occurred
{
"result": [
{
"database": "adminapi",
"viewName": "iam_members",
"processedSequence": "9823758",
"eventTimestamp": "2019-04-01T08:45:00.000000Z",
"lastSuccessfulSpoolerRun": "2024-06-13T06:44:39.254Z"
}
]
}
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...