type | String (optional) Indicates whether you want to retrieve standard or extended profile field definitions. The following values apply: standard - Retrieves standard profile field definitions. extended - Retrieves extended profile field definitions. null - Retrieves both standard and extended profile field definitions |
definitions | Document list All the field definitions of the type specified: standard; extended or both. For flow programmers, each IS document (IData object) in definitions is represented by
wm.tn.rec:FieldMetaData. For Java programmers, each field definition is a ProfileFieldMetaData object. |