Newstag undefined /api/:principal_id/public/v0/news/tags

Überblick

Klasse / Datentyp
Newstag
Response Formats
JSON
API Version
undefined
Öffentlich erreichbar
true
HTTP Methode
GET
Zuletzt aktualisiert

/api/:principal_id/public/v0/news/tags

Parameter

Query Parameter

Schlüssel
principal_id Pflicht

Backend::Principal ID

Beispiel Rückgabe

[
  {"id" : "55facd536f72692968070000","_slugs" : ["aha"],"label" : "Aha!"},
  {
    "id"     : "5454ca45726f720a36050000",
    "_slugs" : ["aktuelles"],
    "label"  : "Aktuelles"
  },
  {
    "id"     : "52f529a7993a7a584c00000a",
    "_slugs" : ["auftritte"],
    "label"  : "Auftritte"
  },
  {
    "id"     : "540d82d8726f72676b030000",
    "_slugs" : ["corporate-identity"],
    "label"  : "Corporate Identity"
  }
]