POST api/WorkflowFieldValues/Search

Request Information

URI Parameters

None.

Body Parameters

WorkflowFieldFilter
NameDescriptionTypeAdditional 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": [
    "762715ea-8e7a-4b6c-a9ee-d78418c07205",
    "47aff0f6-0261-4476-b5fb-8cf343a5eab8"
  ],
  "WorkflowInstanceOwner": "sample string 5",
  "WorkflowInstanceOwnerId": "sample string 6",
  "AssignedToUserId": "sample string 7",
  "PageNumber": 8,
  "PageSize": 9,
  "StartDate": "2024-11-29T09:49:24.5042923+11:00",
  "EndDate": "2024-11-29T09:49:24.5042923+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>2024-11-28T22:49:24.5042923Z</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>762715ea-8e7a-4b6c-a9ee-d78418c07205</d2p1:guid>
    <d2p1:guid>47aff0f6-0261-4476-b5fb-8cf343a5eab8</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>2024-11-28T22:49:24.5042923Z</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.