GET statistics/devices/platformVersion
Gets the statistics for the device platform.
Response Information
The statistics for the device platform in the environment.
Response body formats
application/json, text/json
					Sample:
							
    {
  "numberOfDevices": 1,
  "platform": 0,
  "version": "sample string 2"
}