POST api/WorkflowFieldValues/Search
Request Information
URI Parameters
None.
Body Parameters
WorkflowFieldFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFinalised | boolean |
None. |
|
| IsTriggered | boolean |
None. |
|
| PassedPaymentGateway | boolean |
None. |
|
| EntityWorkflowIds | Collection of globally unique identifier |
None. |
|
| WorkflowInstanceOwner | string |
None. |
|
| WorkflowInstanceOwnerId | string |
None. |
|
| AssignedToUserId | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| EntityId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsFinalised": true,
"IsTriggered": true,
"PassedPaymentGateway": true,
"EntityWorkflowIds": [
"1acc0d06-f911-4c9c-8671-5b62a2247811",
"d1900c77-7df0-47d1-98fb-39d1bc7fa1da"
],
"WorkflowInstanceOwner": "sample string 4",
"WorkflowInstanceOwnerId": "sample string 5",
"AssignedToUserId": "sample string 6",
"PageNumber": 7,
"PageSize": 8,
"StartDate": "2025-11-01T20:42:17.2137262+00:00",
"EndDate": "2025-11-01T20:42:17.2137262+00:00",
"EntityId": "sample string 11"
}
application/xml, text/xml
Sample:
<WorkflowFieldFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkflowAPI.Models">
<AssignedToUserId>sample string 6</AssignedToUserId>
<EndDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-01T20:42:17.2137262Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</EndDate>
<EntityId>sample string 11</EntityId>
<EntityWorkflowIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1acc0d06-f911-4c9c-8671-5b62a2247811</d2p1:guid>
<d2p1:guid>d1900c77-7df0-47d1-98fb-39d1bc7fa1da</d2p1:guid>
</EntityWorkflowIds>
<IsFinalised>true</IsFinalised>
<IsTriggered>true</IsTriggered>
<PageNumber>7</PageNumber>
<PageSize>8</PageSize>
<PassedPaymentGateway>true</PassedPaymentGateway>
<StartDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-01T20:42:17.2137262Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</StartDate>
<WorkflowInstanceOwner>sample string 4</WorkflowInstanceOwner>
<WorkflowInstanceOwnerId>sample string 5</WorkflowInstanceOwnerId>
</WorkflowFieldFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.