View source: R/ComplianceDocumentation.R
ListComplianceDocTemplates | R Documentation |
Retrieve information about all compliance doc templates.
ListComplianceDocTemplates(namePart = NULL, limit = NULL, offset = NULL)
namePart |
character. Return only compliance doc templates that have a name that contains this string. |
limit |
integer. Return only this many compliance doc templates. |
offset |
integer. Skip this many compliance doc templates before returning. |
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.
## Not run:
# Get all compliance doc templates
ListComplianceDocTemplates()
Get the first three compliance doc templates with names that contain "foo".
ListComplianceDocTemplates(namePart = "foo", limit = 3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.