Class SubmissionDetailDto
Full submission detail payload for custom dashboards.
public sealed class SubmissionDetailDto
- Inheritance
-
SubmissionDetailDto
- Inherited Members
Properties
FieldSnapshots
public IReadOnlyList<SubmissionFieldSnapshotDto> FieldSnapshots { get; set; }
Property Value
Files
public IReadOnlyList<FileDto> Files { get; set; }
Property Value
Form
public FormDto? Form { get; set; }
Property Value
HasSnapshot
public bool HasSnapshot { get; set; }
Property Value
Schema
public FormSchemaInfo Schema { get; set; }
Property Value
Submission
public SubmissionDto? Submission { get; set; }
Property Value
Values
public IReadOnlyList<SubmissionValueDto> Values { get; set; }
Property Value
Workflow
public SubmissionWorkflowSummaryDto Workflow { get; set; }