GET isReportReady/{guid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
FinalizeReportDto| Name | 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": "efa44d13-bc31-4153-89a3-007a83dfeb59",
"FileId": "a4091f00-888c-4cea-b80c-a41d4671294a",
"FileName": "sample string 2"
}