Versions Compared

Key

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

...

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

CommaA comma-separated string of primary node types.

query

String

q

optional

Text to A search phrase (full-text search).

query

String

orderBy

optional

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

query

String

offset

optional(,default =is 0)

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

query Integer

limit

optional (, default: as set in YAML configuration)

The number of nodes displayed in a page query. (To use togehter Used together with offset for pagination).

query

Integer


*) Note that special characters such as a space ( ) must be encodeded when sent in an HTTP request. When using tools to generate a REST request, this may happen automatically. With simple cURL you must encode it manually (or with an additional tool). Example: orderBy=title%20asc

...