Flag
GET
9 endpoints
/api/v3/flag/costcenter/{costCenterId}/billFlagSummary
BillFlagSummaryByAccountV3
Returns a tabular flag summary by Account for all the accounts under the given cost center
/api/v3/flag/place/{placeId}/billFlagSummary
BillFlagSummaryByMeterV3
Returns a tabular flag summary by Meter for all the meters under the given place
/api/v3/flag/account/{accountId}/hierarchy
FlagInAccountHierarchyV3
Checks a given account and it's bills for the existence of a flag
For bill flags, void bills are excluded
/api/v3/flag/costCenter/{costCenterId}/hierarchy
FlagInCostCenterHierarchyV3
Checks a given cost center and it's child cost centers, accounts, and bills for the existence of a flag
For bill flags, void bills are excluded
/api/v3/flag/meter/{meterId}/hierarchy
FlagInMeterHierarchyV3
Checks a given meter and it's bills for the existence of a flag
For bill flags, void bills are excluded
/api/v3/flag/place/{placeId}/hierarchy
FlagInPlaceHierarchyV3
Checks a given place and it's child places, meters, and bills for the existence of a flag
For bill flags, void bills are excluded
/api/v202501/flag/flagIssue/{entityType}/{entityId}
GetFlagIssuesV202501
Get flag issues for a specified entity
/api/v3/flag/flagType
GetFlagTypesV3
Get a list of all available flag types
/api/v3/flag/{entityType}/{entityId}
GetFlagV3
Get flag data for a specified entity
POST
1 endpoint
PUT
4 endpoints
/api/v202501/flag/flagIssue/{entityType}/{entityId}
EditFlagIssuesV202501
/api/v3/flag/{entityType}/{entityId}
EditFlagV3
Edit flag data for a specified entity
/api/v3/flag/{entityType}/flagAction
FlagActionV3
Updates flags for a given list of entities. If the entity does not currently have a flag, one will be created.
/api/v202501/flag/flagIssueAction
FlagIssueActionV202501
Updates flag issues for a given list of flag issue ids