GET api/v2/works/{workId}/GetDataForNextStep/{workFlowStepId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
workId | integer |
Required |
|
workFlowStepId | integer |
Required |
Response
DefaultResultOfWorkNextStepName | Description | Type | Additional information |
---|---|---|---|
Success | boolean | ||
Messages | Collection of string | ||
Data | WorkNextStep |
Response Format
application/json, text/json
Sample:
{ "Success": true, "Messages": [ "sample string 1", "sample string 2" ], "Data": { "Id": 1, "Identification": "sample string 2", "PriorityId": 1, "WorkConclusionId": 1, "NextWorkFlow": { "Execution": "2025-08-04T18:40:25.0972363Z", "RequiredPriority": true, "RequiredConclusion": true }, "Infos": { "Inserted": [ { "InfoId": 1, "ValueEquipmentId": 1, "ValueAccountId": 1, "ValueConsumableMovementId": 1, "DisplayValue": "sample string 2", "ValueFileId": 1, "Attribute": "sample string 3", "InfoGroupId": 1, "RequireOnEnterStep": true }, { "InfoId": 1, "ValueEquipmentId": 1, "ValueAccountId": 1, "ValueConsumableMovementId": 1, "DisplayValue": "sample string 2", "ValueFileId": 1, "Attribute": "sample string 3", "InfoGroupId": 1, "RequireOnEnterStep": true } ], "Modified": [ { "Id": 1, "ValueEquipmentId": 1, "ValueAccountId": 1, "ValueConsumableMovementId": 1, "DisplayValue": "sample string 2", "ValueFileId": 1, "Attribute": "sample string 3", "InfoGroupId": 1, "RequireOnLeaveStep": true }, { "Id": 1, "ValueEquipmentId": 1, "ValueAccountId": 1, "ValueConsumableMovementId": 1, "DisplayValue": "sample string 2", "ValueFileId": 1, "Attribute": "sample string 3", "InfoGroupId": 1, "RequireOnLeaveStep": true } ], "Deleted": [ 1, 2 ] } } }
text/html
Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"Data":{"Id":1,"Identification":"sample string 2","PriorityId":1,"WorkConclusionId":1,"NextWorkFlow":{"Execution":"2025-08-04T18:40:25.0972363Z","RequiredPriority":true,"RequiredConclusion":true},"Infos":{"Inserted":[{"InfoId":1,"ValueEquipmentId":1,"ValueAccountId":1,"ValueConsumableMovementId":1,"DisplayValue":"sample string 2","ValueFileId":1,"Attribute":"sample string 3","InfoGroupId":1,"RequireOnEnterStep":true},{"InfoId":1,"ValueEquipmentId":1,"ValueAccountId":1,"ValueConsumableMovementId":1,"DisplayValue":"sample string 2","ValueFileId":1,"Attribute":"sample string 3","InfoGroupId":1,"RequireOnEnterStep":true}],"Modified":[{"Id":1,"ValueEquipmentId":1,"ValueAccountId":1,"ValueConsumableMovementId":1,"DisplayValue":"sample string 2","ValueFileId":1,"Attribute":"sample string 3","InfoGroupId":1,"RequireOnLeaveStep":true},{"Id":1,"ValueEquipmentId":1,"ValueAccountId":1,"ValueConsumableMovementId":1,"DisplayValue":"sample string 2","ValueFileId":1,"Attribute":"sample string 3","InfoGroupId":1,"RequireOnLeaveStep":true}],"Deleted":[1,2]}}}