You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/zendesk.mdx
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,7 @@ Retrieve a list of tickets from Zendesk with optional filtering
67
67
|`type`| string | No | Filter by type: "problem", "incident", "question", or "task" |
68
68
|`assigneeId`| string | No | Filter by assignee user ID as a numeric string \(e.g., "12345"\)|
69
69
|`organizationId`| string | No | Filter by organization ID as a numeric string \(e.g., "67890"\)|
70
-
|`sortBy`| string | No | Sort field: "created_at", "updated_at", "priority", or "status" |
71
-
|`sortOrder`| string | No | Sort order: "asc" or "desc" |
70
+
|`sort`| string | No | Sort field for ticket listing \(only applies without filters\): "updated_at", "id", or "status". Prefix with "-" for descending \(e.g., "-updated_at"\)|
72
71
|`perPage`| string | No | Results per page as a number string \(default: "100", max: "100"\)|
73
72
|`pageAfter`| string | No | Cursor from a previous response to fetch the next page of results |
74
73
@@ -1250,8 +1249,6 @@ Unified search across tickets, users, and organizations in Zendesk
1250
1249
|`subdomain`| string | Yes | Your Zendesk subdomain |
0 commit comments