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>a061007a-614c-4465-b33e-e56fda07c10f</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>0688957b-9e5b-48a5-bf42-8550ebff69bd</SiteID> <Created>2026-02-20T15:47:16.6210922+00:00</Created> <CreatedBy>3033964e-a1f5-47d7-b44e-fabc9c155acd</CreatedBy> <Updated>2026-02-20T15:47:16.6210922+00:00</Updated> <UpdatedBy>ef7b4817-744a-4b6c-852b-0f7d5fe058a0</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "a061007a-614c-4465-b33e-e56fda07c10f",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "0688957b-9e5b-48a5-bf42-8550ebff69bd",
"Created": "2026-02-20T15:47:16.6210922+00:00",
"CreatedBy": "3033964e-a1f5-47d7-b44e-fabc9c155acd",
"Updated": "2026-02-20T15:47:16.6210922+00:00",
"UpdatedBy": "ef7b4817-744a-4b6c-852b-0f7d5fe058a0",
"Deleted": true,
"DeletedByRef": true
}