Hi,
The getPostLetterHistory method on the getPostLetter controller doesn't accept any pagination or ordering/filtering arguments which means it's of very limited value.
The response data includes pagination details but there is no way to access this data through the sdk.
The current implementation means the only data you will ever get back are the oldest 15 letters.
Hi, The
getPostLetterHistory
method on thegetPostLetter
controller doesn't accept any pagination or ordering/filtering arguments which means it's of very limited value.The response data includes pagination details but there is no way to access this data through the sdk.
The current implementation means the only data you will ever get back are the oldest 15 letters.