GET custom entity's (ID) by name with ESPO Make an API Call module

I have a custom entity (courses) with IDs attached to the individual courses, based on a unique name I’d like to GET retrieve that ID but when I run the scenario it’s returning all results instead of just the one im after. Im expecting just one result.

This is my setup:


Note: I have tried through the Query String and through the Body.

Commenting for visibility, Id like to get this ID

I have found the solution, source: Search parameters - EspoCRM Documentation

In particular the where items (equal is not equal to) need to be nested in 3 parameters within Make (Search parameters - EspoCRM Documentation): type, attribute and value.

This is the setup that got it to work:

maxSize is not necessary in this example since im expecting just a single return

2 Likes