getPartiesInfo
Gets info about the session's current party
Requires authentication as user
getPartiesInfo
Request
get /Parties/Info
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | PartyInfoResult | Operation successful. Returning a PartyInfoResult 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
PartyInfoResult
Name | Type | Notes |
---|---|---|
PartyInfo | PartyInfo[] |
PartyInfo
see also MediaBrowser.Model.Session.PartyInfo
Name | Type | Notes |
---|---|---|
Id | string | |
Name | string |