API problem: 'get_entry' has result, no results for 'get_entry_list'

Hi there,

i have a problem accessing the API (rest/v4_1).
There are some custom modules which I want to access by API.
With one specific module i have a problem which I do not understand:

  • retrieving a record by id is working (get_entry)
  • retrieving a record list by ‘get_entry_list’ the result is empty
  • retrieving records from other custom modules with the same code/argument parameters (except module_name) of get_entry_list works
  • retrieving the fields of the modul returns all fields
  • the result of the get_available_modules contains the problematic module with same acl like the other ones

I’m using the same method/function to call the ‘get_entry_list’ for all modules, only the module_name is a parameter.
And so i don’t understand what’s wrong. :frowning:

kind regards
Rolf

issue is solved: there was a mistake in related field: cs_projects_id instead of cs_project_id.

But i do not understand why get_entry gives the result and get_entry_list fails.

Rolf