Flag
GET
9 endpoints
/api/v3/flag/costcenter/{costCenterId}/billFlagSummary
BillFlagSummaryByAccountV3
Retrieves a paginated tabular flag summary by account for all accounts under a cost center
/api/v3/flag/place/{placeId}/billFlagSummary
BillFlagSummaryByMeterV3
Retrieves a paginated tabular flag summary by meter for all meters under a place
/api/v3/flag/account/{accountId}/hierarchy
FlagInAccountHierarchyV3
Checks whether any flags exist on an account or its bills
/api/v3/flag/costCenter/{costCenterId}/hierarchy
FlagInCostCenterHierarchyV3
Checks whether any flags exist on a cost center or its child cost centers, accounts, and bills
/api/v3/flag/meter/{meterId}/hierarchy
FlagInMeterHierarchyV3
Checks whether any flags exist on a meter or its bills
/api/v3/flag/place/{placeId}/hierarchy
FlagInPlaceHierarchyV3
Checks whether any flags exist on a place or its child places, meters, and bills
/api/v202501/flag/flagIssue/{entityType}/{entityId}
GetFlagIssuesV202501
Retrieves flag issues for a specified entity
/api/v3/flag/flagType
GetFlagTypesV3
Retrieves a list of all available flag types
/api/v3/flag/{entityType}/{entityId}
GetFlagV3
Get flag data for a specified entity
PUT
4 endpoints
/api/v202501/flag/flagIssue/{entityType}/{entityId}
EditFlagIssuesV202501
Updates flag issues for a specific entity (resolve, unresolve, or change status)
/api/v3/flag/{entityType}/{entityId}
EditFlagV3
Edit flag data for a specified entity
/api/v3/flag/{entityType}/flagAction
FlagActionV3
Bulk-updates flags for a list of entities, creating flags if they do not already exist
/api/v202501/flag/flagIssueAction
FlagIssueActionV202501
Performs a bulk action on flag issues by their IDs (resolve, unresolve, hold, release)