Skip to main content
GET
/
domain
/
v1beta1
/
statistics
/
{type}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/domain/v1beta1/statistics/{type} \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "kind": "<string>",
  "nextPageToken": "<string>",
  "statisticsList": [
    {
      "attachmentsCount": 123,
      "classesCount": 123,
      "createdTime": "2023-11-07T05:31:56Z",
      "customScriptsCount": 123,
      "documentsCount": 123,
      "estimatedSubscriptionsCount": 123,
      "foldersCount": 123,
      "id": "<string>",
      "kind": "<string>",
      "lastModifiedTime": "2023-11-07T05:31:56Z",
      "librariesCount": 123,
      "librariesCountPerType": {},
      "licensedUsersCount": 123,
      "metadatasCount": 123,
      "publiclyShared": "<string>",
      "quotaUsageInDrive": 123,
      "quotaUsageInDrivePerStorageAccount": {},
      "relationsCount": 123,
      "usersCount": 123,
      "versionsCount": 123,
      "viewsCount": 123,
      "workflowStatesCount": 123,
      "workflowsCount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

type
enum<string>
required

The type of the specified entity ('DOMAIN', 'STORAGE_ACCOUNT' or 'LIBRARY')

Available options:
DOMAIN,
STORAGE_ACCOUNT,
LIBRARY

Query Parameters

limit
integer<int32>
default:50

The maximum number of entities per page. (Default: 50)

nextPageToken
string

DEPRECATED. Use pageToken instead.

pageToken
string

The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.

securityCode
string

The security code

domain
string

The domain

Response

200 - application/json

A ApiStatisticsList response

count
integer<int32>
kind
string
nextPageToken
string
statisticsList
object[]