Class

ServiceRender

ServiceRender(ctx)

PDF, XLS Reports

Constructor

# new ServiceRender(ctx)

Parameters:
Name Type Description
ctx cnContext

View Source infohub/ServiceRender.js, line 16

Classes

ServiceRender

Methods

# async createXlsFromTree(parent_sid, request_data) → {RestResponse}

Create XLS file from node tree.

Uses endpoint: https://.SERVICE_RENDER./{scope}/xls/nodes/{node}/tree

Get access token and scope from infohub context.

Parameters:
Name Type Description
parent_sid string

Create the new document as child of this node

request_data object

Sources and configuration, see documentation of endpoint for more details

Since:
  • 08.2025, jh

View Source infohub/ServiceRender.js, line 45

Response of REST call

RestResponse