Syntax
retrieveCollectionCommand =  OMBRETRIEVE COLLECTION "QUOTED_STRING" GET ( 
          "propertiesClause" | "referenceIconSetClause" | "UNQUOTED_STRING" 
          REFERENCES )
     propertiesClause =  PROPERTIES "(" "propertyNameList" ")"
     referenceIconSetClause =  ( REF | REFERENCE ) ICONSET
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
 
Parameters
retrieveCollectionCommand
Retrieve details regarding a collection of objects.
 
propertiesClause
Retrieve values for a number of properties.
 
propertiesClause
Basic properties for COLLECTION: 
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the collection 
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the collection
 
referenceIconSetClause
Get icon set for the collection.
 
propertyNameList
Comma separated list of property names to retrieve values. Property names are unquoted.