GetHierarchies

Description

Method for obtaining the definition of all hierarchies in a given schema

Signature
WSHierarchy[] GetHierarchies(string key, int schemaId)

Parameters

Name Data Type Description

key

string required

The authentication key

schemaId

int required

The id of the schema we want all hierarchies for.

Response

Data Type Description

A collection of data carrier classes each holding the definition of one hierarchy.

Example