IGetOrganizationAutomationsOptions
Home > @gooddata/sdk-backend-spi > IGetOrganizationAutomationsOptions
IGetOrganizationAutomationsOptions interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Configuration options for loading organization automation metadata objects.
Signature:
export interface IGetOrganizationAutomationsOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
limit? | number | (ALPHA) (Optional) Specify number of items per page. Default: 50 | |
offset? | number | (ALPHA) (Optional) Specify (zero-based) starting offset for the results. Default: 0 | |
workspaceIds? | string[] | (ALPHA) (Optional) Filter automations by specific workspace IDs for centralized management. |