Interface: TrackedLinkDestinationResponse
Defined in: packages/sdk/src/types/generated/short_url.ts:39
A distinct destination URL known to this workspace.
One shape for two consumers, not two shapes: the destination autocomplete
in the member-filter builder, and the management list on the Tracked Links
page. key/name are additive, so the autocomplete — which reads
id and url — is unaffected, and it gains the option of showing a
label instead of a PHI-capable URL where one exists.
Also the create/update response: registering or re-keying a destination returns the same object the list returns.
Properties
id
id:
number
Defined in: packages/sdk/src/types/generated/short_url.ts:40
key
key:
string|null
Defined in: packages/sdk/src/types/generated/short_url.ts:42
lastLinkedAt
lastLinkedAt:
string
Defined in: packages/sdk/src/types/generated/short_url.ts:44
name
name:
string|null
Defined in: packages/sdk/src/types/generated/short_url.ts:43
url
url:
string
Defined in: packages/sdk/src/types/generated/short_url.ts:41