South Connectors
List all south connectors
Retrieves a list of all configured south connectors
get/api/south
Response
Array of south connector objects
Example response
[
{
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"name": "Production Data Files",
"description": "Scans production data CSV files",
"enabled": true
}
]