DocumentStatus
get
Path parameters
documentStatusIdinteger · int32Required
Responses
200
OK
404
Resource not found
get
/document-status/{documentStatusId}get
Responses
200
OK
get
/document-status200
OK
Last updated
OK
Resource not found
OK
OK
Last updated
GET /document-status/{documentStatusId} HTTP/1.1
Host:
Accept: */*
{
"documentStatusId": 1,
"statusName": "text",
"statusCausalOrder": 1
}GET /document-status HTTP/1.1
Host:
Accept: */*
[
{
"documentStatusId": 1,
"statusName": "text",
"statusCausalOrder": 1
}
]