List attendee type custom fields

Returns the form fields configured for an attendee type. Default fields
(first_name, email, etc.) and custom fields are both included.

Filters: by default returns only active fields (archived: false,
draft: false). Override with ?archived=true|all and ?draft=true|all.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Event public UUID (api_key). Used in all event-scoped API paths.

integer
required

Attendee type numeric ID.

Query Params
integer
≥ 1
Defaults to 1
integer
≤ 24
Defaults to 24
string
enum

Default false. true returns only archived; all returns both.

Allowed:
string
enum

Default false. true returns only drafts; all returns both.

Allowed:
string

Partial name match (LIKE). Wildcard characters % and _ are escaped.

string
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json