Back to endpoints

Get tags

GET PublicApi/{rewriteUrl}/{language}/Tags

Returns a list of tags ordered by id

Request Information

URI Parameters

PARAMETERS
rewriteUrl (string)

Unique, url-friendly organization token. Part of base url

Required
language (string)

Language in which the localizable values should be returned. Part of base url. Value is either 'fr' or 'en'

Required

Body Parameters

None.

Response Information

Resource Description

PARAMETERS
Id (integer)

Resource id

Name (string)

Resource name

Color (string)

You can set a color for the tag

Icon (string)

Response Formats

CODE SAMPLE JSON
[
  {
    "Id": 0,
    "Name": "Morning",
    "Color": "yellow",
    "Icon": "fa-ticket"
  },
  {
    "Id": 0,
    "Name": "Morning",
    "Color": "yellow",
    "Icon": "fa-ticket"
  }
]