v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get all Rich Text Content Metadata for specific brand

This API is used to fetch rich content metadata for rewards within a brand.

get/api_gateway/rewards/core/v1/brand/richContentMeta

Response

200

Example response

{
  "richContentMetaROS": [
    {
      "id": 4,
      "name": "RCtest22",
      "description": "RC1_desc",
      "isActive": true,
      "scope": "REWARD",
      "createdBy": 75161973,
      "createdOn": 1742256000000,
      "lastUpdatedBy": 75161973,
      "lastUpdatedOn": 1742342400000
    }
  ],
  "pagingDto": {
    "last": true,
    "totalElements": 5,
    "totalPages": 1,
    "numberOfElements": 5,
    "first": true,
    "size": 10
  }
}