GET api/2.0/portal/thumb
Returns a thumbnail of the bookmark URL specified in the request.
Name |
Description |
Type |
Example |
url
sent in body
|
Bookmark URL
|
string
|
some text
|
GET api/2.0/portal/thumb
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"url": "some text"
}