-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
todo:apiThis issue requires a corresponding implementation or update in the CloudConnexa APIThis issue requires a corresponding implementation or update in the CloudConnexa API
Description
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.
Metadata
Metadata
Assignees
Labels
todo:apiThis issue requires a corresponding implementation or update in the CloudConnexa APIThis issue requires a corresponding implementation or update in the CloudConnexa API