| scripts_list_custom_projects {civis} | R Documentation | 
List the projects a Custom Script belongs to
Description
List the projects a Custom Script belongs to
Usage
scripts_list_custom_projects(id, hidden = NULL)
Arguments
| id | integer required. The ID of the Custom Script. | 
| boolean optional. If specified to be true, returns hidden items. Defaults to false, returning non-hidden items. | 
Value
An array containing the following fields:
| id | integer, The ID for this project. | 
| author | list, A list containing the following elements: 
 | 
| name | string, The name of this project. | 
| description | string, A description of the project. | 
| users | array, An array containing the following fields: 
 | 
| autoShare | boolean, | 
| createdAt | string, | 
| updatedAt | string, | 
| archived | string, The archival status of the requested item(s). |