IdeaCommentService
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
httpRequest: BaseHttpRequest
Returns IdeaCommentService
Properties
publicreadonlyhttpRequest
Methods
publicideaCommentCreate
Parameters
__namedParameters: { requestBody: CreateIdeaCommentParam }
Returns CancelablePromise<{ data?: CreateIdeaCommentResponse }>
any Successfully commented on the idea.
publicideaCommentList
List out idea comments
Bot-compatible
Lists out a given number of comments on an idea. This method uses the Swit API's pagination scheme.Parameters
__namedParameters: { ideaId: string; limit?: number; offset?: string }
Returns CancelablePromise<{ data?: GetIdeaCommentListResponse }>
any Successfully retrieved the comments.
publicideaCommentRemove
Delete an idea comment
Bot-compatible
Deletes a comment on an idea.Parameters
__namedParameters: { requestBody: DelIdeaCommentParam }
Returns CancelablePromise<any>
any Successfully deleted the comment.
Comment on an idea
Bot-compatible
Posts a comment on an idea.ApiError