@@ -148,7 +148,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
148148| created_at | The date and time this record was created. |
149149| updated_at | The date and time this record was last updated. |
150150| received_at | This timestamp is added to incoming messages as soon as they hit Segment API. |
151- | ticket_form_id | The ID of the ticket form to render the ticket (Enterprise only). |
151+ | ticket_form_id | The ID of the ticket form to render the ticket. |
152152
153153### ticket_fields
154154
@@ -286,7 +286,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
286286
287287| Property | Description |
288288| --------------- | ----------------------------------------------------------------- |
289- | id | Automatically assigned when the ticket form is created. |
289+ | id | The ID of the ticket form. |
290290| active | If set to true, this shows that the form is active. |
291291| end_user_visible | If set to true, this shows that the form is visible to end users.|
292292| name | The name of the form. |
@@ -306,7 +306,8 @@ In your warehouse, each collection gets its own table. Find below a list of the
306306
307307| Property | Description |
308308| --------------- | ----------------------------------------------------------------- |
309- | id | Automatically assigned upon ticket skip creation. |
309+ | id | The ID of the ticket skip record. |
310+ | ticket_id | The ID of the skipped ticket. |
310311| user_id | The ID of the skipping agent. |
311312| reason | The reason for skipping the ticket. |
312313| created_at | The date and time the skip was created. |
@@ -316,19 +317,19 @@ In your warehouse, each collection gets its own table. Find below a list of the
316317
317318| Property | Description |
318319| --------------- | ----------------------------------------------------------------- |
319- | id | Automatically assigned when creating organizations. |
320- | url | The URL of this organization. |
321- | user_id | The ID of the user associated with this organization. |
322- | organization_id | The ID of the organization associated with the selected user |
320+ | id | The ID of the organization membership. |
321+ | url | The API URL of the membership. |
322+ | user_id | The ID of the user for whom this membership belongs. |
323+ | organization_id | The ID of the organization associated with the selected user, in this membership. |
323324| created_at | The date and time this record was created. |
324325| updated_at | The date and time this record was last updated. |
325- | organization_name | The name of the organization associated with the selected user. |
326+ | organization_name | The name of the organization associated with the selected user, in this membership . |
326327
327328### group_memberships
328329
329330| Property | Description |
330331| --------------- | ----------------------------------------------------------------- |
331- | id | Automatically assigned when creating groups. |
332+ | id | The ID of the group membership. |
332333| url | The API URL of this group. |
333334| created_at | The date and time the group was created. |
334335| group_id | The ID of the group. |
@@ -339,7 +340,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
339340
340341| Property | Description |
341342| --------------- | ----------------------------------------------------------------- |
342- | id | Automatically assigned when creating audit logs. |
343+ | id | The ID of the audit log. |
343344| url | The URL to access the audit log. |
344345| created_at | The date and time that the audit was created. |
345346| actor_id | The ID of the user creating the ticket. |
0 commit comments