GET api/FeedBack/GetFeedBackById?FeedBackId={FeedBackId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FeedBackId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FeedBack| Name | Description | Type | Additional information |
|---|---|---|---|
| FeedBackId | integer |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| FeedBackText | string |
None. |
|
| Status | string |
None. |
|
| Action | string |
None. |
|
| CreatedDate | string |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FeedBackId": 1,
"Name": "sample string 2",
"Email": "sample string 3",
"FeedBackText": "sample string 4",
"Status": "sample string 5",
"Action": "sample string 6",
"CreatedDate": "sample string 7",
"CreatedBy": "sample string 8",
"UpdatedDate": "sample string 9",
"UpdatedBy": "sample string 10"
}
application/xml, text/xml
Sample:
<FeedBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SocialHiveAPI.Models"> <Action>sample string 6</Action> <CreatedBy>sample string 8</CreatedBy> <CreatedDate>sample string 7</CreatedDate> <Email>sample string 3</Email> <FeedBackId>1</FeedBackId> <FeedBackText>sample string 4</FeedBackText> <Name>sample string 2</Name> <Status>sample string 5</Status> <UpdatedBy>sample string 10</UpdatedBy> <UpdatedDate>sample string 9</UpdatedDate> </FeedBack>