# Player Details **POST /Account/Read/Player** Returns details about the most recently used players. *Secret Hmac Required. Cache Time 15 Minutes.* ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: (object) - **SelectActive** (number) If set, selects players active in this many days. Defaults to 0 which is the last 15 minutes. - **SelectInActive** (number) If set, selects players not active for more than this many days. Defaults to 0 which selects active players. ## Responses ### 200 Player Information successfully returned #### Body: (object) - **ServerId** (number) Server id number - **UniqueId** (string) the server uid sent by the remote server - **PlayerId** (number) the playback id that this is monitoring - **DatePing** (string) the date that the 5 minute ping occurred (linux only) - **DateUpdate** (string) the date that this was updated - **Parent** (number) Parent User Number (top level) - **Custno** (number) customer number - **Active** (number) active or not - 1 = linux, 2 = windows old startsign, 3 = windows new startsign - **DateInstalled** (string) the date that this was installed - **Username** (string) the username used to initialize the player - **PcName** (string) the pc name - **Mac** (string) the mac address of the primary network card (visual form) - **Remote_Addr** (string) IP Address as seen from the outside world - **Local_Addr** (string) IP Address that the server is set to (inside firewall) - **Name** (string) a pc name - **DateStart** (string) the starting date/time for the use count and bandwidth - **UseCount** (number) the number of times this server has communicated since DateStart - **Bandwidth** (string) the bandwidth that has been used by this server since DateStart - **DailyUse** (number) average times this server per day - **DailyBW** (number) average daily bandwidth - **ErrorCount** (number) the number of errors since usestart - **ErrorMsg** (string) last error message received - **DateError** (string) the date that the last error message was sent - **DateRecover** (number) the date that the error was recovered - **DateInfo** (string) the date that the last remoteinfo was requested - **DateFile** (number) the date that the last error message was sent - **DateDb** (string) the date that the database restore happened - **DateFullDb** (string) the date that the last full database was completed - **DateRestart** (string) the date that the last player restart was initiated - **DateReboot** (string) the date that the last reboot was initiated - **DateEmail** (string) the date that the last email was sent - **DatePlay** (number) when a signage component reports this server uid - **CountEmail** (number) the count of emails sent - **CountFile** (number) the count of files requested the last time - **CountRecord** (number) the count of database records on the pc - **DetailsPC** (string) the pc details - **OS** (string) the operating system - **SerialNo** (string) the model/serial number (initially, the last 12 is the root password) - **RootPW** (string) the root password with LibEncrypPass format - **ServerLoad** (number) the server load on the last database import call (each minute) - **SecondsDiff** (number) the time difference for the server (in seconds) - **Extra** (object) extra information [Powered by Bump.sh](https://bump.sh)