Zendesk

Links

    Zendesk API

    Getting access, Developing, Testing

    Back to Zendesk

    List Macros

    Lists all shared and personal macros available to the current user.

    Pagination

    • Cursor pagination (recommended)
    • Offset pagination

    See Pagination.

    Returns a maximum of 100 records per page.

    Allowed For

    • Agents

    Input

    type: object properties: parameters: type: object properties: Accept: type: string include: type: string description: A sideload to include in the response. See [Sideloads](#sideloads-2) access: type: string description: >- Filter macros by access. Possible values are "personal", "shared", or "account" active: type: string description: Filter by active macros if true or inactive macros if false category: type: string description: Filter macros by category group_id: type: string description: Filter macros by group only_viewable: type: string description: >- If 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: type: string description: >- Possible values are alphabetical, "created_at", "updated_at", "usage_1h", "usage_24h", "usage_7d", or "usage_30d". Defaults to alphabetical sort_order: type: string description: >- One of "asc" or "desc". Defaults to "asc" for alphabetical and position sort, "desc" for all others title: Parameters

    Output

    type: object