Macros
Search Macros
Pagination
- Offset pagination only
See Using Offset Pagination.
Allowed For
- Agents
get/api/v2/macros/search
Response
Success Response
Example response
{
"macros": [
{
"actions": [],
"active": true,
"description": "Sets the ticket status to `solved`",
"id": 25,
"position": 42,
"restriction": {
"id": 4,
"type": "User"
},
"title": "Close and Save"
}
]
}