Skip to main content
Version: 5.7.0

SysGetTransactionsPage

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

ServiceOperation
appStoreSYS_GET_TRANSACTIONS_PAGE

Method Parameters

ParameterDescription
contextA context object describing the desired paging behaviour

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"_serverTime": 1723708475404,
"context": "eyJzZWFyY2hDcml0ZXJpYSI6eyJnYW1lSWQiOiIyMzc4MiJ9LCJzb3J0Q3JpdGVyaWEiOnsiY3JlYXRlZEF0IjotMX0sInBhZ2luYXRpb24iOnsicm93c1BlclBhZ2UiOjUwLCJwYWdlTnVtYmVyIjoxLCJkb0NvdW50Ijp0cnVlLCJza2lwUmVjb3VudCI6ZmFsc2V9LCJvcHRpb25zIjpudWxsLCJyZXN1bHRDb3VudCI6Mn0",
"results": {
"count": 2,
"page": 1,
"items": [
{
"regularPrice": 699,
"pending": false,
"sandbox": true,
"type": "mock",
"title": "mock",
"sequenceId": "5a39dc01-7da0-4d0d-9264-b7f00cac5c78",
"transactionId": "tttt",
"refPrice": 699,
"itemId": "xxxx",
"createdAt": 1723707586432,
"pendingPromotionId": null,
"profileId": "4f4b36f6-f660-4902-ba25-935d359274ae",
"pendingPriceId": null,
"updatedAt": 1723707586432
},
{
"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": false
}
},
"status": 200
}