Request Information
URI Parameters
None.
Body Parameters
The feedback.
Nano.Feedback| Name | Description | Type | Additional information |
|---|---|---|---|
| content |
Gets or sets the content. |
string |
None. |
| created |
Gets or sets the created. |
date |
None. |
| type |
Gets or sets the type. |
string |
None. |
| app |
Gets or sets the app identifier. |
integer |
None. |
| appTask |
Gets or sets the app task identifier. |
integer |
None. |
| giver |
Gets or sets the giver identifier. |
integer |
None. |
| recipient |
Gets or sets the recipient identifier. |
integer |
None. |
| id |
Gets or sets the feedback identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"content": "sample String 1",
"created": "2025-11-09T05:56:28.8049054Z",
"type": "sample String 3",
"app": "4",
"appTask": "1",
"giver": "5",
"recipient": "1",
"id": "6"
}
text/html
Sample:
{"content":"sample String 1","created":"2025-11-09T05:56:28.8049054Z","type":"sample String 3","app":"4","appTask":"1","giver":"5","recipient":"1","id":"6"}
application/xml, text/xml
Sample:
<Feedback xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Content>sample String 1</Content> <Created>2025-11-09T05:56:28.8049054Z</Created> <Type>sample String 3</Type> <AppId>4</AppId> <AppTaskId>1</AppTaskId> <GiverId>5</GiverId> <RecipientId>1</RecipientId> <FeedbackId>6</FeedbackId> </Feedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/vnd.api+json
Sample:
Sample not available.
Response Information
Resource Description
The created feedback.
Nano.Feedback| Name | Description | Type | Additional information |
|---|---|---|---|
| content |
Gets or sets the content. |
string |
None. |
| created |
Gets or sets the created. |
date |
None. |
| type |
Gets or sets the type. |
string |
None. |
| app |
Gets or sets the app identifier. |
integer |
None. |
| appTask |
Gets or sets the app task identifier. |
integer |
None. |
| giver |
Gets or sets the giver identifier. |
integer |
None. |
| recipient |
Gets or sets the recipient identifier. |
integer |
None. |
| id |
Gets or sets the feedback identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"content": "sample String 1",
"created": "2025-11-09T05:56:28.8210455Z",
"type": "sample String 3",
"app": "4",
"appTask": "1",
"giver": "5",
"recipient": "1",
"id": "6"
}
text/html
Sample:
{"content":"sample String 1","created":"2025-11-09T05:56:28.8210455Z","type":"sample String 3","app":"4","appTask":"1","giver":"5","recipient":"1","id":"6"}
application/xml, text/xml
Sample:
<Feedback xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Content>sample String 1</Content> <Created>2025-11-09T05:56:28.8210455Z</Created> <Type>sample String 3</Type> <AppId>4</AppId> <AppTaskId>1</AppTaskId> <GiverId>5</GiverId> <RecipientId>1</RecipientId> <FeedbackId>6</FeedbackId> </Feedback>
application/vnd.api+json
Sample:
Sample not available.