v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Retrieve extended field config details

get/entity/extendedFieldConfig

Response

200

extendedFieldIdinteger
createdByinteger
modifiedByinteger
hideDisplayboolean
isPiiDataboolean
isPsiDataboolean
positioninteger
fieldUpdatableboolean
updatableboolean
mandatoryboolean
computeEnabledboolean
rejectTxnOnInvalidValueboolean
auditTrailEnabledboolean

Example response

[
  {
    "extendedFieldId": 1,
    "createdBy": -1,
    "modifiedBy": -1,
    "hideDisplay": true,
    "position": -1,
    "updatable": true
  }
]