Document resources - Intergraph Smart API Manager - 2020 (4.0) - Help

Intergraph Smart API Manager Help

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

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

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

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

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

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

  • GET https://sam.spclouddave.com/SampleService/Sppid/V2/Pipes('302')/Documents?$filter=Kind eq Com.Ingr.Core.V1.DocumentKind'TwoDimensional'

You can also manage Files contained by a Document. See the Files (OData+) topic for details. Also, please note that the SampleService Smart API is a secure API.

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.