getDescriptions

Returns the description of given asset reccurences

Parameters

rids

The IDs of the asset recurrences

Example

FM_api('AssetMaintenances_getDescriptions', ['rids' => ['48', '49']])

On Success

[{"recurrence_id":"48","name":"Repair"},{"recurrence_id":"49","name":"Service"}]

Last updated