v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-211931021.7 MB
Badges

List all Badges

Filtering

This endpoint supports result filtering. For more information on how to filter this request, go here.

OAuth Scope

This endpoint requires the following OAuth scope manage_badges.

get/badge.json

Response

An array of Badges

uuidstring uuid

Unique identifier for this record

active0 | 1

Record active/deleted flag. Valid values are [0,1]

edit_datestring

Timestamp at which record was last modified

namestring required

The display name of the badge. Used to identify the badge in the system. Examples include 'Warranty', 'VIP', 'Take Payment Facilities', etc.

automatically_allocatedstring
file_namestring
regarding_form_uuidstring uuid
regarding_asset_type_uuidstring uuid

UUID of the asset type that this badge is associated with. Only applicable for asset-based badges. When set, the badge represents a specific asset type in the system and will appear on assets of this type.

Example response

[
  {
    "uuid": "123e4567-9259-4a43-8a62-23f947f6e74b",
    "edit_date": "2026-03-01 12:00:00",
    "regarding_form_uuid": "123e4567-31b4-475f-8328-23f94ee2d83b",
    "regarding_asset_type_uuid": "123e4567-f401-47d3-8ab9-23f94645b98b"
  }
]