Get Delivery Options
Options for sending fyis to email and other devices
GET /fyi/deliveryoptions
Request Object
No params or body content should be sent.
Python
Abap
Response Object
M: int.
Email option is enabled or not.
Value Format: 0: Email Disabled; 1: Email Enabled.
E: Array.
Returns an array of device information.
[{
NM: String.
Returns the human readable device name.
I: String.
Returns the deice identifier.
UI: String.
Returns the unique device ID.
A: String.
Device is enabled or not.
Value Format: 0: Disabled; 1: Enabled.
}]

