Badges

Defines the html helper text of possible badge controls in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 32

The BadgeId field is a primary key of data type nvarchar with a maximum length of 32 in the Badge table. It is used to uniquely identify each record and is an alpha numeric character code assigned to each badge.

string | null

The Description field in the Badge table is an nvarchar data type with a maximum length of 256 characters. This field is used to store a description or notes related to a specific badge.

string
required
length between 1 and 32

BadgeStyleId of data type nvarchar with a maximum length of 32 is a field in the Badge table which contains a unique alphanumeric identifier for the badge style.

string
required
length between 1 and 32

The ControlSizeId field in the Badge table stores a reference identifier for the size of each badge, stored as an nvarchar of max length 32.

string
required
length between 1 and 32

The BadgeColourId field in the Badge table is a nvarchar data type with a maximum length of 32. This field serves to identify the colour of a badge in the Badge table, stored with a string value up to 32 characters.

string
required
length between 1 and 32

The TextColourId field in the Badge table is an nvarchar field of maximum length 32 used to store the colour ID of a text related to the badge.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!