lists

Create List

post/api/v1/lists

Request body

namestring required
descriptionstring nullable
kind'static' | 'dynamic'
membership_mode'accumulate' | 'live'

Response

Successful Response

idstring uuid required
tenant_idstring uuid required
namestring required
descriptionstring nullable
kind'static' | 'dynamic'
membership_mode'accumulate' | 'live'
created_by_user_idstring uuid nullable
member_countinteger required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.