ApplicationStatus
get
Path parameters
statusIdinteger · int32Required
Responses
200
OK
404
Resource not found
get
/application-status/{statusId}get
Responses
200
OK
404
Resource not found
get
/application-statusLast updated
OK
Resource not found
OK
Resource not found
Last updated
GET /application-status/{statusId} HTTP/1.1
Host:
Accept: */*
{
"statusId": 1,
"statusName": "text",
"statusCausalOrder": 1,
"finalized": true,
"isApproved": true
}GET /application-status HTTP/1.1
Host:
Accept: */*
{
"statusId": 1,
"statusName": "text",
"statusCausalOrder": 1,
"finalized": true,
"isApproved": true
}