Retrieve a list of links
Retrieve a paginated list of links for the authenticated workspace.
Authorizations
Default authentication mechanism
Query Parameters
O slug do projeto ao qual o link pertence. Por exemplo, para app.codeqr.io/acme
, o projectSlug é acme
.
O domínio para filtrar os links. Por exemplo, ac.me
. Se não for fornecido, todos os links do projeto serão retornados.
[OBSOLETO (use tagIds em vez disso)]: O ID único da tag atribuída ao link curto.
Os IDs das tags para filtrar os links.
The unique name of the tags assigned to the short link (case insensitive).
O termo de pesquisa para filtrar os links. O termo de pesquisa será correspondido contra o slug do link curto e a URL de destino.
O ID do usuário para filtrar os links.
Se deve incluir links arquivados na resposta. O padrão é false
se não for fornecido.
Se deve incluir tags na resposta. O padrão é false
se não for fornecido.
If should include links with conversion tracking enabled. The default is false
if not provided.
The field to sort the links by. The default is createdAt
, and sort order is always descending.
createdAt
, clicks
, lastClicked
Link IDs to filter by.
The page number for pagination.
x > 0
1
The number of items per page.
0 < x <= 100
50
Response
A list of links
The response is of type Link · object[]
.