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": "1d88bb27-3488-4994-82a3-0fca57e43a6b",
"FileId": "d3b54572-0293-40ce-9f58-79982b9b823b",
"FileName": "sample string 2"
}