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. |
|
| NotSubmittedPaymentGateway | 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. |
|
| IsArchived | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsFinalised": true,
"IsTriggered": true,
"PassedPaymentGateway": true,
"NotSubmittedPaymentGateway": true,
"EntityWorkflowIds": [
"c09b90b4-5f56-4ea2-9ffe-90c34523eebe",
"dbf6beb4-e210-4455-8308-ba178322e7e9"
],
"WorkflowInstanceOwner": "sample string 5",
"WorkflowInstanceOwnerId": "sample string 6",
"AssignedToUserId": "sample string 7",
"PageNumber": 8,
"PageSize": 9,
"StartDate": "2026-07-08T04:35:39.44198+10:00",
"EndDate": "2026-07-08T04:35:39.44198+10:00",
"EntityId": "sample string 12",
"IsArchived": true
}
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 7</AssignedToUserId>
<EndDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-07T18:35:39.44198Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</EndDate>
<EntityId>sample string 12</EntityId>
<EntityWorkflowIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c09b90b4-5f56-4ea2-9ffe-90c34523eebe</d2p1:guid>
<d2p1:guid>dbf6beb4-e210-4455-8308-ba178322e7e9</d2p1:guid>
</EntityWorkflowIds>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<IsTriggered>true</IsTriggered>
<NotSubmittedPaymentGateway>true</NotSubmittedPaymentGateway>
<PageNumber>8</PageNumber>
<PageSize>9</PageSize>
<PassedPaymentGateway>true</PassedPaymentGateway>
<StartDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-07T18:35:39.44198Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</StartDate>
<WorkflowInstanceOwner>sample string 5</WorkflowInstanceOwner>
<WorkflowInstanceOwnerId>sample string 6</WorkflowInstanceOwnerId>
</WorkflowFieldFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.