comments retrieve
GET {{baseUrl}}/comments/:id
Returns a Comment
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"id":"0958cbc6-6040-430a-848e-aafacbadf4ae","remote_id":"19202938","author":"17a54124-287f-494d-965e-3c5b330c9a68","body":"What is the status update?","ticket":"fb8c55b6-1cb8-4b4c-9fb6-17924231619d","remote_created_at":"1990-11-10T00:00:00Z"}