GET api/v2/works/{workId}/workflowhistories
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
workId | integer |
Required |
Response
WorkFlowHistoryName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
WorkFlowStepTo | WorkFlowStepBasic | ||
CreateDateTime | date | ||
CreateUser | UserIdentification | ||
ExecuteDateTime | date | ||
ExecuteUser | UserIdentification | ||
ResponsibleUser | UserResponsibleBasic | ||
ResponsibleServiceArea | ServiceAreaIdAndIdentification | ||
Execution | date | ||
Conclusion | date | ||
Note | string | ||
ExchangeDate | date | ||
WorkTotalPrice | decimal number | ||
WorkTotalPriceBusinessUnit | decimal number | ||
SamplesTotalPrice | decimal number | ||
SamplesTotalPriceBusinessUnit | decimal number | ||
TotalPrice | decimal number | ||
TotalPriceBusinessUnit | decimal number | ||
Returned | boolean |
Response Format
application/json, text/json
Sample:
{ "Id": 1, "WorkFlowStepTo": { "Id": 1, "Identification": "sample string 2", "Active": true }, "CreateDateTime": "2025-08-04T18:40:26.1800288Z", "CreateUser": { "Id": 1, "Identification": "sample string 2" }, "ExecuteDateTime": "2025-08-04T18:40:26.1800288Z", "ExecuteUser": { "Id": 1, "Identification": "sample string 2" }, "ResponsibleUser": { "Id": 1, "Identification": "sample string 2", "ServiceArea": { "Id": 1, "Identification": "sample string 2" } }, "ResponsibleServiceArea": { "Id": 1, "Identification": "sample string 2" }, "Execution": "2025-08-04T18:40:26.1810296Z", "Conclusion": "2025-08-04T18:40:26.1810296Z", "Note": "sample string 2", "ExchangeDate": "2025-08-04T18:40:26.1810296Z", "WorkTotalPrice": 1.1, "WorkTotalPriceBusinessUnit": 1.1, "SamplesTotalPrice": 1.1, "SamplesTotalPriceBusinessUnit": 1.1, "TotalPrice": 1.1, "TotalPriceBusinessUnit": 1.1, "Returned": true }
text/html
Sample:
{"Id":1,"WorkFlowStepTo":{"Id":1,"Identification":"sample string 2","Active":true},"CreateDateTime":"2025-08-04T18:40:26.1800288Z","CreateUser":{"Id":1,"Identification":"sample string 2"},"ExecuteDateTime":"2025-08-04T18:40:26.1800288Z","ExecuteUser":{"Id":1,"Identification":"sample string 2"},"ResponsibleUser":{"Id":1,"Identification":"sample string 2","ServiceArea":{"Id":1,"Identification":"sample string 2"}},"ResponsibleServiceArea":{"Id":1,"Identification":"sample string 2"},"Execution":"2025-08-04T18:40:26.1810296Z","Conclusion":"2025-08-04T18:40:26.1810296Z","Note":"sample string 2","ExchangeDate":"2025-08-04T18:40:26.1810296Z","WorkTotalPrice":1.1,"WorkTotalPriceBusinessUnit":1.1,"SamplesTotalPrice":1.1,"SamplesTotalPriceBusinessUnit":1.1,"TotalPrice":1.1,"TotalPriceBusinessUnit":1.1,"Returned":true}