View source: R/generated_client.R
| services_list_projects | R Documentation | 
List the projects a Service belongs to
services_list_projects(id, hidden = NULL)
| id | integer required. The ID of the Service. | 
| boolean optional. If specified to be true, returns hidden items. Defaults to false, returning non-hidden items. | 
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). | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.