Movatterモバイル変換


[0]ホーム

URL:


Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog InOptimizely Data Platform
API Reference
All
Pages
Start typing to search…

Object schema

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

Objects are composed offields. Fields link objects together usingrelations.

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 isfalse.
aliasSingular name for the object.
fieldsCollection ofField objects constituting theObject.
relationsCollection ofRelation objects.

[8]ページ先頭

©2009-2025 Movatter.jp