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?array<>

criteria the client is looking for

[key: string]?never

Response Body

application/json

curl -X POST "https://loading/milestones/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "2023-01-15T01:30:15.01Z"
  },
  "result": [
    {
      "type": "MILESTONE_TYPE_UNSPECIFIED",
      "reachedDate": "2023-01-15T01:30:15.01Z"
    }
  ]
}

Was this page helpful?