Skip to main content

tickets_replies

Overview

Nametickets_replies
TypeResource
Idlinode.support.tickets_replies

Fields

NameDatatypeDescription
idintegerThe unique ID of this Support Ticket reply.
descriptionstringThe body of this Support Ticket reply.
createdstringThe date and time this Ticket reply was created.
created_bystringThe User who submitted this reply.
from_linodebooleanIf set to true, this reply came from a Linode employee.
gravatar_idstringThe Gravatar ID of the User who created this reply.

Methods

NameAccessible byRequired ParamsDescription
getTicketRepliesSELECTticketIdReturns a collection of replies to a Support Ticket on your Account.
createTicketReplyINSERTticketId, data__descriptionAdds a reply to an existing Support Ticket.
_getTicketRepliesEXECticketIdReturns a collection of replies to a Support Ticket on your Account.