Request Information

URI Parameters

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

None.

Body Parameters (SecurityGroup)

This object takes all the parameters needed to create a new security group.

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.

Request Formats

application/xml, text/xml

Sample
<SecurityGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>a24a81de-7a4b-49d4-a58f-0de32839d578</ID>
  <Group>sample string 1</Group>
  <Description>sample string 2</Description>
  <SiteID>31355025-9679-4061-b0b1-ee3eecda4579</SiteID>
</SecurityGroup>

application/json, text/json

Sample
{
  "ID": "a24a81de-7a4b-49d4-a58f-0de32839d578",
  "Group": "sample string 1",
  "Description": "sample string 2",
  "SiteID": "31355025-9679-4061-b0b1-ee3eecda4579"
}

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>0e56cf45-3c42-496d-baef-ab5588e700f0</ID>
  <Group>sample string 1</Group>
  <Description>sample string 2</Description>
  <SiteID>ca198d7b-2771-4d83-a5d8-ab36247ae58d</SiteID>
  <Created>2024-04-13T04:42:32.0240495+00:00</Created>
  <CreatedBy>9062933d-7b10-4c1c-8abc-83d7df78e701</CreatedBy>
  <Updated>2024-04-13T04:42:32.0240495+00:00</Updated>
  <UpdatedBy>028a99fc-c00c-46ae-b93e-aaeb27436725</UpdatedBy>
  <Deleted>true</Deleted>
  <DeletedByRef>true</DeletedByRef>
</SecurityGroup>

application/json, text/json

Sample
{
  "ID": "0e56cf45-3c42-496d-baef-ab5588e700f0",
  "Group": "sample string 1",
  "Description": "sample string 2",
  "SiteID": "ca198d7b-2771-4d83-a5d8-ab36247ae58d",
  "Created": "2024-04-13T04:42:32.0240495+00:00",
  "CreatedBy": "9062933d-7b10-4c1c-8abc-83d7df78e701",
  "Updated": "2024-04-13T04:42:32.0240495+00:00",
  "UpdatedBy": "028a99fc-c00c-46ae-b93e-aaeb27436725",
  "Deleted": true,
  "DeletedByRef": true
}