Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket
{
  "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 API public key. The default value is false.
descriptionDescription of the field.
created_by(Read-only) Specifies what/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.