Configuration API - Expose Application Property Key
July 14th, 2025
Description
Extending Configuration API by starting accepting the key of the application property as an id path parameter of the following endpoints:
GET configuration/candidate-properties/{id}GET configuration/candidate-properties/{id}/valuesPOST configuration/candidate-properties/{id}/valuesGET configuration/candidate-properties/{id}/values/{valueId}PUT configuration/candidate-properties/{id}/values/{valueId}DELETE configuration/candidate-properties/{id}/values/{valueId}
Extending Configuration API by adding the application property key in the response of the following endpoints:
GET configuration/candidate-propertiesGET configuration/candidate-properties/{id}
Impact
This enhancement is backward-compatible and does not require any changes to existing client implementations. The feature brings new flexibility - the client can use the key of the application property instead of the id to access the application property and its values.