GetScreenDataRequest
class GetScreenDataRequest
Types
Properties
Link copied to clipboard
The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum value is 100.
Link copied to clipboard
Variables are optional and are needed only if the screen requires them to render correctly. Variables are specified as a map where the key is the name of the variable as defined on the screen. The value is an object which currently has only one property, rawValue, which holds the value of the variable to be passed to the screen.
Link copied to clipboard
The ID of the workbook that contains the screen.