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.
Optionalfilter?: 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:
Optionallimit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optionallog?: booleanThe boolean value used to include the log field or not, set log=true to include the log field.
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optionalpartial?: booleanThe boolean value used to search for a reload is partial or not.
Optionalprev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optionaloptions: ApiCallOptions
Finds and returns the reloads that the user has access to.