GET /systemthreads/search

Search threads (GET) with Elasticsearch query parameters

Search threads (GET) with Elasticsearch query parameters
KeyTypeExampleDescription
limitoptionalinteger
42
offsetoptionalinteger
42
Elasticsearch query offset parameter
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
{}
{
  "code": 401,
  "error": "INVALID_ACCESS_TOKEN"
}
StatusError CodeDescription
401INVALID_ACCESS_TOKENAuthentication required or invalid token
403INSUFFICIENT_PERMISSIONSInsufficient permissions for this operation
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
systemthreads_viewRequired scope: systemthreads_view

Back to System Return to the System category to view other endpoints All API Categories Browse all available API categories