retrieve All23
abstract suspend fun retrieveAll23(officeId: Long? = null, staffId: Long? = null, externalId: String? = null, name: String? = null, underHierarchy: String? = null, paged: Boolean? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null, meetingDate: String? = null, dateFormat: String? = null, locale: String? = null): GetCentersResponse
List Centers The default implementation supports pagination and sorting with the default pagination size set to 200 records. The parameter limit with description -1 will return all entries. Example Requests: centers centers?fields=name,officeName,joinedDate centers?offset=10&limit=50 centers?orderBy=name&sortOrder=DESC Responses:
200: OK
Return
Parameters
office Id
officeId (optional)
staff Id
staffId (optional)
external Id
externalId (optional)
name
name (optional)
under Hierarchy
underHierarchy (optional)
paged
paged (optional)
offset
offset (optional)
limit
limit (optional)
order By
orderBy (optional)
sort Order
sortOrder (optional)
meeting Date
meetingDate (optional)
date Format
dateFormat (optional)
locale
locale (optional)