Api Documentation

Appcms

AppCMS Allows you to customize your menu, Adding external links, apps, files and more.
Retrieves a collection of AppCMS Links and information about them.
Retrieves a single AppCMS Link and information about it.
Creates a new AppCMS Link. When an image tag is included in the content field of a type "page", these files are downloaded. They need to be publicly accessible. We support PNG and JPEG image file types.
Json
XML
GET https://api.bundeling.com/V2/appcms

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify an AppCMS Linkstring

Includes

NameDescriptionEndpoint
parentRetrieves parent of AppCMS Link and information about it.Appcms

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "name": "External Link",
    "icon": "web",
    "type": "browser",
    "content": "{\"link\":\"\\/\\/bundeling.com\"}",
    "language": null,
    "parent_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
    "external_reference": "123908",
    "meta_keywords": "external, link",
    "position": 10,
    "labels": [
        "d7743aaf53224e279853c7d0c1dbfb3a",
        "d7743aaf53224e279853c7d0c1dbfb3a"
    ],
    "combined_labels": {
        "uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
        "labels": [
            "d7743aaf53224e279853c7d0c1dbfb3a",
            "d7743aaf53224e279853c7d0c1dbfb3a"
        ]
    },
    "creationdate": "2024-01-20T00:00:00+0100",
    "lastupdate": "2024-01-20T00:00:00+0100"
}