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

isLogs: 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.

  1. filterBy

id: PropertyFilterOfGuidInput

tenantId: PropertyFilterOfGuidInput

applicationId: PropertyFilterOfGuidInput

dateCreated: PropertyFilterOfDateTimeOffsetInput

userId: PropertyFilterOfGuidInput

username: PropertyFilterOfStringInput

targetUserId: PropertyFilterOfGuidInput

targetUsername: PropertyFilterOfStringInput

activity: PropertyFilterOfStringInput

successful: PropertyFilterOfBooleanInput

message: PropertyFilterOfStringInput

or: [IsLogFilterInput!]

and: [IsLogFilterInput!]