Pricing

List Pricing

Retrieve a list of Pricings filtered by date, Plan ID, PlanTemplate ID, or Pricing ID.

get/organizations/{orgId}/pricings

Path parameters

orgIdstring required

UUID of the organization. The Organization represents your company as a direct customer of the m3ter service.

Query parameters

pageSizeinteger

Number of Pricings to retrieve per page.

nextTokenstring

nextToken for multi-page retrievals.

datestring

Date on which to retrieve active Pricings.

planIdstring

UUID of the Plan to retrieve Pricings for.

planTemplateIdstring

UUID of the PlanTemplate to retrieve Pricings for.

aggregationIdstring

UUID of the Aggregation to retrieve pricings for

idsstring[]

List of Pricing IDs to retrieve.

Response

Returns the list of requested Pricings

nextTokenstring

Changes

Changed in 2 of the 10 revisions of this API.223

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the new optional query request parameter aggregationId

      new-optional-request-parameter

    • added the optional property data to the response with the 200 status

      response-optional-property-added

    • added the optional property nextToken to the response with the 200 status

      response-optional-property-added

    This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property nextToken from the response with the 200 status

      response-optional-property-removed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog