Properties
accepted
accepted: boolean | null
answerId
answerId: number | null
awardedBountyAmount
awardedBountyAmount: number | null
bodyMarkdown
bodyMarkdown: string | null
canFlag
canFlag: boolean | null
commentCount
commentCount: number | null
communityOwnedDate
communityOwnedDate: Date | null
creationDate
creationDate: Date | null
downVoteCount
downVoteCount: number | null
downvoted
downvoted: boolean | null
isAccepted
isAccepted: boolean | null
lastActivityDate
lastActivityDate: Date | null
lastEditDate
lastEditDate: Date | null
lockedDate
lockedDate: Date | null
questionId
questionId: number | null
score
score: number | null
shareLink
shareLink: string | null
tags
tags: string[] | null
title
title: string | null
upVoteCount
upVoteCount: number | null
upvoted
upvoted: boolean | null
The equivalent of Type answer.
This object represents an Answer to a Question on one of the Stack Exchange sites.
As on the Question page, it is possible to fetch the Comments on an Answer as part of a call; though this is not done by default.