Access to device data

I've looked over the API and done some testing, but I'm still not seeing how to access data that I expect to be stored on the device. For example, I'd like to have access to the heart rate zone information to implement a data field. If the information isn't available directly via the API, it seems that I may have to write some code to attempt to pull that information to the device via ANT+ or BLE and store it again. If this information is available via AppBase::getProperty(key) then I ask that the list of properties that might be available.