Skip to main content

totalCount

Provides a total count of content declarations for a given business unit or business unit group.

Either businessUnitGroupId or businessUnitId argument must be supplied.

By default excludes DELETED content declarations. Might be changed if includeDeleted flag set to true.

totalCount(
businessUnitGroupId: String
businessUnitId: String
includeDeleted: Boolean
): Long!

Arguments

totalCount.businessUnitGroupId ● String scalar

The ID of the business unit group.

totalCount.businessUnitId ● String scalar

The ID of the business unit.

totalCount.includeDeleted ● Boolean scalar

When set to true, DELETED content declarations will be also counted.

Type

Long scalar

The Long scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1.