Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Thanks to visit codestin.com
Credit goes to docs.developers.optimizely.com

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

Fields schema

{
  "name": "field_name",
  "type": "number",
  "auto": true,
  "display_name": "Display Name",
  "public_read": false,
  "description": "Description of field",
  "created_by": "zaius",
  "primary_key": true
}
propertydescription
nameName of the field.
typeField data type. Options are number, timestamp, text, boolean.
auto(Read-only) Marks the field as one that is auto-populated by Optimizely Data Platform (ODP).
display_nameThe user-friendly name used in ODP.
public_read(Optional) Enable access with the public API key. The default value is false.
descriptionDescription of the field.
created_by(Read-only) Specifies what or who created the field. Current values are zaius and account.
primary_keyMarks the field as identifying for the containing object. Only allowed during object creation.