File Info
Contents
[
Hide
]
FileInfo Properties
| Name | Type | Description |
|---|---|---|
| FileName | string | The name of the file, including its extension. |
| FileSize | long | The size of the file in bytes. |
| FileContent | string | Contains the raw Excel file data encoded in Base64. |
Errors
| HTTP Code | Meaning | When It Occurs |
|---|---|---|
| 200 | OK – request succeeded. | Normal response. |
| 401 | Unauthorized | Missing or invalid authentication token. |
| 404 | Not Found | The specified file does not exist. |
| 500 | Internal Server Error | Unexpected server‑side failure. |