Request Information

URI Parameters

None.

Body Parameters

The feedback.

Nano.Feedback
NameDescriptionTypeAdditional 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-04-25T18:17:32.7874465Z",
  "type": "sample String 3",
  "app": "4",
  "appTask": "1",
  "giver": "5",
  "recipient": "6",
  "id": "7"
}

text/html

Sample:
{"content":"sample String 1","created":"2025-04-25T18:17:32.7874465Z","type":"sample String 3","app":"4","appTask":"1","giver":"5","recipient":"6","id":"7"}

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-04-25T18:17:32.7874465Z</Created>
  <Type>sample String 3</Type>
  <AppId>4</AppId>
  <AppTaskId>1</AppTaskId>
  <GiverId>5</GiverId>
  <RecipientId>6</RecipientId>
  <FeedbackId>7</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
NameDescriptionTypeAdditional 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-04-25T18:17:32.7874465Z",
  "type": "sample String 3",
  "app": "4",
  "appTask": "1",
  "giver": "5",
  "recipient": "6",
  "id": "7"
}

text/html

Sample:
{"content":"sample String 1","created":"2025-04-25T18:17:32.7874465Z","type":"sample String 3","app":"4","appTask":"1","giver":"5","recipient":"6","id":"7"}

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-04-25T18:17:32.7874465Z</Created>
  <Type>sample String 3</Type>
  <AppId>4</AppId>
  <AppTaskId>1</AppTaskId>
  <GiverId>5</GiverId>
  <RecipientId>6</RecipientId>
  <FeedbackId>7</FeedbackId>
</Feedback>

application/vnd.api+json

Sample:

Sample not available.