Skip to content
Core API
Esc
navigateopen⌘Jpreview

Functions, industries, and personas

Functions, industries, and personas: available fields, filters, associations, and API operations.

These three resources have the same API shape.

Paths: events/{event_id}/functions, events/{event_id}/industries, events/{event_id}/personas
Methods: GET collection/record, POST, PATCH, DELETE.

  • Fields: event-id, name, position, created-at, updated-at, registrants-count.
  • Filter: name.
  • Associations: none.
  • POST/PATCH inputs: name, position.
GET .../functions?name=Founder
{
  "name": "Founder",
  "position": 10
}

Use the matching resource path for each classification. These values are event-specific.

Last updated on August 21, 2026