Retrieves a list of AccountPlan and AccountPlanGroup entities for the specified Organization. The list can be paginated for easier management, and supports filtering with various query parameters.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The maximum number of AccountPlans and AccountPlanGroups to return per page.
1 <= x <= 100The nextToken for retrieving the next page of AccountPlans and AccountPlanGroups. It is used to fetch the next page of AccountPlans and AccountPlanGroups in a paginated list.
The specific date for which you want to retrieve AccountPlans and AccountPlanGroups.
NOTE: Returns both active and inactive AccountPlans and AccountPlanGroups for the specified date.
The unique identifier (UUID) for the Account whose AccountPlans and AccountPlanGroups you want to retrieve.
NOTE: Only returns the currently active AccountPlans and AccountPlanGroups for the specified Account. Use in combination with the includeall query parameter to return both active and inactive.
The unique identifier (UUID) for the Plan whose associated AccountPlans you want to retrieve.
NOTE: Does not return AccountPlanGroups if you use a planGroupId.
The unique identifier (UUID) for the Product whose associated AccountPlans you want to retrieve.
NOTE: You cannot use the product query parameter as a single filter condition, but must always use it in combination with the account query parameter.
A Boolean flag that specifies whether to include both active and inactive AccountPlans and AccountPlanGroups in the list.
NOTE: Only operative if you also have one of account, plan or contract as a query parameter.
A list of unique identifiers (UUIDs) for specific AccountPlans and AccountPlanGroups you want to retrieve.
The unique identifier (UUID) of the Contract which the AccountPlans you want to retrieve have been linked to.
NOTE: Does not return AccountPlanGroups that have been linked to the Contract.