POST api/v3/forums/forumtopics/topics

Request Information

URI Parameters

None.

Body Parameters

ForumTopic
NameDescriptionTypeAdditional information
Id

integer

None.

TopicName

string

None.

TopicDescription

string

None.

CreatedOn

string

None.

CreatedBy

string

None.

ModifiedBy

string

None.

ModifiedOn

string

None.

IsEnabled

boolean

None.

TopicThumbnailUrl

string

None.

TenantId

integer

None.

ForumThreads

Collection of ForumThread

None.

ForumThreadCount

integer

None.

UserGroupIds

Collection of integer

None.

UserGroups

Collection of UserGroup

None.

UserGroupNames

Collection of string

None.

Duration

integer

None.

IsCommentEnabled

boolean

None.

CommentsDuration

integer

None.

ProfileUrl

string

None.

IsDeletable

boolean

None.

ForumCommentCount

integer

None.

IsForumFollowed

boolean

None.

NewThreadCount

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>