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": "bf6dd810-4190-440e-9a4b-108a4c9dcac2", "FileId": "cc5ae4da-8d27-4fc2-9aba-fc029211f747", "FileName": "sample string 2" }