v1
latestOpenAPI 3.0.22026-07-14141623.7 KBA list of receivers and their current settings
get/settings/organizations/{organizationName}/receivers
Path parameters
organizationNamestring required
Fetch receivers with this organization name
Response
OK
Example response
[
{
"description": "Arizona PHD ELR feed",
"meta": {
"createdBy": "jj@phd.gov",
"version": 11
},
"name": "az-phd.elr",
"organizationName": "az-phd",
"topic": "covid-19",
"translations": [
{
"transport": {
"filePath": "/in/test",
"host": "sftp.phd.gov",
"port": 22,
"type": "SFTP"
},
"type": "CUSTOM"
}
]
}
]