{ "opencollection": "1.0.0", "info": { "name": "SAP Crystal RESTful Web Services Authentication Reports API", "version": "4.3.0" }, "request": { "auth": { "type": "apikey", "key": "X-SAP-LogonToken", "value": "{{X-SAP-LogonToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Crystal Reports Get Report Summary Info", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/biprws/infostore/:reportId/rpt", "headers": [ { "name": "Accept", "value": "" }, { "name": "X-SAP-PVL", "value": "" } ], "params": [ { "name": "reportId", "value": "", "type": "path", "description": "Infostore object ID of the Crystal Report" } ] }, "docs": "Returns summary information about a Crystal Report including name, title, author, format version, and URIs for export, service, and edit operations." } ] } ], "bundled": true }