Skip to content
Overview
Overview
Overview
Overview
dataSource
DataSource!,non-null
count
Int!,non-null
Sample
{ "dataSource": { "__typename": "DataSource" }, "count": 40 }
category
count
Int!,non-null
Sample
{ "category": "ACCESS", "count": 40 }
platform
Platform!,non-null
status
description
String!,non-null
error
Sample
{ "platform": { "__typename": "Platform" }, "status": "DISABLED", "description": "Example String", "error": "Example String" }
tenantId
String!,non-null
items
Sample
{ "tenantId": "Example String", "items": [ { "__typename": "Integration" } ] }
integration
Integration!,non-null
error
redirectUri
Sample
{ "integration": { "__typename": "Integration" }, "error": "Example String", "redirectUri": "Example String" }
tokens
Int!,non-null
trend

When there is no trend, we use null

lastSession

Last agent activity, when there is no last session, we use null

Sample
{ "tokens": 40, "trend": "UP", "lastSession": "Example Custom Scalar" }
Referenced in
Overview
Overview
Overview