Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.81 KB

File metadata and controls

30 lines (27 loc) · 1.81 KB

Link

Properties

Name Type Description Notes
id string Link API ID [optional]
url string Original URL [optional]
workspaceId string Workspace API ID [optional]
folderId string Folder API ID [optional]
user string User [optional]
domain string Domain [optional]
code string Short code [optional]
label string Label [optional]
password string Password: "**********" means a password exists; null means no password. [optional]
createdAt \DateTime Creation date [optional]
updatedAt \DateTime Modification date [optional]
deleteAt \DateTime Scheduled deletion date [optional]
expiredAt \DateTime Scheduled expiration date [optional]
expiredUrl string The URL to which users will be redirected after the link has expired [optional]
expiredTitle string The title displayed on the expiration page [optional]
expiredText string The text displayed on the expiration page [optional]
deleteAfterExpiration bool Whether the link should be deleted once it has expired [optional] [default to false]
tags \URLR\Model\LinkTagsInner[] Tags [optional]
qrcode \URLR\Model\LinkQrcode [optional]
utm \URLR\Model\LinkUtm [optional]
metatag \URLR\Model\LinkMetatag [optional]
geolinks \URLR\Model\LinkGeolinksInner[] Dynamic routing conditions [optional]

[Back to Model list] [Back to API list] [Back to README]