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

apiLogs: PagingResultOfApiLog!

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

userId: PropertyFilterOfGuidInput

dateCreated: PropertyFilterOfDateTimeOffsetInput

method: PropertyFilterOfStringInput

path: PropertyFilterOfStringInput

queryString: PropertyFilterOfStringInput

userName: PropertyFilterOfStringInput

requestBody: PropertyFilterOfStringInput

graphQLVariables: PropertyFilterOfStringInput

graphQLOperationName: PropertyFilterOfStringInput

elapsedMilliseconds: PropertyFilterOfInt64Input

statusCode: PropertyFilterOfInt32Input

or: [ApiLogFilterInput!]

and: [ApiLogFilterInput!]