SpecificationAnswerResponseDto
Type Alias: SpecificationAnswerResponseDto
[object Object]
Defined in: api/types.gen.ts:1852
Represents the response DTO for a specification answer, containing all relevant information about the specification answer, including its properties and any associated data. The SpecificationAnswerResponseDTO is used to transfer comprehensive specification answer data from the server to the client when retrieving specification answer information, allowing for a complete representation of the specification answer's details in the response payload. The SpecificationAnswerResponseDTO can include properties such as the question ID, answer ID, and the answer text, providing a comprehensive view of the specification answer data for the client application.
Properties
answer
[object Object]
Defined in: api/types.gen.ts:1864
The answer provided for the specification question. The content and format of this answer depend on the type of the associated specification question.
answerId
[object Object]
Defined in: api/types.gen.ts:1860
The unique identifier of a specification answer, assigned incrementally.
isPublic
[object Object]
Defined in: api/types.gen.ts:1868
Whether the answers provided for this specification question are visible to other members who enrolled for the same activity.
questionId
[object Object]
Defined in: api/types.gen.ts:1856
The unique identifier of the specification question for which this answer is provided.