Claim Page APIOperations
Returns a claim's progress bar steps.
Path Parameters
ClaimId*integer
ID of the claim
Format
int64Range
1 <= value <= 9223372036854780000Response Body
application/json
curl -X GET "https://example.com/api/claims/1/state"{ "steps": [ { "name": "string", "isFinished": true } ]}