get https://api.shift.io/v4/sync/links
Returns a list of sent links
To view the links you sent, you must include the parameter sentbyme=true. 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 Review Link information window, the MediaSilo Feed of both the sender and the recipient, and the link notification email. |
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 | This is the Unix timestamp of the date and time the link was created. |
modified | This is 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 | This is 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 | This is 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. |
url | This is the web-accessible Review Link URL where you can view the contents of the link. |