retrieveTemplate7

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

GetGroupsTemplateResponse

Parameters

officeId

officeId (optional)

center

center (optional)

centerId

centerId (optional)

command

command (optional)

staffInSelectedOfficeOnly

staffInSelectedOfficeOnly (optional, default to false)