abstract fun getConnections(agent: Agent, query: SearchQuery? = null, count: Int = 100): Single<List<ConnectionRecord>>
Get the list of ConnectionRecord for given query
agent
- for which to execute the action
query
- SearchQuery is used to filter the search results, if null there is no filter
count
- maximum item count that will be returned
Return
list of ConnectionRecord