getWebConfigurationpages
Requires authentication as user
getWebConfigurationpages
Request
get /web/ConfigurationPages
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | ConfigurationPageInfo [] | Operation successful. Returning a List
|
|
400 | Bad Request. Server cannot process request. |
||
401 | Unauthorized. Client needs to authenticate. |
||
403 | Forbidden. No permission for the reqested operation. |
||
404 | Resource not found or unavailable. |
||
500 | Server error. |
Definitions
ConfigurationPageInfo
Emby.Web.Api.ConfigurationPageInfo
Name | Type | Notes |
---|---|---|
Name | string | |
EnableInMainMenu | boolean | |
EnableInUserMenu | boolean | |
FeatureId | string | |
MenuSection | string | |
MenuIcon | string | |
DisplayName | string | |
ConfigurationPageType | ConfigurationPageType | Enum ConfigurationPageType |
PluginId | string | |
Href | string | |
NavMenuId | string | |
Plugin | IPlugin | Interface IPlugin |
Translations | array |
ConfigurationPageType
Enum Values
- PluginConfiguration
- None
IPlugin
see also MediaBrowser.Common.Plugins.IPlugin
Name | Type | Notes |
---|---|---|
Name | string | The name of the plugin |
Description | string | The description. |
Id | string (guid) | The unique id. |
Version | Version | |
AssemblyFilePath | string | The path to the assembly file |
DataFolderPath | string | The full path to the data folder, where the plugin can store any miscellaneous files needed |
Version
Name | Type | Notes |
---|---|---|
Major | integer (int32) | |
Minor | integer (int32) | |
Build | integer (int32) | |
Revision | integer (int32) | |
MajorRevision | integer (int32) | |
MinorRevision | integer (int32) |