/comments/{id}

Returns a Comment object with the given id.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Account-TokenstringRequired
Token identifying the end user.

Query parameters

expandenumOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_remote_databooleanOptional

Whether to include the original data Merge fetched from the third-party to produce these models.

include_shell_databooleanOptional

Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).

Response

idstring or nullRead-onlyformat: "uuid"
remote_idstring or null

The third-party API ID of the matching object.

created_atdatetime or nullRead-only
The datetime that this object was created by Merge.
modified_atdatetime or nullRead-only
The datetime that this object was modified by Merge.
userstring or nullformat: "uuid"

The author of the Comment, if the author is a User. If the third party does not support specifying an author, we will append “[Posted on behalf of {name}]” to the comment.

contactstring or nullformat: "uuid"

The author of the Comment, if the author is a Contact.If the third party does not support specifying an author, we will append “[Posted on behalf of {name}]” to the comment.

bodystring or null
The comment's text body.
html_bodystring or null
The comment's text body formatted as html.
ticketstring or nullformat: "uuid"
The ticket associated with the comment.
is_privateboolean or null
Whether or not the comment is internal.
remote_created_atdatetime or null
When the third party's comment was created.
remote_was_deletedboolean or nullRead-only
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
field_mappingsobject or nullRead-only
remote_datalist of objects or nullRead-only
<MergeSupportedFieldsByIntegrationWidget requestType="GET" data="H4sIAAAAAAAAA+2ab1PaSBzH3wq3Dxkgp9bryMzNDRKreBKtoK3tOJlfNj/CyiYbdjeAdPrebzYExJ5zntcFudJnEDafkE+++z9fCAWNkZD3pE40owPULIlIhcQiRE7qpCniGBNNKgRS5kGMy+X80S6pEJWlqZAaw3cMeahOJPZInTgxygirWcJ6DENncY7DEo2RBM1EopzFudVefjKpEM6SAYYNSkWW6Gdps9JVmBX/5qtyOFPmv6eglO5LkUX9SxxmqJ4Hm3/G0dw78GoIGpwlSFXOKE8dM/cQIkeNoQsaXNRIzc0WF+xrnaq64/SRp7X84rUQRw4mDkjNKEfl7O8d7L492K8WlPzqf/gR/32nfDcMRPC27EeU+5CV21068bqtsXcXvfGabybe9Grfmw6m3t3g17IfQbndbe+fd2/2zt3GzvkTBfzObx8Prg/dw1OvTKdHe97dzdjr0p12lw6CaWvv9JiOT0/eT7zpzW7bvdrzukf7p8di57x5qdrNS9Fu1GqkQpafKal//rJ8oAhNow+/PC7ZiiHCJSOzJwEpq6ZZwBmtqb0axDAVCYxVjYrYiTFk4DT64KthBhJraZ7V3BMTyUI1qZMj76ThNY/cxw+/MQLGIeBI6lpm+LfskvpnEojwnlSIxFho9KlE0Bj6oB+Omefx+Jufgu4/HGIhqRS1hFRIplCSW/PjMGMSwwuQEKNGaS53+7XypC0FCdjRBQZVnQmrchGJ3dpdiivz1tcx94vPTPmpZCPQ+PpCp5nEkouj81RZiqEh+jOi38n1+mciEisJ5bLV1xV5CAopxKkdiXPavxToNbqt6yMr2fwHixYkMR1kxfkWLF1w0D0h42COXUP7tzmJa3JGB1eWAlfAVl5hN68FdNnEUo8yj6MhriGJVCQaqN7cvuWdRNUPUQ3s6F3gHoV0lX32/8OwQjliFO1muLdEXnOruiq/CRtm5iAm2kxq5H92LhLL/VeO/Nli1Mkx0ydZUGoplaGl4egx0/0s8GfI9Q+nNkvuGQTWrHII1jVaeGVvHEJ+b7fGz5jbXdeFjBhYquULrzPoz7a0Tk6Qp6UOFZnlzspwlcGuUvLm22UjSyMuQ9qOhrSVaJRUxHa8zWnL7vzrA3f3rBmsoG/f+ES2pEgoh9CSXSmSJoewsLslawGnTFpaCzCk5939sGE0t18y2zylJpp6arcLMvRXXw1dl8XObBJeakMCERabjtYSWszwH+C1u3QLu/M/M6VFbCunc9raFqo2yOQZSxAseeQ56/lx5ndW+A2yd8FGQgMvdSXQgbVmcwYtmD/8HvElcNvT9Ry5SnGb0+dcYt2YsLycLNHPqWsI3/fX5sLfC8V1gKPqCUlx0WU3ucgsjccf6P58VZ4a+mabtJbKwqgnxpZ0LnhbuOPZ6Qupqa11oTltGwc7nVRoV0LP8hKbSoUODfZ13md4kbgXGusixGMhLW0Jz2nrqsQbOnvpSuRcWFKasx4tqn1QE3d8PNmS1vGDZANLo58ctZ49xw0S+AkTey99zJvEAuofDNvZR/Zuq3d2Pom+KB1mkdVJooE+MLdjrpOLdK1l1eB899sXlLYkqbdf/wLE+IOFNDEAAA==" />