GetChildrenCatalog

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Servizi Core > Jamio Document >

GetChildrenCatalog

Service

JamioDocument

 

Methods

GetChildrenCatalog

 

Description

Gets the catalog of all the aggregations and documents having the specified parent aggregation.

 

Input

Name

Description

Type

Optional

serverAddress

Server address for an external Domain (Null or Empty for the current Domain).

String

Y

token

The session token (for the current session in the current Domain may be null or empty).

String

Y

parentAggregation

The parent aggregation reference.

Reference

 

parameters

Search parameters for the catalog.

SearchParameters

 

Output

Name

Description

Type

Optional

returnValue

A Dataset containing the following fields:

“Name” (String) -> the catalog name

“TotalCount” (Int32) -> the total number of rows in the catalog

“ItemList” (ArrayValue) -> a list of objects, one for each catalog row

 

Download returnValue Dataset.

Dataset