Request Information

URI Parameters

None.

Body Parameters

The answer.

Nano.Answer
NameDescriptionTypeAdditional information
acceptability

Gets or sets the acceptability.

string

None.

acceptedByExplanation

Gets or sets the accepted by explanation.

string

None.

acceptedDate

Gets or sets the accepted date.

date

None.

value

Gets or sets the value.

string

None.

acceptedById

Gets or sets the accepted by identifier.

integer

None.

id

Gets the answer identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

person

Gets or sets the person identifier.

integer

None.

question

Gets or sets the question identifier.

integer

None.

appQuestion

Gets or sets the application question identifier.

integer

None.

appTask

Gets or sets the application task identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "acceptability": "sample String 1",
  "acceptedByExplanation": "sample String 2",
  "acceptedDate": "2025-04-25T18:15:09.8682362Z",
  "value": "sample String 3",
  "acceptedById": 1,
  "id": "4",
  "app": "5",
  "person": "1",
  "question": "6",
  "appQuestion": "1",
  "appTask": "1"
}

text/html

Sample:
{"acceptability":"sample String 1","acceptedByExplanation":"sample String 2","acceptedDate":"2025-04-25T18:15:09.8682362Z","value":"sample String 3","acceptedById":1,"id":"4","app":"5","person":"1","question":"6","appQuestion":"1","appTask":"1"}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created answer.

Nano.Answer
NameDescriptionTypeAdditional information
acceptability

Gets or sets the acceptability.

string

None.

acceptedByExplanation

Gets or sets the accepted by explanation.

string

None.

acceptedDate

Gets or sets the accepted date.

date

None.

value

Gets or sets the value.

string

None.

acceptedById

Gets or sets the accepted by identifier.

integer

None.

id

Gets the answer identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

person

Gets or sets the person identifier.

integer

None.

question

Gets or sets the question identifier.

integer

None.

appQuestion

Gets or sets the application question identifier.

integer

None.

appTask

Gets or sets the application task identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "acceptability": "sample String 1",
  "acceptedByExplanation": "sample String 2",
  "acceptedDate": "2025-04-25T18:15:09.8682362Z",
  "value": "sample String 3",
  "acceptedById": 1,
  "id": "4",
  "app": "5",
  "person": "1",
  "question": "6",
  "appQuestion": "1",
  "appTask": "1"
}

text/html

Sample:
{"acceptability":"sample String 1","acceptedByExplanation":"sample String 2","acceptedDate":"2025-04-25T18:15:09.8682362Z","value":"sample String 3","acceptedById":1,"id":"4","app":"5","person":"1","question":"6","appQuestion":"1","appTask":"1"}

application/vnd.api+json

Sample:

Sample not available.