PlaceBenchmark
GET
3 endpoints
/api/v3/placeBenchmark/{benchmarkIndicator}/place/{placeId}/benchmarkValue
GetBenchmarkValuesV3
Retrieves all benchmark values for a specific benchmark indicator on a place
/api/v3/placeBenchmark/category
GetPlaceBenchmarkCategoriesV3
Retrieves all available benchmark categories
/api/v3/placeBenchmark/setting
GetPlaceBenchmarkSettingsV3
Retrieves the benchmark type settings (names and categories) for all three benchmark indicators
PUT
3 endpoints
/api/v3/placeBenchmark/setting
EditPlaceBenchmarkSettingsV3
Edits benchmark type settings (category and name) for one or more benchmark indicators
/api/v3/placeBenchmark/{benchmarkIndicator}/place/{placeId}
EditPlaceBenchmarkValuesV3
Replaces all benchmark values for a specific benchmark indicator on a place
/api/v3/placeBenchmark/{benchmarkIndicator}/place/{placeId}/benchmarkValue/{placeBenchmarkId}
UpdatePlaceBenchmarkValueV3
Updates an existing benchmark value's begin date and/or numeric value
DELETE
2 endpoints
/api/v3/placeBenchmark/{benchmarkIndicator}/place/{placeId}/benchmarkValue/{placeBenchmarkId}
DeleteBenchmarkValueV3
Deletes a single benchmark value with automatic date gap prevention
/api/v3/placeBenchmark/{benchmarkIndicator}/setting
DeletePlaceBenchmarkSettingV3
Deletes a benchmark type setting and all its associated values across all places