_getNames
Retrieve details of the Department Names.
Example
FM_api('Departments_getNames')
Result
On Success
{"id":"3","name":"Admin"},{"id":"2","name":"Engineer"},{"id":"1","name":"Test"}
Last updated
Retrieve details of the Department Names.
FM_api('Departments_getNames')
{"id":"3","name":"Admin"},{"id":"2","name":"Engineer"},{"id":"1","name":"Test"}
Last updated