Retrieves a paginated list of QuickLinks for a specific site with optional filtering, search, and sorting.

The search parameter performs a case-insensitive partial match on Name and Slug fields.
If the search value is parseable as a long integer, it will also search by exact ID match.
Example: search="pause" will match QuickLinks with "pause" in their name or slug.
Example: search="5" will match QuickLink with ID=5 OR name/slug containing "5".

Multiple statuses/actionTypes can be specified to filter by any of the values:
Example: ?statuses=0&statuses=1 returns QuickLinks with status Disabled OR Enabled.
Example: ?actionTypes=0&actionTypes=2 returns QuickLinks with action type Resume OR Cancel.

Language
Credentials
Header
Click Try It! to start a request and see the response here!