Close Report
POSThttps://domain/api/cm/v1/mobile-images/invidual-report/{hostId}/close
Request Parameters
| Name | Description | Required | Type |
|---|---|---|---|
| HostId | Required | string |
Request Model
| Name | Description | Required | Type |
|---|---|---|---|
| FileName | Required | string | |
| OriginalFileName | Required | string |
Response
| Code | Description |
|---|---|
200 | Success. |
401 | Unauthorized. |
404 | Not Found. |
500 | Error From Server. |
Response Model
| Name | Description | Type |
|---|---|---|
| OriginalFileName | string | |
| ServerFileName | string | |
| ServerFileRootPath | Date | |
| Type | enum | |
| HostType | enum | |
| TakenDate | Date | |
| Widths | array |
Example Usage
- JavaScript
- .Net
function helloWorld() {
console.log("Hello, world!");
}
def hello_world():
print 'Hello, world!'
Example Success Response
[
{
"id": 133024,
"name": "Mumbai"
},
...
]
Example Error Response
{
"error'": "Unauthorized. You shouldn't be here."
}