List Loss Event Attributes

Returns the list of loss event attributes.

 

URL

{RMUrl}/api/objects/info/ERMEvent/attributes

 

REQUEST METHOD

GET

 

URL PARAMETERS

This feature does not have parameters.

 

REQUEST EXAMPLE

{RMUrl}/api/objects/info/ERMEvent/attributes

 

SUCCESS RESPONSE

Returns the list of attributes created for loss events. For more information on attribute types, see Appendix 1: Attribute Types.

 

SUCCESS RESPONSE EXAMPLES

[

  {

    "Name": "Attribute 1",

    "TypeName": "Number",

    "VariableName": "attribute1",

    "Description": "",

    "DecimalPlaces": 0

  },

  {

    "Name": "Attribute 2",

    "TypeName": "DateOnly",

    "VariableName": "attribute2",

    "Description": "",

    "Format": "DateOnly",

    "Types": [

      "Generic"

    ]

  },

  {

    "Name": "Attribute 3",

    "TypeName": "Text",

    "VariableName": "attribute3",

    "Description": "",

    "MinLength": 1,

    "MaxLength": 2500

  }

]