v1
latestOpenAPI 3.0.32026-07-243003151.2 MBSearch for Rewards From a Reward Bank
This API endpoint allows the calling application to retrieve a Points Exchange Bank Reward details by Bank ID and optionally by other filtering criteria
Path parameters
EES AIR Bank ID (of type Points Exchange)
Query parameters
Optional Filtering criteria (e.g. threshold[to]=100) allowing the calling application to narrow down returned results by reward threshold
Optional Filtering criteria (e.g. threshold[from]=10) allowing the calling application to narrow down returned results by reward threshold
Optional Filtering criteria (e.g. status=ACTIVE) allowing the calling application to narrow down returned results by reward status
This optional request parameter allows the calling application to request a specific sorting order for a result set. Currently supported field names are: pointsRewardBankRewardId and threshold
This optional request parameter allows the calling application to request a specific page (pagination offset)
This optional request parameter allows the calling application to influence a length of returned result-set (pagination items per page)
Headers
This request HTTP header advertises which content encoding (usually a compression algorithm) the calling application is able to understand. The server selects one of the proposals, use it and informs the client of its choice with the Content-Encoding Response header. Currently supported gzip and deflate. Please note if this request header is not present, no compression will be used.
This general HTTP header controls (or rather influences) whether the network connection stays open after the current request finishes. If the sent value is keep-alive, the connection should stay in a special state, allowing to be reused for subsequent requests to the same server. Please note these connections will be closed after reaching timeout threshold controlled by EES server (usually after 5 seconds).
Standard HTTP header to inform EES API what type of content was passed in request payload
Client ID, This will be provided by EES and is unique to the company calling the API.
Request Security Hash, calculated using SHA-256 function from concatenated full Request URI Path with Query String(s), Payload and Client Secret
Unique Reference for the API transaction within the calling company.
Optional header provided by the calling application for EES AIR to identify what was the external Subsystem Id / Name.
Optional header(s) provided by the calling application to EES AIR. Please note this header name has to follow pattern X-CUSTOM-*
Response
EES AIR has successfully processed a Request
Example response
{
"results": [
{
"rewardId": "1",
"bankId": "1172",
"status": "ACTIVE",
"resourceType": "CAMPAIGN",
"resourceId": "1749",
"cost": 100,
"threshold": 100,
"dateCreated": "2019-07-02T13:54:43+00:00",
"lastUpdated": "2019-07-02T13:54:43+00:00"
}
]
}