Name (singular): |
Group |
Name (plural): |
Groups |
Alias (uri): |
group |
Identifier (ID): |
cerberusweb.contexts.group |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
|
created |
timestamp |
The date/time when this record was created |
|
image |
image |
The profile image, base64-encoded in data URI format |
|
is_default |
boolean |
Tickets are assigned to the default group when no other routing rules match |
|
is_private |
boolean |
The content in public (0 ) groups is visible to everyone; in private (1 ) groups content is only visible to members |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
|
members |
text |
JSON-encoded array of worker IDs; [1,2,3] |
x |
name |
text |
The name of this group |
|
reply_address_id |
number |
The ID of the email address used when sending replies from this group |
|
reply_html_template_id |
number |
The ID of the default mail template used when sending HTML mail from this group |
|
reply_personal |
text |
The default personal name in the From: of replies |
|
reply_signature_id |
number |
The ID of the default signature used when sending replies from this group |
|
reply_signing_key_id |
number |
The private key used to cryptographically sign outgoing mail |
|
routing_kata |
text |
Routing rules in KATA format |
|
updated |
timestamp |
The date/time when this record was last modified |
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
Field |
Type |
Description |
_context |
text |
Record type extension ID |
_label |
text |
Label |
_type |
text |
Record type alias |
created |
date |
Created |
id |
number |
Id |
is_default |
boolean |
Default |
is_private |
boolean |
Private |
name |
text |
Name |
record_url |
text |
Record Url |
reply_html_template_ |
record |
Email Template |
reply_personal |
text |
Send As |
reply_signature_ |
record |
Signature |
reply_signature_owner_ |
record |
Signature Owner |
reply_signing_key_ |
record |
Signing Key |
replyto_ |
record |
Send From |
routing_kata |
text |
Dao.bucket.routing_Kata |
updated |
date |
Updated |
These optional placeholders are also available with key expansion in dictionaries and the API:
Field |
Type |
Description |
buckets |
records |
Buckets |
comment_count |
number |
Comment count on the record |
comments |
comments |
Comments |
custom_<id> |
mixed |
Custom Fields |
default_bucket_ |
record |
The group’s default bucket |
links |
links |
Links |
members |
records |
Members |
Search Query Fields
These filters are available in group search queries:
Worklist Columns
These columns are available on group worklists:
Column |
Description |
cf_<id> |
Custom Field |
g_created |
Created |
g_id |
Id |
g_is_default |
Default |
g_is_private |
Private |
g_name |
Name |
g_reply_address_id |
Send From |
g_reply_html_template_id |
Email Template |
g_reply_personal |
Send As |
g_reply_signature_id |
Signature |
g_reply_signing_key_id |
Signing Key |
g_updated |
Updated |