Table of Contents

TXDataServer.DefaultExpandLevel Property

Gets or sets the minimum level up to which associated entities are expanded (included inline) in JSON responses.

Remarks

Defaults to 0, meaning associated entities are represented as references unless specified otherwise. Clients can override this value per request using the xdata-expand-level HTTP header.

Syntax

Unit: XData.Comp.Server

property TXDataServer.DefaultExpandLevel: Integer

See also