GET api/v2/works/{workId}/workflowhistories
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workId | integer |
Required |
Response
WorkFlowHistory| Name | 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": "2026-02-02T21:08:42.7155494Z",
"CreateUser": {
"Id": 1,
"Identification": "sample string 2"
},
"ExecuteDateTime": "2026-02-02T21:08:42.7155494Z",
"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": "2026-02-02T21:08:42.7155494Z",
"Conclusion": "2026-02-02T21:08:42.7155494Z",
"Note": "sample string 2",
"ExchangeDate": "2026-02-02T21:08:42.7155494Z",
"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":"2026-02-02T21:08:42.7155494Z","CreateUser":{"Id":1,"Identification":"sample string 2"},"ExecuteDateTime":"2026-02-02T21:08:42.7155494Z","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":"2026-02-02T21:08:42.7155494Z","Conclusion":"2026-02-02T21:08:42.7155494Z","Note":"sample string 2","ExchangeDate":"2026-02-02T21:08:42.7155494Z","WorkTotalPrice":1.1,"WorkTotalPriceBusinessUnit":1.1,"SamplesTotalPrice":1.1,"SamplesTotalPriceBusinessUnit":1.1,"TotalPrice":1.1,"TotalPriceBusinessUnit":1.1,"Returned":true}