getHuntingGroupCallLogs
Retrieves the call logs for a specific hunting group.
This function returns a list of GroupCallLog objects associated with the specified hunting group. It accesses the existing call logs that belong to the hunting group identified by the given group ID.
Return
A list of GroupCallLog objects representing the call logs for the specified hunting group. If no call logs exist for the given group or if the group ID is invalid, an empty list is returned.
Parameters
groupId
The unique identifier of the hunting group for which the call logs should be retrieved. This ID must correspond to a valid hunting group.