GET /api/v3/flag/place/{placeId}/hierarchy

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

FlagInPlaceHierarchyV3 Permissions: FlaggedItems (View)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
placeId integer (int32) Required

Responses

200 OK The request succeeded and the response body contains the requested data.

Response Body Parameters

SingleBoolean
Property Description Type
value boolean
Example Response application/json
{  "value": false
}