Comments

Get a comment

Returns a comment by its ID.

get/comments/{commentId}

Path parameters

commentIdstring required

The ID of the Comment

Response

Example response

{
  "data": {
    "id": "uNIKDOeNqMe7qPpqSeFHEg",
    "createdBy": {
      "id": "oU4EEGRPtELpR1x1YUJMeQ",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    },
    "updatedBy": {
      "id": "oU4EEGRPtELpR1x1YUJMeQ",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    },
    "workflowRunId": "uNIKDOeNqMe7qPpqSeFHEg",
    "taskId": "uNIKDOeNqMe7qPpqSeFHEg",
    "links": [
      {
        "href": "https://api.process.st/api/v1.1/resource/XXX"
      }
    ]
  },
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}

Changes