get https://api.everbridge.net/rest/groups/
Retrieve all groups for an organization
Creating Group
When you get a group by ID, if it’s not found you get a 404. When you get a group by Name, if the group is not found you get a 200 with empty list. It’s NOT consistent in how it handles these same things.
Response body
Property | Description |
---|---|
name | The name of the group. |
parentId | The ID of the parent group. This value is -1 if there is no parent. |
id | This is the internal ID for a group. |
createId | The ID of the user who created this resource. |
lastModifiedDate | Unix epoch data/time when the contact was last modified. |
lastModified | The internal ID of the user that last modified this contact. |
lastModifiedName | First and last name of the user that last modified this contact. |
lastSynchronizedTime | The date time of last refreshing map layer data. |
accountId | The ID of the account that owns this resource. |
resourceBundleId | The ID of the Role which owns this resource. |
organizationId | The ID of the Organization that owns this resource. |
enableSequenceContact | Whether sequenced has been enabled for a group or not. |
dirty | Whether the contacts of this group have been updated and need to refresh map layer data. |