ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListProjectChanges

POST
/projects/{project_id}/changes/_search

Path Parameters

project_id*string

Query Parameters

query.sequence?integer|string
Formatint64
query.limit?integer
query.asc?boolean

Response Body

application/json

application/json

curl -X POST "https://loading/projects/string/changes/_search"
{
  "result": [
    {
      "changeDate": "1s",
      "eventType": {
        "key": "string",
        "localizedMessage": "string"
      },
      "sequence": 0,
      "editorId": "string",
      "editorDisplayName": "string",
      "resourceOwnerId": "string",
      "editorPreferredLoginName": "string",
      "editorAvatarUrl": "string"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?