Skip to main content
Version: 5.7.0

SysGetTransactionsPageOffset

Gets the page of product transactions information from the server based on the encoded context and specified page offset.

ServiceOperation
appStoreSYS_GET_TRANSACTIONS_PAGE_OFFSET

Method Parameters

ParameterDescription
contextThe context string returned from the server from a previous call to GetPage or GetPageOffset.
pageOffsetThe positive or negative page offset to fetch. Uses the last page retrieved using the context string to determine a starting point.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"_serverTime": 1723709740032,
"context": "eyJzZWFyY2hDcml0ZXJpYSI6eyJnYW1lSWQiOiIyMzc4MiJ9LCJzb3J0Q3JpdGVyaWEiOnsiY3JlYXRlZEF0IjotMX0sInBhZ2luYXRpb24iOnsicm93c1BlclBhZ2UiOjEsInBhZ2VOdW1iZXIiOjIsImRvQ291bnQiOnRydWUsInNraXBSZWNvdW50IjpmYWxzZX0sIm9wdGlvbnMiOm51bGwsInJlc3VsdENvdW50IjoyfQ",
"results": {
"count": 2,
"page": 2,
"items": [
{
"pending": false,
"sandbox": false,
"type": "mock",
"sequenceId": "620ebe87-cf50-4131-9b9a-ccd9aafdfb45",
"transactionId": "yyyy",
"refPrice": 699,
"itemId": "xxxx",
"createdAt": 1712181435294,
"pendingPromotionId": null,
"profileId": "924539e0-0793-4437-930f-9b078cd0499d",
"pendingPriceId": 0,
"updatedAt": 1713476624931
}
],
"moreAfter": false,
"moreBefore": true
}
},
"status": 200
}