GET api2/players_authenticated.json?companyID={companyID}
Get Players Authenticated
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of API.Models.Player| Name | Description | Type | Additional information |
|---|---|---|---|
| enabled |
Player enabled |
boolean |
None. |
| name |
Player name |
string |
None. |
| url |
DownloadURL |
string |
None. |
| icon |
Icon URL |
string |
None. |
| iconID |
Custom Icon |
integer |
None. |
| system_icon |
System icon URL |
string |
None. |
| type |
Player type |
Enums.FluxPlayers |
None. |
Response Formats
[
{
"enabled": true,
"name": "sample string 2",
"url": "sample string 3",
"icon": "sample string 4",
"iconID": 5,
"system_icon": "sample string 6",
"type": "Windows"
},
{
"enabled": true,
"name": "sample string 2",
"url": "sample string 3",
"icon": "sample string 4",
"iconID": 5,
"system_icon": "sample string 6",
"type": "Windows"
}
]