ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListMilestones

POST
/milestones/_search

Request Body

application/json

query?

list limitations and ordering

sortingColumn?string

the field the result is sorted

Value in"MILESTONE_FIELD_NAME_UNSPECIFIED" | "MILESTONE_FIELD_NAME_TYPE" | "MILESTONE_FIELD_NAME_REACHED_DATE"
queries?

criteria the client is looking for

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/milestones/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "1s"
  },
  "result": [
    {
      "type": "MILESTONE_TYPE_UNSPECIFIED",
      "reachedDate": "1s"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?