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.
publicId: PropertyFilterOfStringInput
tenantId: PropertyFilterOfGuidInput
userId: PropertyFilterOfGuidInput
isDeleted: PropertyFilterOfBooleanInput
isActive: PropertyFilterOfBooleanInput
firstName: PropertyFilterOfStringInput
middleName: PropertyFilterOfStringInput
lastName: PropertyFilterOfStringInput
timeZone: PropertyFilterOfTimeZoneInfoInput
culture: PropertyFilterOfCultureInfoInput
addresses: ClientAddressFilterInput
emailAddresses: ClientEmailAddressFilterInput
phoneNumbers: ClientPhoneNumberFilterInput
demographics: DemographicsFilterInput
insurance: InsuranceFilterInput
fullName: PropertyFilterOfStringInput
lastActivityDate: PropertyFilterOfNullableOfDateTimeOffsetInput
cases: CaseFilterInput
externalIdentifiers: ClientExternalIdentifierFilterInput
caseAspectOwnership: PropertyFilterOfCaseAspectOwnershipFilterValueInput
communication: CommunicationFilterInput
externalIdentifier: PropertyFilterOfClientExternalIdentifierFilterValueInput
clientActivity: PropertyFilterOfClientActivityFilterInput
assignedOrganizationalUnits: PropertyFilterOfClientOrganizationalUnitAssignationFilterInput
username: PropertyFilterOfStringInput
and: [ClientFilterInput!]
