custom navigation

Name Resource Description
Add a custom navigation item POST api/2.0/settings/customnavigation/create Adds a custom navigation item with the parameters specified in the request.
Delete a custom navigation item DELETE api/2.0/settings/customnavigation/delete/{id} Deletes a custom navigation item with the ID specified in the request.
Get a custom navigation item by ID GET api/2.0/settings/customnavigation/get/{id} Returns a custom navigation item by the ID specified in the request.
Get a custom navigation item sample GET api/2.0/settings/customnavigation/getsample Returns a custom navigation item sample.
Get the custom navigation items GET api/2.0/settings/customnavigation/getall Returns a list of the custom navigation items.