Api Documentation

Combined Labels

Combined labels are groups with labels that are appended to News, Events and Bulletinboard categories. When creating these items with labels, only the Users that have all the labels in a combined label will be able to view the created items. This endpoint is only available to API keys without user authentication.
Retrieves a collection of combined labels and rudimentary information about them.
Retrieves a single group of combined labels and rudimentary information about it.
Json
XML
GET https://api.bundeling.com/V2/combined_labels

Example request

Headers

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

Example response

{
    "data": [
        {
            "uuid": "e47983ba27a04010a363a8756e9849d4",
            "labels": "Development",
            "creationdate": "2024-01-20T00:00:00+0100",
            "lastupdate": "2024-01-20T00:00:00+0100"
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}