Get Profile Template
wellarchitected_get_profile_template | R Documentation |
Get profile template¶
Description¶
Get profile template.
Usage¶
Value¶
A list with the following syntax:
list(
ProfileTemplate = list(
TemplateName = "string",
TemplateQuestions = list(
list(
QuestionId = "string",
QuestionTitle = "string",
QuestionDescription = "string",
QuestionChoices = list(
list(
ChoiceId = "string",
ChoiceTitle = "string",
ChoiceDescription = "string"
)
),
MinSelectedChoices = 123,
MaxSelectedChoices = 123
)
),
CreatedAt = as.POSIXct(
"2015-01-01"
),
UpdatedAt = as.POSIXct(
"2015-01-01"
)
)
)