getSyncOptions
Gets a list of available sync targets.
Requires authentication as user
getSyncOptions
Request
get /Sync/Options
Parameters
Name | In | Type | Default | Notes |
---|---|---|---|---|
*UserId | query | UserId |
||
ItemIds | query | ItemIds |
||
ParentId | query | ParentId |
||
TargetId | query | TargetId |
||
Category | query | Category |
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | SyncDialogOptions | Operation successful. Returning a SyncDialogOptions object. |
|
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
SyncDialogOptions
Emby.Server.Sync.Model.SyncDialogOptions
Name | Type | Notes |
---|---|---|
Targets | SyncTarget[] | |
Options | SyncJobOption[] | |
QualityOptions | SyncQualityOption[] | |
ProfileOptions | SyncProfileOption[] |
SyncTarget
see also MediaBrowser.Model.Sync.SyncTarget
Name | Type | Notes |
---|---|---|
Name | string | The name. |
Id | string | The identifier. |
SyncJobOption
Emby.Server.Sync.Model.SyncJobOption
SyncQualityOption
Emby.Server.Sync.Model.SyncQualityOption
Name | Type | Notes |
---|---|---|
Name | string | |
Description | string | |
Id | string | |
IsDefault | boolean | |
IsOriginalQuality | boolean |
SyncProfileOption
Emby.Server.Sync.Model.SyncProfileOption
Name | Type | Notes |
---|---|---|
Name | string | |
Description | string | |
Id | string | |
IsDefault | boolean | |
EnableQualityOptions | boolean |