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

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

Object schema

All data in Optimizely Data Platform (ODP) is stored in collections called objects (what many think of as a database table).

Objects are composed of fields. Fields link objects together using relations.

Objects definition

{
  "name": "object_name",
  "display_name": "Display Name",
  "public_read": false,
  "alias": "object_alias",
  "fields": [],
  "relations": []
}
PropertyDescription
namePlural name for the object.
display_nameUser-friendly name that displays in ODP.
public_read(Optional) Enable access with the API public key. The default value is false.
aliasSingular name for the object.
fieldsCollection of Field objects constituting the Object.
relationsCollection of Relation objects.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy