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": [
"7a180cd3-9873-41b3-92f8-3372b4731fb7",
"79c8c166-10ae-42f6-8196-6ecac1295ad5"
],
"WorkflowInstanceOwner": "sample string 5",
"WorkflowInstanceOwnerId": "sample string 6",
"AssignedToUserId": "sample string 7",
"PageNumber": 8,
"PageSize": 9,
"StartDate": "2025-11-05T20:21:00.2821241+11:00",
"EndDate": "2025-11-05T20:21:00.2821241+11: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>2025-11-05T09:21:00.2821241Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</EndDate>
<EntityId>sample string 12</EntityId>
<EntityWorkflowIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7a180cd3-9873-41b3-92f8-3372b4731fb7</d2p1:guid>
<d2p1:guid>79c8c166-10ae-42f6-8196-6ecac1295ad5</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>2025-11-05T09:21:00.2821241Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</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.