I need help for timesheet API
I can't get timesheet formlinkname.
I need to get it for integrating with a API using something like this :
----------------------------------------
"isVisible": "true",
"displayName": "Employee",
"componentId": "0000",
"iscustom": "false",
"formLinkName": "P_Employee"
},
{
"isVisible": "true",
"displayName": "Department",
"componentId": "0000",
"iscustom": "false",
"formLinkName": "P_Department"
},
------------------------------------------------------