Skip to content

Data Access API Custom Attributes

If custom attributes have been configured for any of the above entities (and the option has been chosen to copy the custom attribute values to the Data Warehouse), then they will be reported in the relevant API.

Custom AttributeDescriptionExample
AccountAccount custom attribute presented in the account API.
"OrgUnitCustomAttribute": {
  "NAME": "VALUE",
  "NAME": "VALUE" 
}
EntitlementEntitlement custom attribute presented in the entitlement API.
"EntitlementCustomAttribute": {  
  "NAME": "VALUE",  
  "NAME": "VALUE"  
}
License ModelLicense model custom attribute presented in the entitlement API.
"LicenseModelCustomAttribute": {  
  "NAME": "VALUE",  
  "NAME": "VALUE"  
}
License Model PredefinedLicense model predefined custom attribute in the entitlement API.
"LicenseModelAttribute": {  
  "NAME": "VALUE",  
  "NAME": "VALUE"  
}
Line ItemLine item custom attribute presented in the entitlement API.
"LineItemCustomAttribute": {  
  "NAME": "VALUE",  
  "NAME": "VALUE"  
}
Maintenance Line ItemMaintenance line item custom attribute presented in the entitlement API.
"MaintenanceLineItemCustomAttribute": {  
  "NAME": "VALUE",  
  "NAME": "VALUE"  
}
UserUser custom attribute presented in the user API.
"UserCustomAttribute": {  
  "NAME": "VALUE",  
  "NAME": "VALUE"  
}