Test a field's search API
Executes the field's searchAPIDefs and returns the mapped results. May save the API entity if the search response sets resultToBeWrittenBackFor. Returns 202 if the test triggers an async/webhook flow.
| Path Parameters |
|---|
internalId string — REQUIRED |
fieldId string — REQUIRED |
| Request Body — REQUIRED |
|---|
fieldValues objectMap of field variableName -> stringified value. Keys must match the variableName of the operation's IntegrationAppAPIFields. null is allowed (interpreted as an empty map). |