ListType

This method is used to list custom types of a main type.

Parameters

Parameter

Description

token (string)

The token got by calling Login

mainType (string)

The main type you want to list.

Used Return Values

Name

Description

ListTypeResult (String)

String containing the code and message or the list result; Separated by a comma or semicolon.

When successful, a string in following format is returned for each custom type: ;CustomTypeName,VersionName,isActive,Amount of entities

Example 1: ;System Patch Package,System Patch Package,X,1;Project,Project,X,0;

Example 2: 20, The main type item is not supported.