Retrieve information about all compliance doc templates.
ListComplianceDocTemplates(namePart = NULL, limit = NULL, offset = NULL)
list of available compliance doc templates. Contains:
name character. The name of the compliance doc template.
creatorUsername character. The name of the user who created the compliance doc template.
orgId character. The ID of the organization of the creator user.
creatorId character. The ID of the creator user.
sections list. The list of sections that define the template.
id character. The ID of the template.
character. Return only compliance doc templates that have a name that contains this string.
integer. Return only this many compliance doc templates.
integer. Skip this many compliance doc templates before returning.