Get EOD process status of a given branch
get
/service/brancheod/{branchCode}/{eodDate}
This endpoint gets the detailed status report of EOD process for a branch.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
branchCode: string
Branch code for which EOD status should be retrieved
-
eodDate: string
EOD date for which process status should be retrieved
Query Parameters
-
query(optional): string
Latest Task Status
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns Branch EOD details
Nested Schema : WorkFlowTaskStatusDTO
Type:
Show Source
object
-
end(optional):
string
-
errorCode(optional):
string
-
errorMessage(optional):
string
-
id(optional):
string
-
name(optional):
string
-
referenceTaskName(optional):
string
-
rowId(optional):
string
-
start(optional):
string
-
status(optional):
string
-
sysEnd(optional):
string
-
sysStart(optional):
string
-
taskDefName(optional):
string
-
taskId(optional):
string
-
type(optional):
string
-
workflowInstanceId(optional):
string
-
workflowStatus(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error