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": [ "300721ca-ff2e-457f-bd0c-e1e42bc5029c", "3208436f-7c92-49bf-a82c-08e0ce03e53f" ], "WorkflowInstanceOwner": "sample string 4", "WorkflowInstanceOwnerId": "sample string 5", "PageNumber": 6, "PageSize": 7, "StartDate": "2024-11-29T09:24:01.0323789+11:00", "EndDate": "2024-11-29T09:24:01.0323789+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>2024-11-28T22:24:01.0323789Z</d2p1:DateTime> <d2p1:OffsetMinutes>660</d2p1:OffsetMinutes> </EndDate> <EntityWorkflowIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>300721ca-ff2e-457f-bd0c-e1e42bc5029c</d2p1:guid> <d2p1:guid>3208436f-7c92-49bf-a82c-08e0ce03e53f</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>2024-11-28T22:24:01.0323789Z</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.