GET /shorten
Authenticated resource
Retrieve a shortened URL corresponding to the specified URL in entry.
Example
https://api.viadeo.com/shorten?real_url=http://dev.viadeo.com&access_token=...
Query parameters
| Parameter name | Description | Type | Default value |
| real_url= | Specifies the long URL to be shortened. | LIST |
Response [JSON] [XML]
| Field name | Description | Type |
| id | Graph resource's ID. | STRING |
| link | Link to the current Graph resource on Viadeo website. | STRING |
| message_error | A message error corresponding to a potential error that will occurs during the task execution not allowing to expand the specified URL. | STRING |
| name | Graph resource's name. | STRING |
| real_url | The long URL. | URL |
| short_url | The shortened URL. | STRING |
| type | Graph resource's type. | STRING |
| updated_time | Graph resource's Last update date. | ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ] |
List of connections
| Connection path | Description |