Report Result - Intergraph Smart 3D Web API - Customization & Programming - Hexagon PPM

Intergraph Smart 3D Web API Programmers Reference

Language
English
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Customization & Programming
Smart 3D Version
12.1 (2019)

ReportResult is complex type consists of the below properties:

Name

Type

Required

Description

Id

Edm.String

Yes

The unique report instance id.

Url

Edm.String

Yes

The Url link to download the report. The download URL is a link to media entity’s stream value.

The example for ReportResult:

Content-Type: application/json

{

"@odata.type": "Com.Ingr.Core.V1.ReportResult",

"Id": "{CDFCFFF6-50C1-487E-BA12-351C5DC60341",

"Url":"https://MyServer.Domain.com/s3d/v1/Sites('MySiteAlias')/Plants('MyPlant')/Reports('{0000EAA5-0000-0000-AA2C-54C7B7541D04}')/Instances(‘7B7F7782-4047-478B-928C-8C73AA5DD209’)/$value"

}