Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListWorkRequestsRequest

example

Click here to see how to use ListWorkRequestsRequest.

Properties

compartmentId

compartmentId: string

List the Digital Assistant instances that belong to this compartment.

Optional limit

limit: undefined | number

The maximum number of items to return per page.

Optional odaInstanceId

odaInstanceId: undefined | string

List only the information for this Digital Assistant instance.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing. This value is included in the opc-request-id response header.

Optional page

page: undefined | string

The page at which to start retrieving results.

You get this value from the {@code opc-next-page} header in a previous list request. To retireve the first page, omit this query parameter.

Example: {@code MToxMA==}

Optional resourceId

resourceId: undefined | string

List only the information for this resource.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional sortBy

sortBy: SortBy

The field to sort by. You can specify only one sort order. If no value is specified, then the default is {@code TIME_ACCEPTED}.

The default sort order for the time fields is descending. The default order for {@code DISPLAYNAME} and {@code STATUS} is ascending.default: TIME_ACCEPTED

Optional sortOrder

sortOrder: SortOrder

Sort the results in this order, use either {@code ASC} (ascending) or {@code DESC} (descending).