Content | Create category

There are two ways create a category and assign it to a bundle (= guidebook or library). A category can only exist inside a bundle.

a) With the GUIBO Bundle Link inside the request body or

b) With your custom ID of the bundle as request parameter, together with the account ID . You can then leave the bundle ID in the request body empty.

  • You can find the Account ID under Account Settings > General Settings > Account ID

  • You can find the API key under Account Settings > General Settings > API Key

Body

POST https://services.schneidergeo.com/content/category

{

"bundle": "asd123",\ "customId":"eee-fff-ggg",

"names": { "de":"Day 4", "en":"Day 4" }

}

Query Parameters

Headers

Last updated