SAP BI Tools · Arazzo Workflow
SAP BI Tools Logon and Browse a Folder
Version 1.0.0
Log on to the BI Platform, list the children of a folder, and read the metadata of the first document found.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceData VisualizationReportingSAPArazzoWorkflows
Provider
Workflows
logon-browse-folder
Authenticate, browse a folder's children, and inspect the first child object.
Obtains a logon token, lists the children of the supplied folder object, and retrieves the metadata for the first child returned by the listing.
1
logon
logon
Authenticate against the BI Platform and capture the logon token used by all subsequent calls.
2
listChildren
getInfoStoreChildren
List the child objects of the target folder using the captured logon token in the X-SAP-LogonToken header.
3
getFirstChild
getInfoStoreObject
Retrieve the full metadata of the first child object returned by the folder listing.