Returns the maximum number of aggregation buckets allowed by the underlying search platform
Forge and OAuth2 apps cannot access this REST resource.
This request has no parameters.
Maximum aggregation buckets limit
integer
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/searchLimits/maxAggregationBuckets' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'1
10000Returns the maximum number of search results that can be returned by the underlying search platform
Forge and OAuth2 apps cannot access this REST resource.
This request has no parameters.
Maximum result window size
integer
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/searchLimits/maxResultWindow' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'1
10000Rate this page: