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