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": "041e4fe6-26e2-4033-8708-4981a13b86dc",
"FileId": "213938d2-e516-4892-8ef0-8f727f04c548",
"FileName": "sample string 2"
}