ConsentRecordOutput

  • consentStatus
    Type: string ยท ConsentStatusenum
    required

    Status of the consent

    values
    • pending
    • granted
    • denied
    • expired
    • voided
    • withdrawn
  • dateCreated
    Type: stringFormat: date-time
    required

    When the database record was created

  • dateLastModified
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • guardianId
    Type: string | nullFormat: uuid
    required
  • id
    Type: stringFormat: uuid
    required
  • occurredAtTime
    Type: stringFormat: date-time
    required

    Timestamp when the consent status change occurred

  • studentId
    Type: stringFormat: uuid
    required
  • metadata
    Type: object | null
    • propertyName
      Type: anything