Search Loop Links
Search existing Loop Links.
Request
HTTP Request
Query Parameters
q
string
Full-text search.
E.g. ?q=hotel+a
link_id
string
Comma-separated list of link_id
.
E.g. ?link_id=m4Dk4g4DRA8Yqbp2PC54
user_id
string
Comma-separated list of user_id
.
E.g. ?user_id=hw8Dsmv4Djg
sort
string
Comma-separated list of sort options.
Prefix the field name with -
for reverse order.
Possible values:
created
updated
expires
name
E.g. ?sort=name
limit
number
The maximum number of results to return. The default limit is 10
.
E.g. ?limit=10
offset
number
The number of results to skip. The default is 0
.
E.g. ?offset=20
Response
Response Fields
count
number
Total number of results found.
next
string or null
URL to the next page of results.
previous
string or null
URL to the previous page of results.
links
array
List of results where each item is a Loop Link.
Please refer to the response fields section in Get a Loop Link for the structure of each record.
Examples
Guides
Below are some guides relevant to this API:
Last updated