_getDT

Returns given Link details

Parameters

id

The ID of the user for which the links will be retrieved.

Example

FM_api('Links_getDT', ['id'=>'82876']);

On Success

{"recordsTotal":"4","recordsFiltered":"4","data":[["Getting Started","https:\/\/fieldmotion.com\/getting-started\/","2"],["Help Section","https:\/\/fieldmotion.com\/help\/","3"],["","","4"],["","","5"]]}

Last updated