GET ENotes/GetAllENoteComment

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ENoteCommentDto
NameDescriptionTypeAdditional information
CommentTypeId

integer

None.

CommentType

string

None.

CannedComments

Collection of CannedCommentDto

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "CommentTypeId": 1,
    "CommentType": "sample string 2",
    "CannedComments": [
      {
        "CannedCommentsId": 1,
        "CommentsId": 2,
        "Comment": "sample string 3"
      },
      {
        "CannedCommentsId": 1,
        "CommentsId": 2,
        "Comment": "sample string 3"
      }
    ]
  },
  {
    "CommentTypeId": 1,
    "CommentType": "sample string 2",
    "CannedComments": [
      {
        "CannedCommentsId": 1,
        "CommentsId": 2,
        "Comment": "sample string 3"
      },
      {
        "CannedCommentsId": 1,
        "CommentsId": 2,
        "Comment": "sample string 3"
      }
    ]
  }
]