Skip to main content
GET
Retrieve all custom attributes configured for groups on your platform.

Request Headers

string
required
API Key. Go to your Konstantly site > Settings > API and copy the value from there.

Response

Array of custom attribute objects with the following properties:
integer
required
Attribute ID
string
required
Attribute name
integer
required
Attribute type:
  • 1: text
  • 2: date
  • 3: single choice
  • 4: multiple choice
  • 5: user choice
  • 6: yes/no
  • 7: external link
  • 8: number
string
required
Attribute API identifier
integer
required
Display position order
boolean
required
Whether the attribute is mandatory
array
Additional data for choice-type attributes

Notes on Attribute Types

  • Text (type 1): Single-line text input
  • Date (type 2): Date selector
  • Single Choice (type 3): Dropdown with single selection
  • Multiple Choice (type 4): Checkbox list with multiple selections
  • User Choice (type 5): User selector
  • Yes/No (type 6): Boolean toggle
  • External Link (type 7): URL input
  • Number (type 8): Numeric input