Interface: SearchOptions
Search options for request.
Hierarchy
↳
SearchOptions
Properties
limit
• Optional
limit: number
Limit the number of items returned in the response.
Defined in
after
• Optional
after: string
Return only items that occur after this marker. Before marker can be found from the response, inside the 'paging' property. Note that only after or before can be specified for a request, not both.
Defined in
before
• Optional
before: string
Return only items that occur before this marker. Before marker can be found from the response, inside the 'paging' property. Note that only after or before can be specified for a request, not both.
Defined in
cache
• Optional
cache: boolean
Whether to cache this response.
Inherited from
Defined in
force
• Optional
force: boolean
Whether to skip the cache check and request the API.
Inherited from
Defined in
retryLimit
• Optional
retryLimit: number
How many times to retry on 5XX errors.
Inherited from
Defined in
ignoreRateLimit
• Optional
ignoreRateLimit: boolean
Whether to ignore throttlers.
Inherited from
OverrideOptions.ignoreRateLimit
Defined in
restRequestTimeout
• Optional
restRequestTimeout: number
Time to wait before cancelling a REST request, in milliseconds.
Inherited from
OverrideOptions.restRequestTimeout