Can you use the POST method for all GET requests?

I see that there is a getRecordsByPost(), can all other get requests us the POST method and if so
how do you actually call the getRecordsByPost() in the url end point.

I am trying to use SyncFusion’s datamanager and it only allows for POST when requesting data.

Thanks.