Returns the information about the Documents module.
This method doesn't have any parameters.
GET api/2.0/files/info Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Module information: ID, product class name, title, description, icon URL, large icon URL, start URL, primary or nor, help URL
{ "status": 0, "response": { "Id": "9924256A-739C-462b-AF15-E652A3B1B6EB", "AppName": "some text", "Title": "some text", "Link": "some text", "IconUrl": "some text", "ImageUrl": "some text", "HelpUrl": "some text", "Description": "some text", "IsPrimary": true } }