GET api/Comments?commentId={commentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
commentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommentStatusName | Description | Type | Additional 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.