v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get fixed window details

get/api_gateway/v1/badges/badgeMeta/getFixedWindowDetails

Query parameters

badgeMetaIdstring required
constraintTypestring
customerIdstring
fixedWindowCycleReferenceIdstring
includeEarnCountstring
startDatestring
endDatestring
pagestring
sizestring

Response

200

OR

Example response

{
  "data": {
    "badgeMetaId": "6603ed23e4165a7993354a76",
    "orgId": 4000106,
    "startDate": 1709337637.192,
    "endDate": 1709510437.192,
    "customerId": 38144111,
    "fixedWindowCycles": [
      {
        "fixedWindowCycleReferenceId": "a1350b49-eb8e-3500-9e43-01f5493c91c1",
        "startDate": 1709337600,
        "endDate": 1709510400,
        "constraintType": "BADGE_FIXED_WINDOW"
      }
    ],
    "pagination": {
      "size": 30,
      "total": 1,
      "totalPages": 1
    }
  }
}