Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Get one comment

    Returns the details of a comment.

    Input

    type: object properties: parameters: type: object properties: id: type: integer description: The ID of the note commentId: type: string format: uuid description: The ID of the comment required: - id - commentId

    Output

    title: oneCommentResponse200 type: object properties: success: type: boolean description: If the request was successful or not data: type: object properties: uuid: type: string format: uuid description: The ID of the note active_flag: type: boolean description: Whether the note is active or deleted add_time: type: string description: The creation date and time of the note update_time: type: string description: The creation date and time of the note content: type: string description: >- The content of the note in HTML format. Subject to sanitization on the back-end. object_id: type: string description: >- The ID of the object that the comment is attached to, will be the id of the note object_type: type: string description: The type of object that the comment is attached to, will be "note" user_id: type: integer description: The ID of the user who created the comment updater_id: type: integer description: The ID of the user who last updated the comment company_id: type: integer description: The ID of the company