Get Endpoint - GetPreviewUrlForSord
Load preview url for provided ELO item.
HTTP Request
One of the following requests should be made:
Query parameters
| Name | Description |
| repository | optional. ELO repository that contains item for which preview url have to be loaded. |
| itemGuid | optional. Id of repository item for that preview url should be loaded. |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
Responses
| Code | Description | Type |
200 | Preview url of provided ELO repository item. | string |
400 | Request contains invalid data. | |
401 | Logged in user is not authenticated. | |
404 | Preview url of provided ELO repository item could not be loaded because destination repository could not be found. | |
500 | Loading preview url for repository item failed due to an internal server error. | |