Skip to main content

IdeaCommentService

Index

Constructors

constructor

Properties

publicreadonlyhttpRequest

httpRequest: BaseHttpRequest

Methods

publicideaCommentCreate

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.

    @throws

    ApiError


    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.

    @throws

    ApiError


    Parameters

    Returns CancelablePromise<any>

    any Successfully deleted the comment.