destinations
Get a Destination
Get the specified Destination.
get/system/outputs/{id}
Path parameters
idstring required
The <code>id</code> of the Destination to get.
Response
The requested Destination object in a single-item list.
Example response
{
"items": [
{
"notifications": [
{
"mode": "direct"
}
]
}
]
}