Prime Ecosystem
KFI Browse
Search syntax can be found here:
https://www.primeeco.tech/api.prime/v2/docs#api-retrieving-data
Search Contacts
Query Expression examples:
'id'.eq('2f3f99f1-d8c3-403d-8e51-3e12411149a2')
to find a contact by id'id'.eq('<<F1>>')
to find a contact by id (id is sourced from KFI Field 1)
Search Work Orders
Query Expression examples:
'label'.eq('MT-5950-05')
to find a work order by label'label'.eq('<<F1>>')
to find a work order by label (label is sourced from KFI Field 1)