an object with query parameters
The UUID formatted string used to search for an app's reload history entries. TenantAdmin users may omit this parameter to list all reload history in the tenant.
Optional
filter?: stringSCIM filter expression used to search for reloads. The filter syntax is defined in RFC 7644 section 3.4.2.2
Supported attributes:
Supported operators:
Optional
limit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optional
log?: booleanThe boolean value used to include the log field or not, set log=true to include the log field.
Optional
next?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optional
partial?: booleanThe boolean value used to search for a reload is partial or not.
Optional
prev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optional
options: ApiCallOptions
Finds and returns the reloads that the user has access to.