Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
siteId globally unique identifier

Guid ID of the site that is to have its default security groups read.

Body Parameters

None.

Response Information

Resource Description (SecurityGroup)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
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.

Response Formats

application/xml, text/xml

Sample
<SecurityGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>07815216-74fc-4399-aea2-3665d674e4a3</ID>
  <Group>sample string 1</Group>
  <Description>sample string 2</Description>
  <SiteID>98116ef7-611e-4d10-85ef-dd0f91209284</SiteID>
  <Created>2024-03-02T05:41:29.6428039+00:00</Created>
  <CreatedBy>e5e95f35-32e9-4fd5-a058-d880e4ef4f06</CreatedBy>
  <Updated>2024-03-02T05:41:29.6428039+00:00</Updated>
  <UpdatedBy>cf85e114-7fb8-4a11-ae54-db645c28346d</UpdatedBy>
  <Deleted>true</Deleted>
  <DeletedByRef>true</DeletedByRef>
</SecurityGroup>

application/json, text/json

Sample
{
  "ID": "07815216-74fc-4399-aea2-3665d674e4a3",
  "Group": "sample string 1",
  "Description": "sample string 2",
  "SiteID": "98116ef7-611e-4d10-85ef-dd0f91209284",
  "Created": "2024-03-02T05:41:29.6428039+00:00",
  "CreatedBy": "e5e95f35-32e9-4fd5-a058-d880e4ef4f06",
  "Updated": "2024-03-02T05:41:29.6428039+00:00",
  "UpdatedBy": "cf85e114-7fb8-4a11-ae54-db645c28346d",
  "Deleted": true,
  "DeletedByRef": true
}