fetchOrgLimits

Function

Generic function to fetch org limits

  • fetchOrgLimits(orgId: string, limitsType: OrgLimitType, limitName: string, options: IUserRequestOptions) : Promise<IOrgLimit>

Parameters

Parameter Type Default Notes
orgId Required string
limitsType Required OrgLimitType
limitName Required string
options Required IUserRequestOptions

Returns

Promise<IOrgLimit>
Property Type Notes
limitValue number

value of the limit

name string

Not constrained as there are too many to list

type OrgLimitType

Preset limit types


Function defined in common/src/org/fetchOrgLimits.ts:37