Skip to main content

Export a grid to PDF format

GET 

/api/web/v1/grids/:gridid/export

Export a grid to PDF format. Caller requires the GRIDS:VIEW permission.

Request

Path Parameters

    gridid stringrequired

    The ID of the grid to export.

Responses

Successful

Schema

    content string

    Grid information formatted as a base64 encoded String. Formatting options are controlled in grid authenticator settings.

Loading...