Post resources represent individual messages in a ticket thread — the opening message and all subsequent replies. Posts can be accessed either through the nested route under a specific ticket or through the standalone /v1/ats/posts collection.
id (integer)Unique post ID.
ticket_id (integer)ID of the ticket this post belongs to.
content_html (string)HTML body of the post.
origin (string)How the post was created: web for posts created through the web interface or API, email for posts created by the mail-fetch plugin.
timespent (float)Hours of tracked time recorded for this specific reply.
attachment_id (string)Comma-separated list of attachment IDs associated with this post, or an empty string if none. Use the Attachments endpoint to retrieve the full attachment metadata and download URLs.
created (string)ISO 8601 date-time when the post was created (UTC).
created_by (integer)Joomla user ID of the post author.
created_by_info (object or null)User information object for the post author. See Section2.6, “User information objects”.
modified (string)ISO 8601 date-time of the last modification (UTC).
modified_by (integer, item only)Joomla user ID of the user who last modified the post.
modified_by_info (object or null, item only)User information object for the last editor. See Section2.6, “User information objects”.
enabled (integer)Publication state: 1 = published, 0 = unpublished.