Back to endpoints

Get a tag by id

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

You can get the tag id from /Tags.

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
id (integer)

Tag id

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"
}