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

Bulletinboard categories

Retrieves a collection of bulletinboard categories and rudimentary information about them.
Retrieves a single bulletinboard category and rudimentary information about it.
Creates a new bulletinboard category. Only available to API keys without user authentication.
Updates an existing bulletinboard category. Only available to API keys without user authentication.
Deletes a single bulletinboard category. Only available to API keys without user authentication.
Json
XML
POST https://api.bundeling.com/V1/bulletinboard_categories

Parameters

Body

NameDescriptionTypeNillableRequired
bulletinboard_idA unique identifier used to identify a bulletinboardstringfalsetrue
nameThe name for the categorystringfalsetrue
iconWhich icon to display with the categorystringfalsefalse
positionThe position to show this category in listsintfalsefalse
labelsLabels to add to this categoryarray(int)falsefalse

Example request

Headers

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

Body

{
    "bulletinboard_id": "SEFryszojAGSadgOrdghIJij2dfg",
    "name": "Supply and Demand",
    "icon": "tag",
    "position": 1,
    "labels": [
        14
    ]
}