Skip to main content

TagListResponse

Response for GET /api/v1/geofences/tags (D-09).

tags object[]required
  • Array [
  • idId (string)required
    nameName (string)required
    normalized_nameNormalized Name (string)required
    usage_countUsage Count (integer)

    Count of geofences in the workspace carrying this tag.

    Default value: 0
  • ]
  • totalTotal (integer)required
    truncatedTruncated (boolean)

    True if the workspace has more than the cap (500) tags and the list was truncated.

    Default value: false
    TagListResponse
    {
    "tags": [
    {
    "id": "string",
    "name": "string",
    "normalized_name": "string",
    "usage_count": 0
    }
    ],
    "total": 0,
    "truncated": false
    }