Zendesk

Links

    Zendesk API

    Getting access, Developing, Testing

    Back to Zendesk

    List Views

    Lists shared and personal views available to the current user.

    Sideloads

    The following sideloads are supported:

    | Name | Will sideload | ---------------- | ------------- | app_installation | The app installation that requires each view, if present | permissions | The permissions for each view

    Pagination

    • Cursor pagination (recommended, but only sorts by created_at)
    • 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 access: type: string description: >- Only views with given access. May be "personal", "shared", or "account" active: type: string description: Only active views if true, inactive views if false group_id: type: string description: Only views belonging to given group sort_by: type: string description: >- Possible values are "alphabetical", "created_at", or "updated_at". Defaults to "position" 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