Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 1.97 KB

InlineResponse2009ResultContent.md

File metadata and controls

71 lines (37 loc) · 1.97 KB

ApChallengeMicroservice.InlineResponse2009ResultContent

Properties

Name Type Description Notes
phaseType String the phase type [optional]
status String the status [optional]
fixedStarTime Date fixed start time ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ) [optional]
scheduledStarTime Date the scheduled start time ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ) [optional]
scheduledEndTime Date the scheduled end time ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ) [optional]
actualStartTime Date the actual start time ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ) [optional]
actualEndTime Date the actual end time ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ) [optional]
duration String the duration [optional]

Enum: PhaseTypeEnum

  • Registration (value: "Registration")

  • Submission (value: "Submission")

  • Screening (value: "Screening")

  • Review (value: "Review")

  • Appeals (value: "Appeals")

  • Appeals Response (value: "Appeals Response")

  • Aggregation (value: "Aggregation")

  • Aggregation Review (value: "Aggregation Review")

  • Final Fix (value: "Final Fix")

  • Final Review (value: "Final Review")

  • Approval (value: "Approval")

  • Post-Mortem (value: "Post-Mortem")

  • Specification Submission (value: "Specification Submission")

  • Specification Review (value: "Specification Review")

  • Checkpoint Submission (value: "Checkpoint Submission")

  • Checkpoint Screening (value: "Checkpoint Screening")

  • Checkpoint Review (value: "Checkpoint Review")

  • Iterative Review (value: "Iterative Review")

Enum: StatusEnum

  • Scheduled (value: "Scheduled")

  • Open (value: "Open")

  • Closed (value: "Closed")