POST api/WorkflowFieldValues/Count
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": [
"b08c4d05-2dba-4dbb-a060-1eca37010b82",
"460099af-3434-431c-beba-72705e8afa1f"
],
"WorkflowInstanceOwner": "sample string 5",
"WorkflowInstanceOwnerId": "sample string 6",
"AssignedToUserId": "sample string 7",
"PageNumber": 8,
"PageSize": 9,
"StartDate": "2025-11-05T20:30:16.4341382+11:00",
"EndDate": "2025-11-05T20:30:16.4341382+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:30:16.4341382Z</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>b08c4d05-2dba-4dbb-a060-1eca37010b82</d2p1:guid>
<d2p1:guid>460099af-3434-431c-beba-72705e8afa1f</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:30:16.4341382Z</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.