From ac8fec96c4f315ce112e23576cddc7476b929a48 Mon Sep 17 00:00:00 2001
From: jonathan zollinger Exports a set of results. See Query syntax for the syntax of the {@code query} parameter. Use this endpoint for search queries that will return more than 1000 results. The result set is ordered only by the {@code created_at} attribute. The search only returns results of a single object type. The following object types are supported: ticket, organization, user, or group. You must specify the type in the {@code filter[type]} parameter. Searches with type in the query string will result in an error. See Pagination. Returns a maximum of 1000 records per page. The number of results shown in a page is determined by the {@code page[size]} parameter. Note: You may experience a speed reduction or a timeout if you request 1000 results per page and you have many archived tickets in the results. Try reducing the number of results per page. We recommend 100 results per page. The cursor specified by the {@code after_cursor} property in a response expires after one hour. For more information on cursor-based pagination, see the following articles: This API endpoint is rate-limited to 100 requests per minute per account. The limit also counts towards the global API rate limit. Exports a set of results. See Query
+ * syntax for the syntax of the {@code query} parameter. Use this endpoint for search queries that will
+ * return more than 1000 results. The result set is ordered only by the {@code created_at} attribute. The search
+ * only returns results of a single object type. The following object types are supported: ticket, organization, user,
+ * or group. You must specify the type in the {@code filter[type]} parameter. Searches with type in the query
+ * string will result in an error. See Pagination.
+ * Returns a maximum of 1000 records per page. The number of results shown in a page is determined by the {@code
+ * page[size]} parameter. Note: You may experience a speed reduction or a timeout if you
+ * request 1000 results per page and you have many archived tickets in the results. Try reducing the number of results
+ * per page. We recommend 100 results per page. The cursor specified by the {@code after_cursor} property in a
+ * response expires after one hour. For more information on cursor-based pagination, see the following
+ * articles: This API endpoint is rate-limited to 100 requests per minute per account.
+ * The limit also counts towards the global API rate
+ * limit. Exports a set of results. See Query
- * syntax for the syntax of the {@code query} parameter. Use this endpoint for search queries that will
- * return more than 1000 results. The result set is ordered only by the {@code created_at} attribute. The search
- * only returns results of a single object type. The following object types are supported: ticket, organization, user,
- * or group. You must specify the type in the {@code filter[type]} parameter. Searches with type in the query
- * string will result in an error.{@summary Export Search Results}
- * Pagination
Export Search Results Limits
Pagination
+ *
+ *
+ *
Export Search Results Limits
{@summary Export Search Results}
* Pagination
+ * href='https://developer.zendesk.com/api-reference/ticketing/ticket-management/search/#query-syntax'>Query
+ * syntax for the syntax of the {@code query} parameter.
Use this endpoint for search queries that will + * return more than 1000 results. The result set is ordered only by the {@code created_at} attribute.
The search + * only returns results of a single object type. The following object types are supported: ticket, organization, user, + * or group.
You must specify the type in the {@code filter[type]} parameter. Searches with type in the query + * string will result in an error.
Allowed for AgentsReturns the search results. See Query syntax for details on the {@code query} parameter.
Use the ampersand character (&) to append the {@code sort_by} or {@code sort_order} parameters to the URL.
For examples, see Searching with Zendesk API.
This endpoint has its own rate limit. The rate limit counts towards the global API rate limit. See Limits.
Offset pagination may result in duplicate results when paging. You can also use the Export Search Results endpoint, which uses cursor-based pagination and doesn't return duplicate results. See Using cursor pagination for more information.
+ *Returns the search results. See Query + * syntax for details on the {@code query} parameter.
+ * + *This endpoint has its own rate limit. The rate limit counts towards the global API rate + * limit. See Limits.
Returns a list of all system and custom ticket fields in your account.
For end users, only the ticket fields with visible_in_portal set to true are returned.
Consider caching this resource to use with the{@link TicketClient}.