PlaceGroup
GET
6 endpoints
/api/v3/placeGroup
GetAllPlaceGroupsV3
Retrieves all place groups, with optional filtering
/api/v3/placeGroup/category
GetPlaceCategoriesV3
Retrieves all place group categories
/api/v3/placeGroup/category/{categoryId}
GetPlaceCategoryV3
Retrieves a single place group category by its identifier
/api/v3/placeGroup/{placeGroupId}/member
GetPlaceGroupMembersV3
Retrieves all members of a place group
/api/v3/placeGroup/{placeGroupId}
GetPlaceGroupV3
Retrieves a single place group by its unique identifier
/api/v3/placeGroup/filters
GetUserDefinedAutoPlaceGroupFiltersV3
Retrieves available filter definitions for creating user-defined auto place groups
POST
5 endpoints
/api/v3/placeGroup/category
CreatePlaceCategoryV3
Creates a new place group category
/api/v3/placeGroup
CreatePlaceGroupV3
Creates a new place group, optionally as a user-defined auto group with filters
/api/v3/placeGroup/{placeGroupId}/member/includeInCharts
IncludeAllPlaceGroupMemberInChartsV3
Sets all group members' include-in-charts flag to true
/api/v3/placeGroup/updateUserAutoGroups
RecalculateAllUserPlaceAutoGroupsMembershipV3
Recalculates membership for all user-defined auto groups
/api/v3/placeGroup/{placeGroupId}/updateUserAutoGroup
RecalculateUserPlaceAutoGroupMemebershipV3
Recalculates membership for a single user-defined auto group
PUT
3 endpoints
/api/v3/placeGroup/category/{categoryId}
EditPlaceCategoryV3
Updates a place group category's code and name
/api/v3/placeGroup/{placeGroupId}
EditPlaceGroupV3
Edits an existing place group's properties and optional auto-group filters
/api/v3/placeGroup/{placeGroupId}/member/{placeId}
UpdatePlaceGroupMemberV3
Updates a group member's include-in-charts flag