Classes
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
Response of REST call