get
https://{host}/api_gateway/v1/badges/badgeMeta
This API is used to retrieve all badges for the org.
NoteFor detailed information about our APIs and for hands-on testing, refer documentation in API overview and step-by-step guide on making your first API call in Make your first API call .
Prerequisites
- Authentication: Basic or OAuth authentication
- Default access group
Resource information
| Pagination supported | Yes |
| Batch support | NA |
API endpoint example
https://{{eu}}/api_gateway/v1/badges/badgeMeta
Request query parameters
| Parameter | Type | Description |
|---|---|---|
| status | Enum | The badge can have three statuses upon creation. Supported values: LIVE, UPCOMING, ENDED/EXPIRED. LIVE: The badges which are in live state and can be earned. UPCOMING: The badges which are upcoming on a further date. EXPIRED/ENDED: The badges which have expired and cannot be earned. |
| earnType | Enum | The method the brand can issue the badge. Supported values: EARN, ISSUE_EARN. Earn: The selected customers are enrolled for the badge and upon fulfillment of the earn condition, the badge is issued. Issue Earn: The Badges are issued directly to the customer who fulfills the earn condition. |
| action | Enum | Indicates if the badge is active or not. Supported values: ACTIVATED and DE_ACTIVATED. |
| badgeType | Enum | The type of badge to display. Supported values: ISSUE_EARN, EARN. |
| owner | Enum | The module for which the badge is being created. Supported values: Loyalty/Referral_Campaigns/Journeys/Audience_Campaigns/Rewards_Catalog/Goodwill_Module/Milestones/Loyalty_Promotion. |
| claimedBy | String | Modules that have claimed the badge. Example: Loyalty/Referral_Campaigns/Journeys/Audience_Campaigns/Rewards_Catalog/Goodwill_Module/Milestones/Loyalty_Promotion. |
| unclaimed | Boolean | A boolean variable to flag unclaimed badges. Default: False. |
| name | String | Name of the badge. |
| limit | Integer | Number of results. For example, number 10 retrieves the first 10 rows of the query results. Default value: 10. |
| sortOn | Enum | The supported values are: ID/NAME/START_DATE. Default value: ID. |
| startOn | DateTime | Filter badges based on start time. Timestamp in the ISO 8601 standard format YYYY-MM-DDTHH:MM:SS.SSSZ. Example: 2023-02-16T00:00:00Z. |
| expiresOn | DateTime | Filter based on expiry of the badge. Timestamp in the ISO 8601 standard format YYYY-MM-DDTHH:MM:SS.SSSZ. Example: 2024-01-01T00:00:00Z. |
Response parameters
| Parameter | Data Type | Description |
|---|---|---|
| id | String | Unique identifier for the badge. |
| orgId | Integer | Organization ID associated with the badge. |
| name | String | Name of the badge. |
| description | String | Description of the badge. |
| startOn | Date | Start time of the badge, in epoch milliseconds timestamp format. |
| startOnISO | String | Start time of the badge, in UTC. Time format: ISO 8601 time format. |
| expiresOn | Date | Expiration time of the badge, epoch milliseconds timestamp format. |
| expiresOnISO | String | Expiration time of the badge, , in UTC. Time format: ISO 8601 time format. |
| status | Enum | Status of the badge. Supported values: UPCOMING, LIVE, ENDED. |
| earnType | String | Type of earning associated with the badge. |
| earnedBadgeExpiry | Object | Details of earned badge expiry. |
| expiryType | Enum | Type of expiry. Supported values: RELATIVE, ABSOLUTE, NEVER. Relative expiry is based on when the badge was issued. Absolute expiry is based on the fixed date from the badge issual. Never means, the badges will never expire after issual. |
| relativeExpirytype | String | Type of relative expiry. Supported values: DAYS, WEEKS, MONTHS. |
| value | Integer | Value indicating the duration of expiry. |
| expireWithBadgeMeta | Boolean | Indicates if expiry is associated with badge meta. |
| ownership | Object | Ownership details of the badge. |
| restrictedToOwners | String | Lists owner categories that are allowed to claim the badge. Supported values: LOYALTY/REFERRAL_CAMPAIGNS/JOURNEYS/AUDIENCE_CAMPAIGNS/REWARDS_CATALOG/GOODWILL_MODULE/MILESTONES/LOYALTY_PROMOTION. |
| claims | Object | List of claims associated with the badge. |
| badgeMetaId | String | Badge metadata ID. |
| ownerType | Enum | The module for which the badge is being claimed. Supported values: LOYALTY/REFERRAL_CAMPAIGNS/JOURNEYS/AUDIENCE_CAMPAIGNS/REWARDS_CATALOG/GOODWILL_MODULE/MILESTONES/LOYALTY_PROMOTIONS. |
| referenceId | String | Reference ID associated with the claim. |
| defaultTillId | Integer | Default till ID. |
| issuedCount | Integer | Count of issued badges. |
| earnedCount | Integer | Count of earned badges. |
| createdOn | Date | Timestamp of when the badge was created, in epoch milliseconds timestamp format. |
| createdOnISO | String | Timestamp of when the badge was created, in UTC. Time format: ISO 8601 time format. |
| createdBy | Integer | ID of the user who created the badge. |
| lastUpdatedOn | Date | Last update timestamp, in epoch milliseconds timestamp format. |
| lastUpdatedOnISO | String | Last update timestamp, in UTC. Time format: ISO 8601 time format. |
| lastUpdatedBy | Integer | ID of the user who last updated the badge. |
| customFields | Object | List of custom fields associated with the badge. |
| customFieldName | String | Name of the custom field. |
| customFieldValue | String | Value of the custom field. |
| active | Boolean | Indicates if the badge is active. |
| badgeGroupId | String | Unique group ID associated with the badge. To add the badge to a group, pass badgeGroupId value. |
| badgeRank | Integer | Badge rank is the rank of a badge within a group; the user can define the badge rank even if the group is not linked with the badge. |
Response body
{
"data": {
"metaBasicDetails": [
{
"id": "66868a683778145cbb91193a",
"orgId": 100458,
"name": "Badge Issue earn27",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Journeys",
"Loyalty_Promotion",
"Referral_Campaigns",
"Audience_Campaigns",
"Historical_Import",
"Loyalty",
"Goodwill_Module",
"Milestones"
],
"claims": [
{
"ownerType": "Historical_Import",
"referenceId": "123",
"isActive": true
}
]
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720093288.334,
"createdOnISO": "2024-07-04T17:11:28.334+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720093422.07,
"lastUpdatedOnISO": "2024-07-04T17:13:42.070+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866fc03778145cbb9118ae",
"orgId": 100458,
"name": "Badge Issue earn26",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Journeys",
"Loyalty_Promotion",
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty",
"Goodwill_Module",
"Milestones"
],
"claims": [
{
"ownerType": "Loyalty",
"referenceId": "123",
"isActive": true
}
]
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720086464.541,
"createdOnISO": "2024-07-04T15:17:44.541+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720086473.848,
"lastUpdatedOnISO": "2024-07-04T15:17:53.848+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866e3798592f327b849a48",
"orgId": 100458,
"name": "Badge Issue earn25",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty",
"Loyalty_Promotion",
"Milestones",
"Rewards_Catalog",
"Referral_Campaigns",
"Audience_Campaigns"
],
"claims": [
{
"ownerType": "Loyalty",
"referenceId": "123",
"isActive": true
}
]
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720086071.229,
"createdOnISO": "2024-07-04T15:11:11.229+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720086089.352,
"lastUpdatedOnISO": "2024-07-04T15:11:29.352+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866d2198592f327b849a47",
"orgId": 100458,
"name": "Badge Issue earn24",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty",
"Loyalty_Promotion",
"Membercare",
"Rewards_Catalog",
"Referral_Campaigns",
"Audience_Campaigns"
],
"claims": []
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720085793.761,
"createdOnISO": "2024-07-04T15:06:33.761+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720085793.761,
"lastUpdatedOnISO": "2024-07-04T15:06:33.761+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866ce13778145cbb9118aa",
"orgId": 100458,
"name": "Badge Issue earn23",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Loyalty_Promotion",
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty"
],
"claims": [
{
"ownerType": "Loyalty_Promotion",
"referenceId": "123",
"isActive": true
}
]
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720085729.393,
"createdOnISO": "2024-07-04T15:05:29.393+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720085756.697,
"lastUpdatedOnISO": "2024-07-04T15:05:56.697+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866c2698592f327b849a46",
"orgId": 100458,
"name": "Badge Issue earn21",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty",
"Loyalty_Promotion",
"Rewards_Catalog",
"Referral_Campaigns",
"Audience_Campaigns"
],
"claims": [
{
"ownerType": "Rewards_Catalog",
"referenceId": "123",
"isActive": true
}
]
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720085542.402,
"createdOnISO": "2024-07-04T15:02:22.402+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720085557.163,
"lastUpdatedOnISO": "2024-07-04T15:02:37.163+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866bdc3778145cbb9118a8",
"orgId": 100458,
"name": "Badge Issue earn20",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Membercare",
"Journeys",
"Loyalty_Promotion",
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty"
],
"claims": []
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720085468.169,
"createdOnISO": "2024-07-04T15:01:08.169+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720085468.169,
"lastUpdatedOnISO": "2024-07-04T15:01:08.169+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866ba73778145cbb9118a7",
"orgId": 100458,
"name": "Badge Issue earn19",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Journeys",
"Loyalty_Promotion",
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty"
],
"claims": [
{
"ownerType": "Journeys",
"referenceId": "123",
"isActive": true
},
{
"ownerType": "Audience_Campaigns",
"referenceId": "123",
"isActive": true
}
]
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720085415.78,
"createdOnISO": "2024-07-04T15:00:15.780+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720085432.962,
"lastUpdatedOnISO": "2024-07-04T15:00:32.962+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866b763778145cbb9118a6",
"orgId": 100458,
"name": "Badge Issue earn18",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Journeys",
"Loyalty_Promotion",
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty"
],
"claims": [
{
"ownerType": "Referral_Campaigns",
"referenceId": "123",
"isActive": true
},
{
"ownerType": "Journeys",
"referenceId": "123",
"isActive": true
}
]
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720085366.401,
"createdOnISO": "2024-07-04T14:59:26.401+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720085384.589,
"lastUpdatedOnISO": "2024-07-04T14:59:44.589+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
},
{
"id": "66866b3798592f327b849a45",
"orgId": 100458,
"name": "Badge Issue earn17",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1721520000.0,
"startOnISO": "2024-07-21T05:30:00+05:30",
"expiresOn": 1726804000.0,
"expiresOnISO": "2024-09-20T09:16:40+05:30",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty",
"Loyalty_Promotion",
"Referral_Campaigns",
"Audience_Campaigns"
],
"claims": [
{
"ownerType": "Referral_Campaigns",
"referenceId": "123",
"isActive": true
}
]
},
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1720085303.65,
"createdOnISO": "2024-07-04T14:58:23.650+05:30",
"createdBy": 75130850,
"lastUpdatedOn": 1720085327.908,
"lastUpdatedOnISO": "2024-07-04T14:58:47.908+05:30",
"lastUpdatedBy": 75130850,
"customFields": {},
"active": true
}
],
"pagination": {
"page": 0,
"size": 10,
"total": 122,
"totalPages": 13
}
},
"errors": [],
"warnings": []
}{
"data": {
"metaBasicDetails": [
{
"id": "69369a35cebb9648d89735e6",
"orgId": 100737,
"name": "Badge Issueds_Test7_1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765186101.816000000,
"createdOnISO": "2025-12-08T09:28:21Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765186101.816000000,
"lastUpdatedOnISO": "2025-12-08T09:28:21Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693698c10772ad476ecd32b1",
"orgId": 100737,
"name": "Badge Issueds_Test8 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764827442.000000000,
"startOnISO": "2025-12-04T05:50:42Z",
"expiresOn": 1788499142.000000000,
"expiresOnISO": "2026-09-04T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185729.215000000,
"createdOnISO": "2025-12-08T09:22:09Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185729.215000000,
"lastUpdatedOnISO": "2025-12-08T09:22:09Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693697d2cebb9648d89735d5",
"orgId": 100737,
"name": "Badge Issueds_Test7 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185490.425000000,
"createdOnISO": "2025-12-08T09:18:10Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185490.425000000,
"lastUpdatedOnISO": "2025-12-08T09:18:10Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693696bdcebb9648d89735b3",
"orgId": 100737,
"name": "Badge Issueds_Test6 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896000.000000000,
"startOnISO": "+57906-04-18T07:06:40Z",
"expiresOn": 1796275142001.000000000,
"expiresOnISO": "+58891-09-10T13:13:21Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185213.630000000,
"createdOnISO": "2025-12-08T09:13:33Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185213.630000000,
"lastUpdatedOnISO": "2025-12-08T09:13:33Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69369488cebb9648d8973534",
"orgId": 100737,
"name": "Badge Issueds_Test5 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184648.263000000,
"createdOnISO": "2025-12-08T09:04:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184648.263000000,
"lastUpdatedOnISO": "2025-12-08T09:04:08Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936943acebb9648d8973529",
"orgId": 100737,
"name": "Badge Issueds_Test4 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184570.606000000,
"createdOnISO": "2025-12-08T09:02:50Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184570.606000000,
"lastUpdatedOnISO": "2025-12-08T09:02:50Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936932fcebb9648d8973528",
"orgId": 100737,
"name": "Badge Issueds_Test3 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184303.435000000,
"createdOnISO": "2025-12-08T08:58:23Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184303.435000000,
"lastUpdatedOnISO": "2025-12-08T08:58:23Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368fe40772ad476ecd3235",
"orgId": 100737,
"name": "Badge Issueds_Test2 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183460.080000000,
"createdOnISO": "2025-12-08T08:44:20Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183460.080000000,
"lastUpdatedOnISO": "2025-12-08T08:44:20Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368f5d0772ad476ecd3234",
"orgId": 100737,
"name": "Badge Issueds_Test1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1766275200.000000000,
"startOnISO": "2025-12-21T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183325.598000000,
"createdOnISO": "2025-12-08T08:42:05Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183325.598000000,
"lastUpdatedOnISO": "2025-12-08T08:42:05Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69312d402814b4096ebbc469",
"orgId": 100737,
"name": "Badge Issusedds ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1740960000.000000000,
"startOnISO": "2025-03-03T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty_Promotion",
"Goodwill_Module",
"Journeys",
"Loyalty",
"Milestones",
"Historical_Import",
"Rewards_Catalog"
],
"claims": [
{
"ownerType": "Historical_Import",
"referenceId": "1224",
"isActive": true
}
]
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1764830528.293000000,
"createdOnISO": "2025-12-04T06:42:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1764830538.570000000,
"lastUpdatedOnISO": "2025-12-04T06:42:18Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
}
],
"pagination": {
"page": 0,
"size": 10,
"total": 101,
"totalPages": 11
}
},
"errors": [],
"warnings": []
}{
"data": {
"metaBasicDetails": [
{
"id": "69369a35cebb9648d89735e6",
"orgId": 100737,
"name": "Badge Issueds_Test7_1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765186101.816000000,
"createdOnISO": "2025-12-08T09:28:21Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765186101.816000000,
"lastUpdatedOnISO": "2025-12-08T09:28:21Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693698c10772ad476ecd32b1",
"orgId": 100737,
"name": "Badge Issueds_Test8 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764827442.000000000,
"startOnISO": "2025-12-04T05:50:42Z",
"expiresOn": 1788499142.000000000,
"expiresOnISO": "2026-09-04T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185729.215000000,
"createdOnISO": "2025-12-08T09:22:09Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185729.215000000,
"lastUpdatedOnISO": "2025-12-08T09:22:09Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693697d2cebb9648d89735d5",
"orgId": 100737,
"name": "Badge Issueds_Test7 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185490.425000000,
"createdOnISO": "2025-12-08T09:18:10Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185490.425000000,
"lastUpdatedOnISO": "2025-12-08T09:18:10Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693696bdcebb9648d89735b3",
"orgId": 100737,
"name": "Badge Issueds_Test6 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896000.000000000,
"startOnISO": "+57906-04-18T07:06:40Z",
"expiresOn": 1796275142001.000000000,
"expiresOnISO": "+58891-09-10T13:13:21Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185213.630000000,
"createdOnISO": "2025-12-08T09:13:33Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185213.630000000,
"lastUpdatedOnISO": "2025-12-08T09:13:33Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69369488cebb9648d8973534",
"orgId": 100737,
"name": "Badge Issueds_Test5 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184648.263000000,
"createdOnISO": "2025-12-08T09:04:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184648.263000000,
"lastUpdatedOnISO": "2025-12-08T09:04:08Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936943acebb9648d8973529",
"orgId": 100737,
"name": "Badge Issueds_Test4 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184570.606000000,
"createdOnISO": "2025-12-08T09:02:50Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184570.606000000,
"lastUpdatedOnISO": "2025-12-08T09:02:50Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936932fcebb9648d8973528",
"orgId": 100737,
"name": "Badge Issueds_Test3 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184303.435000000,
"createdOnISO": "2025-12-08T08:58:23Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184303.435000000,
"lastUpdatedOnISO": "2025-12-08T08:58:23Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368fe40772ad476ecd3235",
"orgId": 100737,
"name": "Badge Issueds_Test2 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183460.080000000,
"createdOnISO": "2025-12-08T08:44:20Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183460.080000000,
"lastUpdatedOnISO": "2025-12-08T08:44:20Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368f5d0772ad476ecd3234",
"orgId": 100737,
"name": "Badge Issueds_Test1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1766275200.000000000,
"startOnISO": "2025-12-21T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183325.598000000,
"createdOnISO": "2025-12-08T08:42:05Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183325.598000000,
"lastUpdatedOnISO": "2025-12-08T08:42:05Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69312d402814b4096ebbc469",
"orgId": 100737,
"name": "Badge Issusedds ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1740960000.000000000,
"startOnISO": "2025-03-03T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty_Promotion",
"Goodwill_Module",
"Journeys",
"Loyalty",
"Milestones",
"Historical_Import",
"Rewards_Catalog"
],
"claims": [
{
"ownerType": "Historical_Import",
"referenceId": "1224",
"isActive": true
}
]
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1764830528.293000000,
"createdOnISO": "2025-12-04T06:42:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1764830538.570000000,
"lastUpdatedOnISO": "2025-12-04T06:42:18Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
}
],
"pagination": {
"page": 0,
"size": 10,
"total": 27,
"totalPages": 3
}
},
"errors": [],
"warnings": []
}{
"data": {
"metaBasicDetails": [
{
"id": "69369a35cebb9648d89735e6",
"orgId": 100737,
"name": "Badge Issueds_Test7_1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765186101.816000000,
"createdOnISO": "2025-12-08T09:28:21Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765186101.816000000,
"lastUpdatedOnISO": "2025-12-08T09:28:21Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693698c10772ad476ecd32b1",
"orgId": 100737,
"name": "Badge Issueds_Test8 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764827442.000000000,
"startOnISO": "2025-12-04T05:50:42Z",
"expiresOn": 1788499142.000000000,
"expiresOnISO": "2026-09-04T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185729.215000000,
"createdOnISO": "2025-12-08T09:22:09Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185729.215000000,
"lastUpdatedOnISO": "2025-12-08T09:22:09Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693697d2cebb9648d89735d5",
"orgId": 100737,
"name": "Badge Issueds_Test7 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185490.425000000,
"createdOnISO": "2025-12-08T09:18:10Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185490.425000000,
"lastUpdatedOnISO": "2025-12-08T09:18:10Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693696bdcebb9648d89735b3",
"orgId": 100737,
"name": "Badge Issueds_Test6 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896000.000000000,
"startOnISO": "+57906-04-18T07:06:40Z",
"expiresOn": 1796275142001.000000000,
"expiresOnISO": "+58891-09-10T13:13:21Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185213.630000000,
"createdOnISO": "2025-12-08T09:13:33Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185213.630000000,
"lastUpdatedOnISO": "2025-12-08T09:13:33Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69369488cebb9648d8973534",
"orgId": 100737,
"name": "Badge Issueds_Test5 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184648.263000000,
"createdOnISO": "2025-12-08T09:04:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184648.263000000,
"lastUpdatedOnISO": "2025-12-08T09:04:08Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936943acebb9648d8973529",
"orgId": 100737,
"name": "Badge Issueds_Test4 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184570.606000000,
"createdOnISO": "2025-12-08T09:02:50Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184570.606000000,
"lastUpdatedOnISO": "2025-12-08T09:02:50Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936932fcebb9648d8973528",
"orgId": 100737,
"name": "Badge Issueds_Test3 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184303.435000000,
"createdOnISO": "2025-12-08T08:58:23Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184303.435000000,
"lastUpdatedOnISO": "2025-12-08T08:58:23Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368fe40772ad476ecd3235",
"orgId": 100737,
"name": "Badge Issueds_Test2 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183460.080000000,
"createdOnISO": "2025-12-08T08:44:20Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183460.080000000,
"lastUpdatedOnISO": "2025-12-08T08:44:20Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368f5d0772ad476ecd3234",
"orgId": 100737,
"name": "Badge Issueds_Test1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1766275200.000000000,
"startOnISO": "2025-12-21T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183325.598000000,
"createdOnISO": "2025-12-08T08:42:05Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183325.598000000,
"lastUpdatedOnISO": "2025-12-08T08:42:05Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69312d402814b4096ebbc469",
"orgId": 100737,
"name": "Badge Issusedds ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1740960000.000000000,
"startOnISO": "2025-03-03T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty_Promotion",
"Goodwill_Module",
"Journeys",
"Loyalty",
"Milestones",
"Historical_Import",
"Rewards_Catalog"
],
"claims": [
{
"ownerType": "Historical_Import",
"referenceId": "1224",
"isActive": true
}
]
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1764830528.293000000,
"createdOnISO": "2025-12-04T06:42:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1764830538.570000000,
"lastUpdatedOnISO": "2025-12-04T06:42:18Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
}
],
"pagination": {
"page": 0,
"size": 10,
"total": 27,
"totalPages": 3
}
},
"errors": [],
"warnings": []
}{
"data": {
"metaBasicDetails": [
{
"id": "69369a35cebb9648d89735e6",
"orgId": 100737,
"name": "Badge Issueds_Test7_1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765186101.816000000,
"createdOnISO": "2025-12-08T09:28:21Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765186101.816000000,
"lastUpdatedOnISO": "2025-12-08T09:28:21Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693698c10772ad476ecd32b1",
"orgId": 100737,
"name": "Badge Issueds_Test8 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764827442.000000000,
"startOnISO": "2025-12-04T05:50:42Z",
"expiresOn": 1788499142.000000000,
"expiresOnISO": "2026-09-04T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185729.215000000,
"createdOnISO": "2025-12-08T09:22:09Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185729.215000000,
"lastUpdatedOnISO": "2025-12-08T09:22:09Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693697d2cebb9648d89735d5",
"orgId": 100737,
"name": "Badge Issueds_Test7 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185490.425000000,
"createdOnISO": "2025-12-08T09:18:10Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185490.425000000,
"lastUpdatedOnISO": "2025-12-08T09:18:10Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693696bdcebb9648d89735b3",
"orgId": 100737,
"name": "Badge Issueds_Test6 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896000.000000000,
"startOnISO": "+57906-04-18T07:06:40Z",
"expiresOn": 1796275142001.000000000,
"expiresOnISO": "+58891-09-10T13:13:21Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185213.630000000,
"createdOnISO": "2025-12-08T09:13:33Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185213.630000000,
"lastUpdatedOnISO": "2025-12-08T09:13:33Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69369488cebb9648d8973534",
"orgId": 100737,
"name": "Badge Issueds_Test5 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184648.263000000,
"createdOnISO": "2025-12-08T09:04:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184648.263000000,
"lastUpdatedOnISO": "2025-12-08T09:04:08Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936943acebb9648d8973529",
"orgId": 100737,
"name": "Badge Issueds_Test4 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184570.606000000,
"createdOnISO": "2025-12-08T09:02:50Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184570.606000000,
"lastUpdatedOnISO": "2025-12-08T09:02:50Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936932fcebb9648d8973528",
"orgId": 100737,
"name": "Badge Issueds_Test3 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184303.435000000,
"createdOnISO": "2025-12-08T08:58:23Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184303.435000000,
"lastUpdatedOnISO": "2025-12-08T08:58:23Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368fe40772ad476ecd3235",
"orgId": 100737,
"name": "Badge Issueds_Test2 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183460.080000000,
"createdOnISO": "2025-12-08T08:44:20Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183460.080000000,
"lastUpdatedOnISO": "2025-12-08T08:44:20Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368f5d0772ad476ecd3234",
"orgId": 100737,
"name": "Badge Issueds_Test1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1766275200.000000000,
"startOnISO": "2025-12-21T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183325.598000000,
"createdOnISO": "2025-12-08T08:42:05Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183325.598000000,
"lastUpdatedOnISO": "2025-12-08T08:42:05Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69312d402814b4096ebbc469",
"orgId": 100737,
"name": "Badge Issusedds ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1740960000.000000000,
"startOnISO": "2025-03-03T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty_Promotion",
"Goodwill_Module",
"Journeys",
"Loyalty",
"Milestones",
"Historical_Import",
"Rewards_Catalog"
],
"claims": [
{
"ownerType": "Historical_Import",
"referenceId": "1224",
"isActive": true
}
]
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1764830528.293000000,
"createdOnISO": "2025-12-04T06:42:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1764830538.570000000,
"lastUpdatedOnISO": "2025-12-04T06:42:18Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
}
],
"pagination": {
"page": 0,
"size": 10,
"total": 27,
"totalPages": 3
}
},
"errors": [],
"warnings": []
}{
"data": {
"metaBasicDetails": [
{
"id": "69369a35cebb9648d89735e6",
"orgId": 100737,
"name": "Badge Issueds_Test7_1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765186101.816000000,
"createdOnISO": "2025-12-08T09:28:21Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765186101.816000000,
"lastUpdatedOnISO": "2025-12-08T09:28:21Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693698c10772ad476ecd32b1",
"orgId": 100737,
"name": "Badge Issueds_Test8 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764827442.000000000,
"startOnISO": "2025-12-04T05:50:42Z",
"expiresOn": 1788499142.000000000,
"expiresOnISO": "2026-09-04T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185729.215000000,
"createdOnISO": "2025-12-08T09:22:09Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185729.215000000,
"lastUpdatedOnISO": "2025-12-08T09:22:09Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693697d2cebb9648d89735d5",
"orgId": 100737,
"name": "Badge Issueds_Test7 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896.000000000,
"startOnISO": "2025-12-08T07:28:16Z",
"expiresOn": 1796275142.000000000,
"expiresOnISO": "2026-12-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185490.425000000,
"createdOnISO": "2025-12-08T09:18:10Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185490.425000000,
"lastUpdatedOnISO": "2025-12-08T09:18:10Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "693696bdcebb9648d89735b3",
"orgId": 100737,
"name": "Badge Issueds_Test6 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1765178896000.000000000,
"startOnISO": "+57906-04-18T07:06:40Z",
"expiresOn": 1796275142001.000000000,
"expiresOnISO": "+58891-09-10T13:13:21Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765185213.630000000,
"createdOnISO": "2025-12-08T09:13:33Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765185213.630000000,
"lastUpdatedOnISO": "2025-12-08T09:13:33Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69369488cebb9648d8973534",
"orgId": 100737,
"name": "Badge Issueds_Test5 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184648.263000000,
"createdOnISO": "2025-12-08T09:04:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184648.263000000,
"lastUpdatedOnISO": "2025-12-08T09:04:08Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936943acebb9648d8973529",
"orgId": 100737,
"name": "Badge Issueds_Test4 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184570.606000000,
"createdOnISO": "2025-12-08T09:02:50Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184570.606000000,
"lastUpdatedOnISO": "2025-12-08T09:02:50Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "6936932fcebb9648d8973528",
"orgId": 100737,
"name": "Badge Issueds_Test3 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty_Promotion",
"Loyalty",
"Historical_Import",
"Milestones",
"Rewards_Catalog",
"Journeys",
"Referral_Campaigns",
"Audience_Campaigns",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765184303.435000000,
"createdOnISO": "2025-12-08T08:58:23Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765184303.435000000,
"lastUpdatedOnISO": "2025-12-08T08:58:23Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368fe40772ad476ecd3235",
"orgId": 100737,
"name": "Badge Issueds_Test2 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1764741042.000000000,
"startOnISO": "2025-12-03T05:50:42Z",
"expiresOn": 1788412742.000000000,
"expiresOnISO": "2026-09-03T05:19:02Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183460.080000000,
"createdOnISO": "2025-12-08T08:44:20Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183460.080000000,
"lastUpdatedOnISO": "2025-12-08T08:44:20Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69368f5d0772ad476ecd3234",
"orgId": 100737,
"name": "Badge Issueds_Test1 ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1766275200.000000000,
"startOnISO": "2025-12-21T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "UPCOMING",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Rewards_Catalog",
"Milestones",
"Loyalty",
"Loyalty_Promotion",
"Audience_Campaigns",
"Referral_Campaigns",
"Historical_Import",
"Journeys",
"Goodwill_Module"
],
"claims": []
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1765183325.598000000,
"createdOnISO": "2025-12-08T08:42:05Z",
"createdBy": 75197941,
"lastUpdatedOn": 1765183325.598000000,
"lastUpdatedOnISO": "2025-12-08T08:42:05Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
},
{
"id": "69312d402814b4096ebbc469",
"orgId": 100737,
"name": "Badge Issusedds ",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1740960000.000000000,
"startOnISO": "2025-03-03T00:00:00Z",
"expiresOn": 1789876000.000000000,
"expiresOnISO": "2026-09-20T03:46:40Z",
"status": "LIVE",
"images": [
{
"name": "Issued",
"fileSvcHandle": "qwer-8634-8938",
"url": "https://firebasestorage.googleapis.com/v0/b/createbadges.appspot.com/o/images%2Fsuccess1.jpg?alt=media&token=66b2f0bc-9c55-4e33-a5e9-c6be96d94f2d",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Referral_Campaigns",
"Audience_Campaigns",
"Loyalty_Promotion",
"Goodwill_Module",
"Journeys",
"Loyalty",
"Milestones",
"Historical_Import",
"Rewards_Catalog"
],
"claims": [
{
"ownerType": "Historical_Import",
"referenceId": "1224",
"isActive": true
}
]
},
"benefits": [
{
"benefitType": "COUPON",
"seriesId": 13745
}
],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1764830528.293000000,
"createdOnISO": "2025-12-04T06:42:08Z",
"createdBy": 75197941,
"lastUpdatedOn": 1764830538.570000000,
"lastUpdatedOnISO": "2025-12-04T06:42:18Z",
"lastUpdatedBy": 75197941,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": true
}
],
"pagination": {
"page": 0,
"size": 10,
"total": 95,
"totalPages": 10
}
},
"errors": [],
"warnings": []
}{
"data": {
"metaBasicDetails": [
{
"id": "69142fc6c05a837ae596ac01",
"orgId": 100737,
"name": "NEW MEMBER",
"badgeGroupId": "67ebaa886666db076c3c757e",
"badgeGroupName": "GROUP_RANK_2",
"badgeRank": 2,
"description": "welcome",
"startOn": 1762928526.000000000,
"startOnISO": "2025-11-12T06:22:06Z",
"expiresOn": 1764483726.000000000,
"expiresOnISO": "2025-11-30T06:22:06Z",
"status": "EXPIRED",
"images": [
{
"name": "",
"fileSvcHandle": "96b8b4fc-b463-441a-8bf4-aeb895d62b9b",
"url": "https://storage.crm.eu.content-cdn.io/fs.capillary.eu/incentives_assets/badges/images/100737/69142fc6c05a837ae596ac01_EARNED_qpbCqvUV.jpg",
"tag": "EARNED"
}
],
"tags": [],
"earnType": "EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "DAYS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Loyalty",
"Audience_Campaigns"
],
"claims": []
},
"benefits": [],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1762930630.292000000,
"createdOnISO": "2025-11-12T06:57:10Z",
"createdBy": 75176138,
"lastUpdatedOn": 1762933468.220000000,
"lastUpdatedOnISO": "2025-11-12T07:44:28Z",
"lastUpdatedBy": 75175714,
"customFields": {
"CF 04": "1234",
"Badge use": "uses",
"CF 05": "1234",
"CF07": "true",
"CF31 date": "false",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": false
},
{
"id": "68da5e78480b423e5c68751e",
"orgId": 100737,
"name": "sdjkhfjshdfbhsdj",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": "Make 5 transactions",
"startOn": 1740828234.000000000,
"startOnISO": "2025-03-01T11:23:54Z",
"expiresOn": 1751369034.000000000,
"expiresOnISO": "2025-07-01T11:23:54Z",
"status": "EXPIRED",
"images": [],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Audience_Campaigns",
"Loyalty"
],
"claims": [
{
"ownerType": "Loyalty",
"referenceId": "2189738192jasbdjabsdn",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "7346387456347",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "26478@^%&*%^&%&",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "26478@^%&*%^&%&823648372456438754378654387983265793486",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "26478@^%&*%^&%&82364837245643875437865438798326579348693462793462734287",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "26478@^%&*%^&%&82364837245643875437865438798326579348693462793462734287837687235827564278346872534783654785237485238745278346723845287354278346238745237846278354827345672835468273834r298364982647234872648273648273",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "1",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "åē
§123",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "84756834",
"isActive": true
}
]
},
"benefits": [],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1759141496.125000000,
"createdOnISO": "2025-09-29T10:24:56Z",
"createdBy": 75176138,
"lastUpdatedOn": 1760441541.650000000,
"lastUpdatedOnISO": "2025-10-14T11:32:21Z",
"lastUpdatedBy": 75176138,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": false
},
{
"id": "68cd06a8032ec17c8fc3be86",
"orgId": 100737,
"name": "Badge Issue earn 19/04",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": null,
"startOn": 1727245158.000000000,
"startOnISO": "2024-09-25T06:19:18Z",
"expiresOn": 1756102758.000000000,
"expiresOnISO": "2025-08-25T06:19:18Z",
"status": "EXPIRED",
"images": [],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Audience_Campaigns",
"Loyalty"
],
"claims": [
{
"ownerType": "Loyalty",
"referenceId": "123",
"isActive": true
}
]
},
"benefits": [],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1758267048.156000000,
"createdOnISO": "2025-09-19T07:30:48Z",
"createdBy": 75176138,
"lastUpdatedOn": 1758267193.381000000,
"lastUpdatedOnISO": "2025-09-19T07:33:13Z",
"lastUpdatedBy": 75176138,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": false
},
{
"id": "68ccf60d28a4f97c042c83c1",
"orgId": 100737,
"name": "Badge Issue earn 19/03",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 3,
"description": null,
"startOn": 1758262758.000000000,
"startOnISO": "2025-09-19T06:19:18Z",
"expiresOn": 1758824999.000000000,
"expiresOnISO": "2025-09-25T18:29:59Z",
"status": "EXPIRED",
"images": [
{
"name": "",
"fileSvcHandle": "f791a24b-1a22-4e28-bdff-173c51657548",
"url": "https://storage.crm.eu.content-cdn.io/fs.capillary.eu/incentives_assets/badges/images/100737/68ccf60d28a4f97c042c83c1_UN_EARNED_HtAiP7X-.jpg",
"tag": "UN_EARNED"
}
],
"tags": [],
"earnType": "ISSUE_EARN",
"earnedBadgeExpiry": {
"expiryType": "RELATIVE",
"relativeExpirytype": "WEEKS",
"value": 2
},
"ownership": {
"restrictedToOwners": [
"Audience_Campaigns",
"Loyalty"
],
"claims": [
{
"ownerType": "Loyalty",
"referenceId": "123",
"isActive": true
},
{
"ownerType": "Loyalty",
"referenceId": "84756834",
"isActive": true
}
]
},
"benefits": [],
"issuedCount": 1,
"earnedCount": 1,
"createdOn": 1758262797.567000000,
"createdOnISO": "2025-09-19T06:19:57Z",
"createdBy": 75176138,
"lastUpdatedOn": 1760437971.944000000,
"lastUpdatedOnISO": "2025-10-14T10:32:51Z",
"lastUpdatedBy": 75176138,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": false
},
{
"id": "68cbaf0d032ec17c8fc3b42a",
"orgId": 100737,
"name": "EARN-TYPE",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 1,
"description": "Purchase 5 pet products in 3 months and get a pet grooming voucher",
"startOn": 1799632870.000000000,
"startOnISO": "2027-01-11T02:01:10Z",
"expiresOn": 1828754110.000000000,
"expiresOnISO": "2027-12-14T03:15:10Z",
"status": "UPCOMING",
"images": [],
"tags": [],
"earnType": "EARN",
"earnedBadgeExpiry": {
"expiryType": "ABSOLUTE",
"type": "WITH_BADGE_META",
"expiresOn": null,
"expiresOnISO": null,
"expireWithBadgeMeta": true
},
"ownership": {
"restrictedToOwners": [
"Audience_Campaigns",
"Milestones",
"Loyalty"
],
"claims": [
{
"ownerType": "Milestones",
"referenceId": "9283768262",
"isActive": true
}
]
},
"benefits": [],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1758179085.811000000,
"createdOnISO": "2025-09-18T07:04:45Z",
"createdBy": 75176138,
"lastUpdatedOn": 1760697656.955000000,
"lastUpdatedOnISO": "2025-10-17T10:40:56Z",
"lastUpdatedBy": 75176138,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": false
},
{
"id": "68c16bd17ae86737c96fa3c5",
"orgId": 100737,
"name": "EARN-TYPE",
"badgeGroupId": null,
"badgeGroupName": null,
"badgeRank": 1,
"description": "Purchase 5 pet products in 3 months and get a pet grooming voucher",
"startOn": 1799632870.000000000,
"startOnISO": "2027-01-11T02:01:10Z",
"expiresOn": 1828754110.000000000,
"expiresOnISO": "2027-12-14T03:15:10Z",
"status": "UPCOMING",
"images": [],
"tags": [],
"earnType": "EARN",
"earnedBadgeExpiry": {
"expiryType": "ABSOLUTE",
"type": "WITH_BADGE_META",
"expiresOn": null,
"expiresOnISO": null,
"expireWithBadgeMeta": true
},
"ownership": {
"restrictedToOwners": [
"Loyalty",
"Milestones",
"Audience_Campaigns"
],
"claims": []
},
"benefits": [],
"issuedCount": 0,
"earnedCount": 0,
"createdOn": 1757506513.472000000,
"createdOnISO": "2025-09-10T12:15:13Z",
"createdBy": 75176138,
"lastUpdatedOn": 1757506513.472000000,
"lastUpdatedOnISO": "2025-09-10T12:15:13Z",
"lastUpdatedBy": 75176138,
"customFields": {
"CF 04": "1234",
"CF 05": "1234",
"Badge use": "uses",
"CF31 date": "false",
"CF07": "true",
"CF 09": "null",
"CF 177": "0",
"Test CF 01": "0",
"Test CF": "null"
},
"active": false
}
],
"pagination": {
"page": 0,
"size": 10,
"total": 6,
"totalPages": 1
}
},
"errors": [],
"warnings": []
}