The Link object
The Link object is used within the app to redirect users to third-party pages.
Attributes
archived_at
nullable string
Time at which the link was archived.
created_at
boolean
Time at which the link was created.
id
string
Unique identifier for the link.
title
string
Title of the link
description
nullable string
Description of the link.
updated_at
string
Time at which the link was last updated.
url
string
The URL of the link
visibility
enum
Visibility of the link. One of
private, internal, shared.The Link object
{
"archived_at": null,
"created_at": "2024-03-12T12:54:41+00:00",
"id": "pe_12b3c33d7f42bcbd1b373ff9",
"title": "The link title",
"description": null,
"updated_at": "2024-03-12T12:54:41+00:00",
"url": "https://example.com",
"visibility": "internal"
}