tables_list_projects {civis} | R Documentation |
List the projects a Table belongs to
Description
List the projects a Table belongs to
Usage
tables_list_projects(id, hidden = NULL)
Arguments
id |
integer required. The ID of the Table. |
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). |