tickets_replies
Overview
Name | tickets_replies |
Type | Resource |
Id | linode.support.tickets_replies |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The unique ID of this Support Ticket reply. |
description | string | The body of this Support Ticket reply. |
created | string | The date and time this Ticket reply was created. |
created_by | string | The User who submitted this reply. |
from_linode | boolean | If set to true, this reply came from a Linode employee. |
gravatar_id | string | The Gravatar ID of the User who created this reply. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getTicketReplies | SELECT | ticketId | Returns a collection of replies to a Support Ticket on your Account. |
createTicketReply | INSERT | ticketId, data__description | Adds a reply to an existing Support Ticket. |
_getTicketReplies | EXEC | ticketId | Returns a collection of replies to a Support Ticket on your Account. |