Report resources - Intergraph Smart API Manager - 5.0 - Help

Intergraph Smart API Manager Help

Language
English
Product
Intergraph Smart API Manager
Search by Category
Help
Smart API Manager Version
5.0

Here are some sample URLs for retrieving report resources bound to pipes:

  • GET https://sam.spclouddave.com/SampleService/Sppid/v2/Pipes/?$expand=Reports

  • GET https://sam.spclouddave.com/SampleService/Sppid/v2/Pipes('302')/Reports/

  • GET https://sam.spclouddave.com/SampleService/Sppid/v2/Pipes('302')/Reports('Report 302')/

Report parameters

A report instance can have input parameters, discoverable via the Parameters navigation property from the report instance. For example:

GET https://sam.spclouddave.com/SampleService/Sppid/v2/Pipes('302')/Reports('Report 302')/Parameters

returns the parameters you can use when executing the report. See Report execution example for details.

To call the listed resources requires an access token. See Authorization - use Postman to get an access token and Authorization - use Postman to call a Smart API for more information.