AM Logo
API DocumentationForm Definitions
  1. Home
  2. API Documentation
  3. Outcomes
  4. Queries
  5. cases

cases: PagingResultOfCase!

This query allows for the return of cases 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 case can include information about aspects, clients, form submission, organizations, reports, tenants and workflows. **Returns:** Returns an array of case information.

  1. filterBy
  2. formSubmissions

caseId: PropertyFilterOfGuidInput

formConfigurationId: PropertyFilterOfGuidInput

isReadyForReview: PropertyFilterOfBooleanInput

formConfiguration: FormConfigurationFilterInput

reviews: CaseFormSubmissionReviewCommentFilterInput

id: PropertyFilterOfGuidInput

publicId: PropertyFilterOfStringInput

dateCreated: PropertyFilterOfDateTimeOffsetInput

tenantId: PropertyFilterOfGuidInput

answersSetId: PropertyFilterOfGuidInput

personId: PropertyFilterOfNullableOfGuidInput

status: PropertyFilterOfFormSubmissionStatusInput

isLocked: PropertyFilterOfBooleanInput

isDeleted: PropertyFilterOfBooleanInput

dateFinalized: PropertyFilterOfNullableOfDateTimeOffsetInput

isFinal: PropertyFilterOfBooleanInput

or: [CaseFormSubmissionFilterInput!]

and: [CaseFormSubmissionFilterInput!]