POST api/News/GetComments/{Environment}/{newsID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Environment | string |
Required |
|
| newsID | string |
Required |
Body Parameters
ListItemCollectionPosition| Name | Description | Type | Additional information |
|---|---|---|---|
| PagingInfo | string |
None. |
|
| TypeId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PagingInfo": "sample string 1",
"TypeId": "{922354eb-c56a-4d88-ad59-67496854efe1}"
}
Response Information
Resource Description
ServiceResponseOfCommentsColl| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | CommentsColl |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Comment": [
{
"CommentedBy": "sample string 1",
"Comment": "sample string 2",
"CommentedDateTime": "2025-12-19T09:56:51.041505+00:00",
"PictureURL": "sample string 4",
"Culture": "sample string 5",
"UserName": "sample string 6"
},
{
"CommentedBy": "sample string 1",
"Comment": "sample string 2",
"CommentedDateTime": "2025-12-19T09:56:51.041505+00:00",
"PictureURL": "sample string 4",
"Culture": "sample string 5",
"UserName": "sample string 6"
}
],
"NextPageInfo": {
"PagingInfo": "sample string 1",
"TypeId": "{922354eb-c56a-4d88-ad59-67496854efe1}"
}
}
}