| name | data type | description |
|---|---|---|
| id | string | |
| externalId | string | |
| name | string | |
| about | string | |
| color | string | |
| membershipCount | number | |
| isVisibleInApp | boolean | |
| state | DocumentState | |
| createdAt | string | |
| modifiedAt | string |
Example
{
"id" : "5bBePJwK9ycB1QnjOlot",
"externalId" : "123456",
"name" : "Board",
"about" : "Our meetings are the first Tuesday of every month.",
"color" : "#419BF9",
"membershipCount" : 6,
"isVisibleInApp" : true,
"state" : "ARCHIVED",
"createdAt" : "2021-04-23T18:25:43.511Z",
"modifiedAt" : "2021-04-23T18:25:43.511Z"
}