options extension query option
Note
options is Domain API specific option and is not part of the OData standard. Extension query options DO NOT use $ in front of their name, as it is reserved for standard OData query options.
options contains option flags, which are provided as url arguments.
Flag | Description |
---|---|
skipnulls | Indicates that properties with null value are not returned in the JSON result. |
Example:
options=skipnulls