retrieve Offices
abstract suspend fun retrieveOffices(includeAllOffices: Boolean? = false, orderBy: String? = null, sortOrder: String? = null): List<GetOfficesResponse>
List Offices Example Requests: offices offices?fields=id,name,openingDate Responses:
200: OK
Return
kotlin.collections.List
Parameters
include All Offices
includeAllOffices (optional, default to false)
order By
orderBy (optional)
sort Order
sortOrder (optional)