Mutations
/use_template
use_template
Use a template
Arguments
board_kind
BoardKind
The board's kind (public / private / share)board_owner_ids
[Int]
Optional board owner user idsboard_owner_team_ids
[Int]
Optional board owner team idsboard_subscriber_ids
[Int]
Optional board subscriber idsboard_subscriber_teams_ids
[Int]
Optional list of subscriber team idscallback_url_on_complete
String
The callback URL to send the workspace, boards and dashboards IDs result, after its completed in the backgrounddestination_folder_id
Int
The folder ID to duplicate the template to.destination_folder_name
String
The folder name to duplicate the template to, in case of multiple boards templatedestination_name
String
The name of the instancedestination_workspace_id
Int
The workspace ID to duplicate the template to, If not defined, it will be created in Main Workspaceskip_target_folder_creation
Boolean
Skips target folder creation in multiple entities templatessolution_extra_options
JSON
Optional adding extra optionstemplate_id
Int!
Required
The template ID
Returns
- Use a template
mutation use_template($template_id: Int!) { use_template(template_id: $template_id) { # use_template fields } }
Built with