Other Types

Learn about other types used while reading an account's API consumption data

The monday.com platform_api API lets enterprise accounts query their daily API usage.

Each of the object types described below represents a specific aspect of an account's daily usage. You can use these object types to supply metadata in queries.

DailyAnalytics

An object containing the account's daily call limit analytics (by app, by day, or by user).

Field

Description

Supported Fields

by_app [PlatformApiDailyAnalyticsByApp!]!

The API usage per app.

api_app_id String!
app AppType
usage Int!

by_day [PlatformApiDailyAnalyticsByDay!]!

The API usage per day.

day String!
usage Int!

by_user [PlatformApiDailyAnalyticsByUser!]!

The daily API usage per user.

usage Int!
user User!

last_updated ISO8601DateTime

The timestamp of when the API usage data was last updated.

PlatformApiDailyAnalyticsByApp

An object containing an account's API consumption data for the top six apps over the past 14 days.

Field

Description

Supported fields

api_app_id ID!

The app's unique API consumer identifier.

app AppType

Metadata about the top six apps with the highest API consumption.

api_app_id ID
client_id String
created_at Date
features [AppFeatureType!]
id ID!
kind String
name String
state String
updated_at Date
user_id ID

usage Int!

The API amount consumed by a given app in the past 14 days.

PlatformApiDailyAnalyticsByDay

An object containing an account's API usage per day over the past 14 days.

FieldDescription
day String!The day.
usage Int!The amount consumed on a given day.

platformApiDailyAnalyticsByUser

An object containing an account's API consumption data for the top six users over the past 14 days.

FieldDescription
usage Int!The API amount consumed by a given user in the past 14 days.
user User!Metadata about the top six users with the highest API consumption.