_getById
Parameters:
ids
The ids of the listed departments
fields
The fields about a department that are returned: (id, name, last_edited, cdate)
Example
FM_api("Departments_getById",["ids"=>"[337102]","fields"=>'["id","name","last_edited","cdate"]'])
Result
[{"id":"337102","name":"askf","last_edited":"2022-11-06 14:10:52","cdate":"2022-11-06 14:10:52"}]
Last updated