ListAllocationsRequest

Pagination parameters for listing API Task allocations. Omit to retrieve the first page with default settings.

Properties

Name Type Description
page object
View JSON Schema on GitHub

JSON Schema

automation-anywhere-listallocationsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListAllocationsRequest",
  "title": "ListAllocationsRequest",
  "type": "object",
  "description": "Pagination parameters for listing API Task allocations. Omit to retrieve the first page with default settings.",
  "properties": {
    "page": {
      "$ref": "#/components/schemas/PageRequest"
    }
  }
}