GET isArchivalReportReady/{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": "673a79d5-0401-4d9b-a003-f935d34370d6",
"FileId": "4f9a8d87-64e2-475f-b740-674d5bcc3ae4",
"FileName": "sample string 2"
}