Price Groups
List teams the price group has been applied to.
Returns paginated teams within the price group's scope, each with counts of applied members and charge points. Required scope: price-groups:read </br>Organization authorization: supported
get/api/v1/price-groups/{id}/applied-teams
Path parameters
idinteger required
Query parameters
teamOperatorIdsobject
Limit results to teams owned by the listed operator ids (must be within the price group owner's operator hierarchy). Ignored for team-owned price groups.
searchstring
Free-text filter on team name (case-insensitive prefix match). Max 255 characters.
pageinteger
Page number to retrieve (starts with 0).
perPageinteger
Number of items per page (between 1 and 100, default 10).
Response
Paginated teams the price group is applied to.
Changes
No recorded changes to this endpoint across all 1 revision of this API.