AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Identity
  4. Queries

Queries

List of available queries.

announcement (

announcementId: UUID!,

)
: Announcement
Returns single Announcement. Must be provided.
announcements (

filterBy: [AnnouncementFilterInput!],

sortBy: [AnnouncementSortInput!],

limitBy: LimitInput,

)
: PagingResultOfAnnouncement!
Returns paged list of Announcements.
application (

applicationId: UUID,

publicId: String,

)
: Application
Returns single Application. Either or must be provided.
applications (

filterBy: [ApplicationFilterInput!],

sortBy: [ApplicationSortInput!],

limitBy: LimitInput,

)
: PagingResultOfApplication!
Returns paged list of Applications.
displayAnnouncements (

tenantId: UUID,

applicationId: UUID,

)
: [Announcement!]!
Returns list of Announcements that should be displayed for the current user at given point in time.
environment: Environment!
externalIdentityConsumer (

consumerId: UUID,

publicId: String,

)
: ExternalIdentityConsumer!
externalIdentityConsumers (

filterBy: [ExternalIdentityConsumersFilterInput!],

sortBy: [ExternalIdentityConsumersSortInput!],

limitBy: LimitInput,

)
: PagingResultOfExternalIdentityConsumer!
isLog (

id: UUID!,

userId: UUID,

tenantId: UUID,

)
: IsLog!
This query allows for the return of a single status and all of its associated details based on a search of ID. The returned list is limited based on the permissions of the customers API Token. The information returned for each case can include status name and values and associated workflow detials. **Returns:** Returns all specified status details from searched ID
isLogs (

filterBy: [IsLogFilterInput!],

sortBy: [IsLogSortInput!],

limitBy: LimitInput,

)
: PagingResultOfIsLog!
This query allows for the return of staff members 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... **Returns:** Returns an array of staff member information.
multiFactorAuthenticationHandler (

handlerId: UUID!,

forUser: UUID,

)
: MultiFactorAuthenticationHandlerInfo
Returns information of one MFA handler.
multiFactorAuthenticationHandlers (

forUser: UUID,

)
: [MultiFactorAuthenticationHandlerInfo!]!
Returns information of all MFA handlers in the system.
permissionsDefinitions: QualoIdentityPermissionsSheet!
Lists all possible permissions in the Qualo Identity permissions sheet.
tenant (

tenantId: UUID!,

)
: Tenant!
Returns one Tenant.
tenants (

filterBy: [TenantFilterInput!],

sortBy: [TenantSortInput!],

limitBy: LimitInput,

)
: PagingResultOfTenant!
Returns paged list of Tenants.
userAccount (

userId: UUID,

username: String,

)
: UserAccount!
Gets one User Account.
userAccounts (

filterBy: [UserAccountFilterInput!],

sortBy: [UserAccountSortInput!],

limitBy: LimitInput,

)
: PagingResultOfUserAccount!
Gets paged list of all User Accounts.