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": "49e81f0b-e60b-4664-b006-3f844ebb63c9", "FileId": "b4e1bca4-c0bc-46fd-a3e1-442932b319cd", "FileName": "sample string 2" }