GET api/2.0/portal/path
Returns the full absolute path to the current portal.
Name |
Description |
Type |
Example |
virtualPath
sent in body
|
Portal virtual path
|
string
|
some text
|
GET api/2.0/portal/path
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"virtualPath": "some text"
}