v1

latestOpenAPI 3.1.02026-07-2342137210.8 KB
Loop Links

Search Loop Links

get/v1/loop/links

Query parameters

offsetinteger

Zero-based index of the first result to return.

limitinteger

Maximum number of results to return per page.

qstring

Full-text search.

E.g. ?q=hotel+a

link_idstring[]

A comma-separated list of Loop Link IDs

Comma-separated list of link_id.

E.g. ?link_id=m4Dk4g4DRA8Yqbp2PC54

user_idstring[]

A comma-separated list of user IDs

Comma-separated list of user_id.

E.g. ?user_id=hw8Dsmv4Djg

sortstring[]

A comma-separated list of sort params

Comma-separated list of sort options. Prefix a field name with - to reverse the default direction (sort descending instead of ascending).

  • created: oldest first (ascending)
  • -created: newest first (descending)
  • expires: earliest expiry first (ascending)
  • -expires: latest expiry first (descending)
  • name: sort alphabetically A–Z
  • -name: sort alphabetically Z–A
  • updated: oldest first (ascending)
  • -updated: newest first (descending)

Example: ?sort=name

Response

Successful Response

countinteger required
nextstring uri nullable

URL to next page

previousstring uri nullable

URL to previous page