List all plans

Returns a list of plans. The plans are returned sorted by creation date in ascending order.

GET/v3/plans

Parameters

NameTypeInDescription
pageintegerqueryThe page number.
limitintegerqueryThe number of records per page. Must be a number between 1 and 100.
sortstringqueryThe sort string to sort the returned records e.g. "-createdAt"
searchstringquerySearch string.
idobjectqueryID of the resource.
createdAtobjectqueryDate of creation
updatedAtobjectqueryDate of last update

Responses

200 OK
[
  {
    "id": "string",
    "name": "string",
    "displayName": "string",
    "version": 0,
    "tier": 0,
    "interval": "string",
    "paddleId": "string",
    "paddlePriceId": "string",
    "allowedUsers": 0,
    "allowedOrganizations": 0,
    "allowedAdmins": 0,
    "allowedProducts": 0,
    "allowedMeterAttributes": 0,
    "allowedFeatureFlags": 0,
    "allowedFeatures": 0,
    "allowedActivations": 0,
    "allowedTrialActivations": 0,
    "allowedReleases": 0,
    "allowedProductSpace": 0,
    "allowSendingDomain": true,
    "amount": "string",
    "allowCustomerPortalAccess": true,
    "allowOrganizationAdmins": true,
    "allowOfflineActivations": true,
    "allowHostedFloatingLicenses": true,
    "allowOnPremiseFloatingLicenses": true,
    "allowCustomDomain": true,
    "allowResellers": true,
    "allowSso": true,
    "allowCustomRoles": true,
    "allowLegacyCustomRoles": true,
    "allowEventLogs": true,
    "allowAuditLogs": true,
    "allowCustomEmailTemplates": true,
    "allowMaintenancePolicies": true,
    "allowActivationLogs": true,
    "activationLogsRetentionPeriod": "string",
    "deprecated": true,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
]