templates_get_scripts {civis} | R Documentation |
Get a Script Template
Description
Get a Script Template
Usage
templates_get_scripts(id)
Arguments
id |
integer required. |
Value
A list containing the following elements:
id |
integer, |
public |
boolean, If the template is public or not. |
scriptId |
integer, The id of the script that this template uses. |
scriptType |
string, The type of the template's backing script (e.g SQL, Container, Python, R, JavaScript) |
userContext |
string, The user context of the script that this template uses. |
params |
array, An array containing the following fields:
|
name |
string, The name of the template. |
category |
string, The category of this template. |
note |
string, A note describing what this template is used for; custom scripts created off this template will display this description. |
createdAt |
string, |
updatedAt |
string, |
useCount |
integer, The number of uses of this template. |
uiReportId |
integer, The id of the report that this template uses. |
techReviewed |
boolean, Whether this template has been audited by Civis for security vulnerability and correctness. |
archived |
boolean, Whether the template has been archived. |
hidden |
boolean, The hidden status of the item. |
author |
list, A list containing the following elements:
|
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |