Learn R Programming

civis (version 3.1.3)

usage_limits_get_matching: Get a Matching Usage Limit

Description

Get a Matching Usage Limit

Usage

usage_limits_get_matching(id)

Value

A list containing the following elements:

id

integer, The ID for the limit.

organizationId

integer, The ID of the organization to which this limit belongs.

createdAt

string, The time this limit was created.

updatedAt

string, The time the limit was last updated.

hardLimit

integer, The limit value. One of 50000000, 200000000, 500000000, 1000000000, and 2000000000.

task

string, The category of this limit. One of 'IDR' or 'CDM'.

notificationEmails

array, Addresses to notify by e-mail when the limit is reached.

Arguments

id

integer required. The ID for the limit.