Api Documentation

Badges

Badge counts for unread news items, events, polls and bulletinboard items.
Retrieves the badge for a single type.
Json
XML
GET https://api.bundeling.com/V2/badges

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a categorystring

Example request

Headers

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

Example response

{
    "newsitems": {
        "default": 1,
        "eeb763c41c054dcc8f6d9362f24ee9b2": 5,
        "d7743aaf53224e279853c7d0c1dbfb3a": 8
    },
    "events": {
        "default": 4,
        "eeb763c41c054dcc8f6d9362f24ee9b2": 9,
        "d7743aaf53224e279853c7d0c1dbfb3a": 2
    },
    "matches": {
        "eeb763c41c054dcc8f6d9362f24ee9b2": 9
    },
    "polls": {
        "default": 4
    },
    "bulletinboard": {
        "eeb763c41c054dcc8f6d9362f24ee9b2": 5,
        "d7743aaf53224e279853c7d0c1dbfb3a": 8
    },
    "applink": {
        "eeb763c41c054dcc8f6d9362f24ee9b2": 5,
        "d7743aaf53224e279853c7d0c1dbfb3a": 8
    }
}