Modul v2 /api/v2/backend/principals/:principal_id/modules

Schnittstelle zur Abfrage der aktiven Module eines Mandanten

Überblick

Klasse / Datentyp
Modul
Response Formats
JSON
API Version
v2
Öffentlich erreichbar
false
HTTP Methode
GET
Zuletzt aktualisiert

/api/v2/backend/principals/:principal_id/modules

Parameter

Beispiel Rückgabe

{
  "data" : [
    {
      "id"    : "53f73fe4626c6939f8000000",
      "key"   : "cms",
      "label" : "Content Management System"
    },
    {"id" : "53f73fe4626c6939f8010000","key" : "news","label" : "News"},
    {
      "id"    : "53f73fe5626c6939f8020000",
      "key"   : "newsletter",
      "label" : "Newsletter"
    },
    {"id" : "53f73fe5626c6939f8030000","key" : "company","label" : "Firma"},
    {
      "id"    : "53f73fe5626c6939f8040000",
      "key"   : "communication",
      "label" : "Kontaktaufnahme"
    },
    {
      "id"    : "53f73fe5626c6939f8050000",
      "key"   : "fulltextsearch",
      "label" : "Volltextsuche"
    },
    {"id" : "53f73fe7626c6939f8060000","key" : "blog","label" : "Blog"},
    {
      "id"    : "53f73fe7626c6939f8070000",
      "key"   : "photography",
      "label" : "Fotografie"
    },
    {"id" : "53f73ff2626c6939f8100000","key" : "business","label" : "Business"},
    {"id" : "54785ef1726f72233d000000","key" : "hosting","label" : "Hosting"},
    {
      "id"    : "54f74b636f726936e8000000",
      "key"   : "videography",
      "label" : "Videography"
    },
    {"id" : "56af3c4b93e2e52a82fe605c","key" : "workshop","label" : "Workshop"},
    {
      "id"    : "56d95df993e2e56571a6f353",
      "key"   : "office_plus",
      "label" : "Office Plus"
    },
    {"id" : "56ebe1f893e2e5235c872172","key" : "webshop","label" : "Webshop"}
  ],
  "meta" : {
    "resource_class" : "Backend::Module",
    "max_updated_at" : "2016-12-06T19:55:16.949Z",
    "page"           : null,
    "per"            : null,
    "total_pages"    : null,
    "total_count"    : 14
  }
}