CampaignResponseDto

  • campaignId
    Type: number
    required
  • campaignName
    Type: string | null
    required
  • description
    Type: string | null
    required
  • firstPostDate
    Type: string | nullFormat: date-time
    required

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

  • instanceId
    Type: string
    required
  • lastPostDate
    Type: string | nullFormat: date-time
    required

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

  • startDate
    Type: string | nullFormat: date-time
    required

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

  • status
    Type: string | null
    required