GET api/intranet?extension={extension}
Getting applications that can be used for this file type
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| extension |
File extension |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result containing a list of applications
ObjResultOfAppDataEx[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of AppDataEx |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"applicationName": "sample string 1",
"applicationid": "sample string 2"
},
{
"applicationName": "sample string 1",
"applicationid": "sample string 2"
}
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}
Parameter Information
extension
| Property | Description |
|---|---|
| Length (Int32) | |
| Chars (Char) |