Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Universal Messenger Forms REST interface

See also REST API doc

Request

Response

  • Format: JSON

  • Array of form (app instance) objects with the following attributes

    • name: internal id (usually a GUID)

    • title: Label, can be displayed to editors

    • locale: Language code

    • description

    • type: App type (de.pinuts.cmsbs.newsletter, de.pinuts.cmsbs.contactform…)

    • icon: PNG icon base64 encoded

    • htmlSnippet: HTML snippet which must be used to insert into the web page HTML code to display the form.
      If the CMS can only store flat strings, this is the string to be stored.

...