South Connectors
List south item groups
Lists all groups for a south connector
get/api/south/{southId}/groups
Path parameters
southIdstring required
Response
Array of group 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",
"standardSettings": {
"scanMode": {
"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": "Daily Backup Scan",
"description": "Scans for new backup data every day at midnight",
"cron": "0 0 * * *"
},
"name": "Production Line A"
},
"historySettings": {
"readDelay": 200,
"maxReadInterval": 3600,
"startTimeOffset": -1000
}
}
]