The following tables list the members exposed by the ForumTopic type.

Name Description
Public field category_id The id of the category this belongs to
Public field created_by_id The id of the user that created the topic
Public field created_by_name The name of the contact that created the post
Public field date_created The date the topic was created, in utc
Public field forum_id
Public field last_post_by Who the last post was by
Public field last_post_date The date of the last post
Public field last_post_id The last post, may be null
Public field project_id the id of the project this belongs to
Public field read_posts If requested by a user, the total number of posts in that category they've read
Public field topic_id The id of the topic
Public field topic_name The name of the topic
Public field total_posts The total number of posts in the topic
Public field total_views The total number of views by contacts
Top