Field Service Recordset Filter Criteria Resource

Filter records on recordset filter criteria.
Resource
/connect/field-service/recordset-filter-criteria/evaluate
Available version
53.0
HTTP methods
POST
Request body for POST
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
Response body for POST
Recordset Filter Criteria Collection