AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Queries
  5. availableWorkflows

availableWorkflows: PagingResultOfWorkflow!

This query allows for the return of available workflows for a specific organizational unit and all of their associated details based on search criteria.The returned list is limited based on the permissions of the customers API Token. The information returned for each workflow can include information about aspects, clients, cases, organizations, reports, and tenants. **Returns:** Returns an array of available workflow information.

  1. filterBy

id: PropertyFilterOfGuidInput

name: PropertyFilterOfStringInput

dateCreated: PropertyFilterOfDateTimeOffsetInput

tenantId: PropertyFilterOfNullableOfGuidInput

isAssignable: PropertyFilterOfBooleanInput

isCaseOnlyClosableBySystem: PropertyFilterOfBooleanInput

simultaneousCasesPerOrganizationalUnit: PropertyFilterOfNullableOfUInt32Input

or: [WorkflowFilterInput!]

and: [WorkflowFilterInput!]