retrieveAll23

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

GetCentersResponse

Parameters

officeId

officeId (optional)

staffId

staffId (optional)

externalId

externalId (optional)

name

name (optional)

underHierarchy

underHierarchy (optional)

paged

paged (optional)

offset

offset (optional)

limit

limit (optional)

orderBy

orderBy (optional)

sortOrder

sortOrder (optional)

meetingDate

meetingDate (optional)

dateFormat

dateFormat (optional)

locale

locale (optional)