node | object | optional | |
node.id | string | optional | Unique identifier for the interaction |
node.source | string | optional | Source website of the interaction |
node.title | string | optional | Title of the interaction |
node.content | string | optional | Content of the interaction |
node.authorName | string | optional | Name of the author |
node.authorAvatar | string | optional | URL of author's avatar |
node.authorUrl | string | optional | URL of author's profile |
node.rating | integer | optional | Rating value (1-5) |
node.date | string | optional | Date and time of the interaction |
node.permalink | string | optional | Permanent URL to the interaction |
node.category | string | optional | Category of the interaction |
node.type | string | optional | Type of the interaction |
node.photoUrl | string | optional | URL of attached photo |
node.photoThumbnailUrl | string | optional | URL of photo thumbnail |
node.responded | boolean | optional | Whether the interaction has been responded to |
node.notes | string | optional | Additional notes |
node.responses | array of object | optional | Array of responses |
node.canRespond | boolean | optional | Whether responses are allowed |
node.totalResponses | integer | optional | Total number of responses |
cursor | string | optional | Cursor for pagination |