About
While reading transactions for 360 rewards in Standard Chartered Bank, I found out a way for listing more than 10 records in a page. In my opinion, this is much better for reading all transactions in 1 page. I will first go through how to use that trick and then explain how this trick work and show some alternative for this usage finally.
How to
First go to the transaction history page
Analyse the URL
Make sure your URL in your browser is exactly like below. (In developer terminologies, make sure there are no params in your URL)
https://360rewards.standardchartered.com/HK/Transaction
Paste following at the end of the URL
Let’s say, you would like to show 100 transactions for the first credit card in last month, paste following parameters at the end your URL
?CycleId=1&paging.pagesize=100
As a result, your URL should look like following
https://360rewards.standardchartered.com/HK/Transaction?CycleId=1&paging.pagesize=100
After clicking enter with this new URL, you can read at most 100 records at the same screen :D
Explanation
Till now (13 May 2018), transaction page in 360 rewards relies on the parameters in the URL to fine tune number of records to show in the page. Usually, there are 3 or 4 parameters in the URL we can play with.
CycleId
Value of this parameter ranges from 0 to 3 which exactly map to the button in
Time Period
respectively.Value | Time Period |
---|---|
0 | Current |
1 | Last month |
2 | 2 month ago |
3 | 3 month ago |
Therefore, by changing value in the CycleID, you can filter out transaction records by date.
paging.pagesize
As the parameter name, it controls how many transactions records to show in one page
paging.currentpage
When you click around the buttons in transaction web page, you may see several more parameters. Value of this parameter control which page of records you are watching. For example, you have 100 transaction records in total while
pagesize
is 10. Then, you are reading 30th to 40th transaction records if the currentpage
is 3
.Filter
Yet another parameter in the URL. Value of this parameter defines which credit card you would like to show. Transactions records other than this credit card will be discarded.
Alternative usage
After the explanation section, readers are able to fine tune the page’s behaviour while clicking around in the transaction web page. For example, you can select
credit card
and 2 month ago
first. Then, change / add parameters I mentioned above to fine tune the behaviour according to your wish.
Moreover, this trick can be applied to any other websites as long as they are using the similar mechanism. Next time, remember to take a look the URL and see whether there are anything interesting for you to play with :)
Enjoy.
Updates:
- 20181121: This trick does not work anymore since sc is fixed I guessed
沒有留言:
張貼留言