Get Invitation List
Retrieves a single invitation list by its ID, including the list name, associated event, and capacity settings.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the invitation list
34
Query Parameters
string - optional - Comma separated list of fields you want to return (e.g., 'id,name,notes')
"id,name"
string - optional - Comma separated list of related objects to include
""
Response
Detail
34
"test list update"
Only included when fields parameter includes 'notes'
"random notes"
The module type ('main' or 'cfs') - only included when fields parameter includes 'module'
"main"
Only included when fields parameter includes 'reg_type_id'
null
Only included when fields parameter includes 'package_id'
null
Only included when fields parameter includes 'cfs_role_id'
null
Only included when fields parameter includes 'created_at'
"2025-10-06 20:49:50"
Only included when fields parameter includes 'updated_at'
"2025-10-06 21:10:41"