Input parameters(8)
Include
stringA sideload to include in the response. See [Sideloads](#sideloads-2)
Access
stringFilter macros by access. Possible values are "personal", "agents", "shared", or "account". The "agents" value returns all personal macros for the account's agents and is only available to admins.
Active
booleanFilter by active macros if true or inactive macros if false
Category
integerFilter macros by category
Group Id
integerFilter macros by group
Only Viewable
booleanIf true, returns only macros that can be applied to tickets. If false, returns all macros the current user can manage. Default is false
Sort By
stringPossible values are "alphabetical", "created_at", "updated_at", "usage_1h", "usage_24h", "usage_7d", or "usage_30d". Defaults to alphabetical
Sort Order
stringOne of "asc" or "desc". Defaults to "asc" for alphabetical and position sort, "desc" for all others