ibex.endpoints.data_entry.list_idses¶ async ibex.endpoints.data_entry.list_idses(uri: str) → dict¶ IBEX endpoint. Returns list of available IDSes and occurrences from pulsefile. Response JSON is constructed as follows: { “idses”: [ { “name”: <ids_name>, “occurrences”: <list_of_filled_occurences (list(int))> },… ] } Parameters: uri: str¶IMAS URI Return type: dict (automatically converted to JSON by FastAPI) Returns: JSON response