Open this page in the API Guide

POST /ShortLink/Link/

Creates a short link based on the specified long link.
 

Request

Method Request URI
post /API/ShortLink/Link/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.GetShortLinkOptions

Response

Response Body

The operation completed successfully. The payload contains a System.String object.

Response Codes

Response Code Description
200 The operation completed successfully.
400 The request contained one or more invalid parameters.
403 The caller does not have the necessary privileges for the attempted operation and/or the specified item.
410 An item was not found.
440 The caller is not associated with a valid session.