SAP BI Tools · Arazzo Workflow
SAP BI Tools CMS Query Drilldown
Version 1.0.0
Log on, run a complex CMS query via POST, then drill into the first matching object and list its children.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceData VisualizationReportingSAPArazzoWorkflows
Provider
Workflows
cms-query-drilldown
Submit a complex CMS query via POST and drill into the first result.
Runs a CMS query through the POST endpoint, retrieves the first matching object's metadata, and then lists its children.
1
logon
logon
Authenticate and capture the logon token.
2
runQuery
executeCmsQueryPost
Submit the CMS query through the POST endpoint and capture the id of the first matching object.
3
getObject
getInfoStoreObject
Retrieve the full metadata of the first matching object.
4
listObjectChildren
getInfoStoreChildren
List the children of the first matching object to explore its contents.