withPage()
Home > @gooddata/sdk-backend-spi > IAutomationsQuery > withPage
IAutomationsQuery.withPage() method
Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0
Signature:
withPage(page: number): IAutomationsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
page | number | zero indexed, must be non-negative |
Returns:
automations query