Files
dub-node/docs/models/operations/getlinkscountrequest.md
2024-04-14 11:24:56 +05:30

5.0 KiB
Raw Blame History

GetLinksCountRequest

Fields

Field Type Required Description
domain string The domain to filter the links by. E.g. ac.me. If not provided, all links for the workspace will be returned.
tagId string The tag ID to filter the links by. This field is deprecated use tagIds instead.
tagIds operations.GetLinksCountQueryParamTagIds The tag IDs to filter the links by.
search string The search term to filter the links by. The search term will be matched against the short link slug and the destination url.
userId string The user ID to filter the links by.
showArchived boolean Whether to include archived links in the response. Defaults to false if not provided.
withTags boolean Whether to include tags in the response. Defaults to false if not provided.
groupBy operations.GroupBy The field to group the links by.