POST api/Intranet/OpenDir

Opening the file directory

Request Information

URI Parameters

None.

Body Parameters

Data for opening the file

OpenFileData
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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