Warning: API Version 1 is deprecated. Please use API Version 2.
Api Documentation

Appdesigns

Appdesigns contain the information needed to "brand" the client application, like header images, app launcher icons and custom color themes. Image fields contain an image ID that can be used in the FILES endpoint to obtain the actual image. please refer to the documentation of the FILES endpoint for more information.
Retrieves appdesigns and rudimentary information about them.
Retrieves a single appdesign and rudimentary information about it.
Json
XML
GET https://api.bundeling.com/V1/appdesigns

Example request

Headers

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

Example response

[
    {
        "id": 2,
        "name": "Bundeling",
        "store_name": "Bundeling connecting platform",
        "organisation_name": "Bundeling B.V.",
        "hash": "adoji3rosuief09uj123ekljsf09u2",
        "apptype": "businessclub",
        "language": "en-US",
        "backgroundimage": "daoij2j3eoijadoij32oi4u908uwger...",
        "headerimage": "adojio43ji09udfjklcvb098234...",
        "launchericonandroid": "xcfobvjio123098xcvklj435098sdfljk...",
        "launchericonios": "dfgoij345oijusdf098234klojsdf90u...",
        "colorone": "#0055AA",
        "coloronetext": "#0088BB"
    }
]