List schema
| Name | Type | Description | Notes |
|---|---|---|---|
| listId | Integer | [optional] [readonly] | |
| internalName | String | Internal name of the list | [optional] |
| publicName | String | Public name of the list | |
| status | StatusEnum | Status of the list | [optional] [readonly] |
| groupId | Integer | ID of the list group | [optional] [readonly] |
| created | OffsetDateTime | [optional] [readonly] | |
| updated | OffsetDateTime | [optional] [readonly] |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| BLOCKED | "blocked" |