For each of the data sources where you can do a GET to retrieve a single object, there needs to be a GET ALL data source to get the list of all objects of that type.
For instance, along with connexa_user_group there needs to be a connexa_user_groups that retrieves the list of all groups. A filtering parameter can be provided, if desired.
Similarly, for connexa_user there needs to be a connexa_users to get the entire (or filtered) list.
Additionally, it may be possible to alter connexa_user_group with a name parameter, so that the ID of a group can be retrieved from CloudConnexa. The same should apply to connexa_user.
You see where I'm going.
For each of the data sources where you can do a GET to retrieve a single object, there needs to be a GET ALL data source to get the list of all objects of that type.
For instance, along with
connexa_user_groupthere needs to be aconnexa_user_groupsthat retrieves the list of all groups. A filtering parameter can be provided, if desired.Similarly, for
connexa_userthere needs to be aconnexa_usersto get the entire (or filtered) list.Additionally, it may be possible to alter
connexa_user_groupwith anameparameter, so that the ID of a group can be retrieved from CloudConnexa. The same should apply toconnexa_user.You see where I'm going.