Request Information

URI Parameters

NameDescriptionTypeAdditional information
answerId

The answer identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The answer, if it exists.

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:12:46.1471826Z",
  "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:12:46.1471826Z","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.