GET api/2.0/settings/customnavigation/getall This function requires authentication

Description

Returns a list of the custom navigation items.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/customnavigation/getall
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of the custom navigation items

Example Response
{
  "status": 0,
  "response": [
    {
      "Id": "9924256A-739C-462b-AF15-E652A3B1B6EB",
      "Label": "some text",
      "Url": "some text",
      "BigImg": "some text",
      "SmallImg": "some text",
      "ShowInMenu": true,
      "ShowOnHomePage": true
    }
  ]
}