Get Tag By Key
GET/api/content/tags/:key
Get a tag by given key.
You can find more information about tags here.
Locale
Tags can have multiple translations for name and description.
You can specify a locale to generate the corresponding translation.
If no locale is specified, the applications default locale will be used. You can learn more about configuring the default locale here.
Request
Responses
- 200
- 404
- 500
The tag with key.
The following error codes correspond to this status:
DATABASE_ENTITY_NOT_FOUND: Exception representing a failure to find a database entity.
The following error codes correspond to this status:
DATABASE_FAILURE: Exception representing a general failure related to database operations.NO_TRANSLATIONS: Exception indicating that no translations are available for a given request.