getCompositeProcessInfoById
getCompositeProcessInfoById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
completionDate date-time
error string
errorQty int32
executeDate date-time
executedFromService string
executedFromTaskId int64
filterString string
id int64
performedQty int32
processDate date-time
processTypeId int64
status string
totalQty int32
userId int32
{
"completionDate": "2024-11-20T07:47:14.141Z",
"error": "string",
"errorQty": 0,
"executeDate": "2024-11-20T07:47:14.141Z",
"executedFromService": "string",
"executedFromTaskId": 0,
"filterString": "string",
"id": 0,
"performedQty": 0,
"processDate": "2024-11-20T07:47:14.141Z",
"processTypeId": 0,
"status": "string",
"totalQty": 0,
"userId": 0
}
Unauthorized
Forbidden
Not Found
Loading...