POST api/News/GetComments/{Environment}/{newsID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Environment | string |
Required |
|
newsID | string |
Required |
Body Parameters
ListItemCollectionPositionName | 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
ServiceResponseOfCommentsCollName | 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": "2024-11-28T04:48:01.5928794+00:00", "PictureURL": "sample string 4", "Culture": "sample string 5", "UserName": "sample string 6" }, { "CommentedBy": "sample string 1", "Comment": "sample string 2", "CommentedDateTime": "2024-11-28T04:48:01.5928794+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}" } } }