GET isReportReady/{guid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
guid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
FinalizeReportDtoName | Description | Type | Additional information |
---|---|---|---|
ReportId | globally unique identifier |
None. |
|
FileId | globally unique identifier |
None. |
|
FileName | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "ReportId": "1b960a43-447f-40ab-80af-4242f591f5ff", "FileId": "213b1871-280d-4ada-8d0e-c3c4f3344fc8", "FileName": "sample string 2" }