Versions Compared

Key

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

...

Mgnl get
 /delivery/{workspace}/v1?param1=value1&param2=value2&...  You can use any of the optional query parameters or none.


Parameters

Advanced Tables - Table Plus
highlightColor@default
multiplefalse
enableHeadingAttributesfalse
enableSortingfalse
enableHighlightingfalse


Parameter

Description

Parameter type

Data type

workspace

required

The name of the workspace.

path

string

nodeTypes

optional

Comma-separated string of primary node types.

query

string

q

optional

Text to search (full-text search).

query

string

orderBy

optional

The properties to order the nodes. Example: mgnl:lastModified desc,title asc

query

string

offset

optional (default=0)

Starting position in a result list (to use for pagination)

queryInteger

limit

optional (default: as set in YAML configuration)

The number of nodes displayed in a pagequery. (To use togehter with offset for pagination).

query

Integer


...