Read a single security group.
|
id
globally unique identifier
Required
Guid ID of the security group to be read. |
None.
|
ID
globally unique identifier
Required on Update
ID of the security group. |
|
Group
string
Required
Name of the security group. (Max length 100 characters) |
|
Description
string
Description of the security group |
|
SiteID
globally unique identifier
Required
ID of the site for the security group. |
|
Created
date
ReadOnly
Date the security group was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the person that created the security group. |
|
Updated
date
ReadOnly
Date the security group was last updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the person who updated the security group. |
|
Deleted
boolean
ReadOnly
Deleted status of the security group. |
|
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the security group. |
<SecurityGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>9370ce07-6e8c-4225-ae74-5f13bc46bf49</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>4e82e20e-97de-472c-bab2-a7b0ae0551e4</SiteID> <Created>2026-09-24T19:12:04.8176706+00:00</Created> <CreatedBy>fc95cfa6-1a3c-4485-ba89-0192ab226a6e</CreatedBy> <Updated>2026-09-24T19:12:04.8176706+00:00</Updated> <UpdatedBy>af3e33a3-86e5-43e7-8001-ba89cbd78a80</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "9370ce07-6e8c-4225-ae74-5f13bc46bf49",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "4e82e20e-97de-472c-bab2-a7b0ae0551e4",
"Created": "2026-09-24T19:12:04.8176706+00:00",
"CreatedBy": "fc95cfa6-1a3c-4485-ba89-0192ab226a6e",
"Updated": "2026-09-24T19:12:04.8176706+00:00",
"UpdatedBy": "af3e33a3-86e5-43e7-8001-ba89cbd78a80",
"Deleted": true,
"DeletedByRef": true
}