POST api/Intranet/OpenFile
Opening the file
Request Information
URI Parameters
None.
Body Parameters
Data for opening the file
OpenFileData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Media Item ID |
integer |
None. |
| ApplicationId |
Application ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"applicationId": "sample string 2"
}
Response Information
Resource Description
Result
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": "sample string 1",
"success": true,
"errorCode": 3
}
Parameter Information
data
Data for opening the file
| Property | Description |
|---|---|
| Id (Int64) |
Media Item ID |
| ApplicationId (String) |
Application ID |