GET api/Answers

Get a list of all the Answers for both application and final report

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of uspWDTFAnswersSelectAll_Result
NameDescriptionTypeAdditional information
AnswerId

integer

None.

AppId

integer

None.

QuestionId

integer

None.

YesNo

integer

None.

AnswerText

string

None.

InsertDate

date

None.

InsertBy

integer

None.

UpdateDate

date

None.

UpdateBy

integer

None.

QuestionType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AnswerId": 1,
    "AppId": 2,
    "QuestionId": 3,
    "YesNo": 1,
    "AnswerText": "sample string 4",
    "InsertDate": "2025-04-29T09:39:29.441496-06:00",
    "InsertBy": 1,
    "UpdateDate": "2025-04-29T09:39:29.441496-06:00",
    "UpdateBy": 1,
    "QuestionType": "sample string 5"
  },
  {
    "AnswerId": 1,
    "AppId": 2,
    "QuestionId": 3,
    "YesNo": 1,
    "AnswerText": "sample string 4",
    "InsertDate": "2025-04-29T09:39:29.441496-06:00",
    "InsertBy": 1,
    "UpdateDate": "2025-04-29T09:39:29.441496-06:00",
    "UpdateBy": 1,
    "QuestionType": "sample string 5"
  }
]

text/html

Sample:
[{"AnswerId":1,"AppId":2,"QuestionId":3,"YesNo":1,"AnswerText":"sample string 4","InsertDate":"2025-04-29T09:39:29.441496-06:00","InsertBy":1,"UpdateDate":"2025-04-29T09:39:29.441496-06:00","UpdateBy":1,"QuestionType":"sample string 5"},{"AnswerId":1,"AppId":2,"QuestionId":3,"YesNo":1,"AnswerText":"sample string 4","InsertDate":"2025-04-29T09:39:29.441496-06:00","InsertBy":1,"UpdateDate":"2025-04-29T09:39:29.441496-06:00","UpdateBy":1,"QuestionType":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfuspWDTFAnswersSelectAll_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <uspWDTFAnswersSelectAll_Result>
    <AnswerId>1</AnswerId>
    <AnswerText>sample string 4</AnswerText>
    <AppId>2</AppId>
    <InsertBy>1</InsertBy>
    <InsertDate>2025-04-29T09:39:29.441496-06:00</InsertDate>
    <QuestionId>3</QuestionId>
    <QuestionType>sample string 5</QuestionType>
    <UpdateBy>1</UpdateBy>
    <UpdateDate>2025-04-29T09:39:29.441496-06:00</UpdateDate>
    <YesNo>1</YesNo>
  </uspWDTFAnswersSelectAll_Result>
  <uspWDTFAnswersSelectAll_Result>
    <AnswerId>1</AnswerId>
    <AnswerText>sample string 4</AnswerText>
    <AppId>2</AppId>
    <InsertBy>1</InsertBy>
    <InsertDate>2025-04-29T09:39:29.441496-06:00</InsertDate>
    <QuestionId>3</QuestionId>
    <QuestionType>sample string 5</QuestionType>
    <UpdateBy>1</UpdateBy>
    <UpdateDate>2025-04-29T09:39:29.441496-06:00</UpdateDate>
    <YesNo>1</YesNo>
  </uspWDTFAnswersSelectAll_Result>
</ArrayOfuspWDTFAnswersSelectAll_Result>