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": "c6cbe6f6-cf3d-4f7f-b3ae-e740a5371dcc",
"FileId": "5b4982c0-af37-4057-8350-b67429dfeac8",
"FileName": "sample string 2"
}