Recordset Filter Criteria Input

A set of recordset filter criteria applied to records, such as service appointment records.
Root XML tag
recordsetFilterCriteriaInput
JSON example
{
   "filteredObjectName":"ServiceAppointment",
   "criteriaIds":[
      "0hrxx00000006obAAA"
   ],
   "recordIds":[
      "08pxx0000004Ge4AAE",
      "08pxx0000004GcSAAU"
   ]
}
Properties
Name Type Description Required or Optional Available Version
criteriaIds String[] Recordset filter criteria IDs. Required 53.0
enforceSharing Boolean Determines whether record sharing checks are enforced (true) or not (false) during the execution of this call. Optional 53.0
filteredObject​Name String Object that the filter is applied to. Required 53.0
recordIds String[] List of record IDs of the filtered object. Required 53.0