Appearance
Consumption Period
A Consumption Period object contains info about how often an Entitlement will refresh its usage tracking. Consumption Periods are preset.
Get all consumption periods
Endpoint: GET https://localhost:44305/v1/consumption-periods
Responses
- 200 Success
application/json
ts
{
id: string;
name: string;
}
[];