GET api/Comments?commentId={commentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
commentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

CommentStatus
NameDescriptionTypeAdditional information
token

string

None.

status

string

None.

message

string

None.

selectedComment

Comment

None.

Response Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "status": "sample string 2",
  "message": "sample string 3",
  "selectedComment": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.