@@ -326,31 +326,35 @@ This collection contains information about ticket forms in Zendesk.
326326| ` raw_name ` | The dynamic content placeholder, if available, or the ` name ` value if not. |
327327| ` default ` | Indicates whether this form is the default form for the account. |
328328
329- -->
329+ ### ticket_skips
330330
331+ This collection contains information about Zendesk tickets that agents have skipped.
331332
332- ### ticket_skips
333+ | Property | Description |
334+ | ------------ | ---------------------------------------------- |
335+ | ` id ` | The ID of the ticket skip record. |
336+ | ` ticket_id ` | The ID of the skipped ticket. |
337+ | ` user_id ` | The ID of the agent who skipped the ticket. |
338+ | ` reason ` | The reason the ticket was skipped. |
339+ | ` created_at ` | The date and time the record was created. |
340+ | ` updated_at ` | The date and time the record was last updated. |
333341
334- | Property | Description |
335- | --------------- | ----------------------------------------------------------------- |
336- | id | The ID of the ticket skip record. |
337- | ticket_id | The ID of the skipped ticket. |
338- | user_id | The ID of the skipping agent. |
339- | reason | The reason for skipping the ticket. |
340- | created_at | The date and time the skip was created. |
341- | updated_at | The date and time the skip was last updated. |
342342
343343### organization_memberships
344344
345- | Property | Description |
346- | --------------- | ----------------------------------------------------------------- |
347- | id | The ID of the organization membership. |
348- | url | The API URL of the membership. |
349- | user_id | The ID of the user for whom this membership belongs. |
350- | organization_id | The ID of the organization associated with the selected user, in this membership. |
351- | created_at | The date and time this record was created. |
352- | updated_at | The date and time this record was last updated. |
353- | organization_name | The name of the organization associated with the selected user, in this membership. |
345+ This collection contains information about relationships between users and organizations in Zendesk.
346+
347+ | Property | Description |
348+ | ------------------- | ------------------------------------------------------ |
349+ | ` id ` | The ID of the organization membership. |
350+ | ` url ` | The API URL of the membership. |
351+ | ` user_id ` | The ID of the user in the membership. |
352+ | ` organization_id ` | The ID of the organization associated with the user. |
353+ | ` created_at ` | The date and time the record was created. |
354+ | ` updated_at ` | The date and time the record was last updated. |
355+ | ` organization_name ` | The name of the organization associated with the user. |
356+
357+ -->
354358
355359### group_memberships
356360
0 commit comments