_getStockDT
Get a Users Stock data.
Parameters
id
The ID of the User.
Example
FM_api('User_getStockDT', ['id' => '3']);
Result
On Success
{"draw":0,"recordsTotal":"1","recordsFiltered":"1","data":[]}
Last updated