List Group Attributes

Returns the list of attributes associated with a group of people in the Organization module.

 

URL

{RMUrl}/api/organization/info/groups/attributes

 

REQUEST METHOD

GET

 

URL PARAMETERS

This feature does not have parameters.

 

REQUEST EXAMPLE

{RMUrl}/api/organization/info/people/attributes

 

SUCCESS RESPONSE

For more information on attribute types, see Appendix 1: Attribute Types.

 

SUCCESS RESPONSE EXAMPLE

[

   "AllowedValues":["op2","op1","op3","op4"],

   "Description":"Description of the single selection attribute.",

   "Format":"SingleSelection",

   "Name":"Lis of Options",

   "TypeName":"SingleSelect",

   "VariableName":"listofoptions"

},

{

   "Name":"Date-Only Attribute",

   "Description":"Attribute description.",

   "Format":"DateOnly",

   "TypeName":"DateOnly",

   "VariableName":"dateonly"

}

]