appUsageProjection
Linear end-of-month egress projection for one shared app from calendar-month usage so far. Requires at least 3 elapsed days in the month before returning projected values. Requires the 'view_usage' org permission.
appUsageProjection(
orgId: BigInt!
appId: BigInt!
): AppUsageProjection!
Arguments
appUsageProjection.orgId ● BigInt! non-null scalar
Organization id (BigInt) that owns the app.
appUsageProjection.appId ● BigInt! non-null scalar
Shared app id (BigInt) to project usage for.
Type
AppUsageProjection object
End-of-month egress projection for one shared app from linear extrapolation of calendar-month usage so far.