Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListTasksRequest

example

Click here to see how to use ListTasksRequest.

Properties

Optional fields

fields: Array<string>

Specifies the fields to get for an object.

Optional folderId

folderId: undefined | string

Unique key of the folder.

Optional identifier

identifier: Array<string>

Used to filter by the identifier of the object.

Optional key

key: Array<string>

Used to filter by the key of the object.

Optional limit

limit: undefined | number

Sets the maximum number of results per page, or items to return in a paginated {@code List} call. See List Pagination.

Optional name

name: undefined | string

Used to filter by the name of the object.

Optional opcRequestId

opcRequestId: undefined | string

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional page

page: undefined | string

For list pagination. The value for this parameter is the {@code opc-next-page} or the {@code opc-prev-page} response header from the previous {@code List} call. See List Pagination.

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

Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter {@code query} is present (search operation and sorting order is by relevance score in descending order).

Optional sortOrder

sortOrder: SortOrder

Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).

Optional type

type: Array<string>

Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered.

Examples:

  • ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task
  • ?type=DATA_LOADER_TASK returns all objects of type data loader task
  • ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task

workspaceId

workspaceId: string

The workspace ID.