POST api/WorkflowFieldValues/Count
Request Information
URI Parameters
None.
Body Parameters
WorkflowFieldFilterName | 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. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsFinalised": true, "IsTriggered": true, "PassedPaymentGateway": true, "EntityWorkflowIds": [ "2eb92232-7ef3-4844-a34a-5f428a0257a7", "589316a0-8788-4752-959f-89d79e45d573" ], "WorkflowInstanceOwner": "sample string 4", "WorkflowInstanceOwnerId": "sample string 5", "PageNumber": 6, "PageSize": 7, "StartDate": "2025-04-04T07:34:30.7094993+11:00", "EndDate": "2025-04-04T07:34:30.7094993+11:00" }
application/xml, text/xml
Sample:
<WorkflowFieldFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkflowAPI.Models"> <EndDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-03T20:34:30.7094993Z</d2p1:DateTime> <d2p1:OffsetMinutes>660</d2p1:OffsetMinutes> </EndDate> <EntityWorkflowIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>2eb92232-7ef3-4844-a34a-5f428a0257a7</d2p1:guid> <d2p1:guid>589316a0-8788-4752-959f-89d79e45d573</d2p1:guid> </EntityWorkflowIds> <IsFinalised>true</IsFinalised> <IsTriggered>true</IsTriggered> <PageNumber>6</PageNumber> <PageSize>7</PageSize> <PassedPaymentGateway>true</PassedPaymentGateway> <StartDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-03T20:34:30.7094993Z</d2p1:DateTime> <d2p1:OffsetMinutes>660</d2p1:OffsetMinutes> </StartDate> <WorkflowInstanceOwner>sample string 4</WorkflowInstanceOwner> <WorkflowInstanceOwnerId>sample string 5</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.