mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-07 12:27:49 +00:00
15 lines
6.1 KiB
Markdown
15 lines
6.1 KiB
Markdown
# ClicksTopLinks
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| ~~`link`~~ | *string* | :heavy_check_mark: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The unique ID of the short link |
|
|
| `id` | *string* | :heavy_check_mark: | The unique ID of the short link |
|
|
| `domain` | *string* | :heavy_check_mark: | The domain of the short link |
|
|
| `key` | *string* | :heavy_check_mark: | The key of the short link |
|
|
| `shortLink` | *string* | :heavy_check_mark: | The short link URL |
|
|
| `url` | *string* | :heavy_check_mark: | The destination URL of the short link |
|
|
| `createdAt` | *string* | :heavy_check_mark: | The creation timestamp of the short link |
|
|
| `clicks` | *number* | :heavy_check_mark: | The number of clicks from this link | |