Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page describes the delivery endpoint version 1 for obtaining JCR data as JSON. The endpoint provides two resources that can be called with HTTP 

Mgnl get
. You can only create a single configuration that is required to use it.

...

Supported filter operators

OperatorMeaning
eq=
ne<
gt>
lte<=
gte>=
likeLIKE
inIN
not-inNOT IN
% (percentage, URL encoded as %25)Wildcard character that can be used in the search pattern to mean: zero or other additional characters.
_ (underscore) Wildcard character that can be used in the search pattern to stand for: any single character.

Filter types

Property filter

...