Return all client names of a setup
GET/v2/modules/:module/setups/:setupId/clients/names
Returns a map of client identifiers to their human-readable display names for all clients in the setup. This is particularly useful for populating selection lists in management UIs without having to fetch full client details.
Request
Path Parameters
module stringrequired
setupId stringrequired
Responses
- 200
- 204
- 400
Client names found for the setup
- application/json
- Schema
Schema
string
The setup exists but contains no clients
The request contains invalid or malformed query parameters
Loading...