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": [
"887e0ad5-00f0-4b36-96ab-6fe11acd76fb",
"521ad737-9598-4c11-9c7b-094e94e3d9d8"
],
"WorkflowInstanceOwner": "sample string 5",
"WorkflowInstanceOwnerId": "sample string 6",
"AssignedToUserId": "sample string 7",
"PageNumber": 8,
"PageSize": 9,
"StartDate": "2026-05-31T09:17:20.0603899+10:00",
"EndDate": "2026-05-31T09:17:20.0603899+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-05-30T23:17:20.0603899Z</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>887e0ad5-00f0-4b36-96ab-6fe11acd76fb</d2p1:guid>
<d2p1:guid>521ad737-9598-4c11-9c7b-094e94e3d9d8</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-05-30T23:17:20.0603899Z</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.