Versions Compared

Key

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

...

scope

The scope object. The segment must be within the scope.

NOTE: This method does not support the Global Search scope.

Mandatory, object
skipUsed for pagination. 0 = get documents from the start. If not specified, value will be 0.Optional, int?
takeUsed for pagination. Number of documents to retrieve. If not set, value will be 30.Optional, int?
nameOptional filter on the name. This is an infix filter.Optional, string?
didOptional filter on a specific document. If specified the system returns information for this specific document only.Optional, int?

 

RESULTS

A JSON with these properties:

...