Reports - Upload Report
Does an efficient binary upload of a new or existing Report CatalogItem from a multipart/form-data request. Use of this API is recommended for files larger than 25 MB in size.
POST /Reports({Id})/Model.Upload
Request Body
| Name | Type | Description |
|---|---|---|
| Id |
string |
The key (GUID or path) that uniquely identifies the object. GUID example: 01234567-89ab-cdef-0123-456789abcdef path example: path='/folder1/folder2/item' If the path itself contains single quote, it should be escaped - add another single quote. |
Responses
| Name | Type | Description |
|---|---|---|
| 201 Created |
The definition of the Report that was just created without the content. |
|
| 400 Bad Request |
Couldn't understand your request. |
|
| Other Status Codes |
Error |