get
https://example.com/Sites//Quicklinks
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.
