get https://api.shift.io/v4/sync/links
Returns a list of sent links
To view the links you sent, add ?sentbyme=true
to the end of the call. Set the value to “false” to view links sent by other users on your workspace. Note that the links returned can be either active or expired links. For each link, the following properties are returned:
id | This is the 24-character id you must use in link-related calls, such as updating a link or getting a link’s history. |
title & description | These values appear in the MediaSilo Feed of both the sender and the recipient, in the link’s “Information” window, and in the notification email sent from MediaSilo (if you choose to send one). |
configuration | The configuration object lists the link settings. These settings determine if downloading and commenting are enabled; if the link is watermarked; and whether the link is public, password-protected, or private. |
created | The Unix timestamp of the date and time the link was created |
modified | The Unix timestamp of the date and time the link was last edited. An edit can include changing the expiration date or adding more files to the link. |
lastActivityDate | The Unix timestamp of the date and time the link was last accessed. This includes the last time someone viewed or downloaded an asset from the link. |
expires | The Unix timestamp of the date and time the link expires. This timestamp can be in the future or, if the link has already expired, in the past. A value of zero indicates that the link does not expire. |
url | This is the web-accessible Review Link URL where you can view the contents of the link. |