ListType

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

Parameters

  • token

    The token got by calling Login

    Type: string

  • mainType

    The main type you want to list.

    Type: string

Used Return Values

  • ListTypeResult

    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.

    Type: string

    Examples:

    • System Patch Package,System Patch Package,X,1;Project,Project,X,0;
    • 20, The main type item is not supported.