Newstag v1 /api/:principal_id/public/v1/news/tags

Überblick

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

/api/:principal_id/public/v1/news/tags

Parameter

Query Parameter

Schlüssel
principal_id Pflicht

Backend::Principal ID

Beispiel Rückgabe

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