retrieve Template7
abstract suspend fun retrieveTemplate7(officeId: Long? = null, center: Boolean? = null, centerId: Long? = null, command: String? = null, staffInSelectedOfficeOnly: Boolean? = false): GetGroupsTemplateResponse
Retrieve Group Template This is a convenience resource. It can be useful when building maintenance user interface screens for client applications. The template data returned consists of any or all of: Field Defaults Allowed Value Lists Example Requests: groups/template groups/template?officeId=2 groups/template?centerId=1 groups/template?centerId=1&staffInSelectedOfficeOnly=true Responses:
200: OK
Return
Parameters
office Id
officeId (optional)
center
center (optional)
center Id
centerId (optional)
command
command (optional)
staff In Selected Office Only
staffInSelectedOfficeOnly (optional, default to false)