Properties REST Endpoints
Metadata/Properties
The properties resource is used to view, create, or update a property. It is also used to view and update enumeration values of a property. Properties define user interface fields such as field length, field type, and valid values.
- Create or replace a property
- Method: putPath:
/rest/ofscMetadata/v1/properties/{label} - Get a property
- Method: getPath:
/rest/ofscMetadata/v1/properties/{label} - Get enumeration values of a property
- Method: getPath:
/rest/ofscMetadata/v1/properties/{label}/enumerationList - Get properties
- Method: getPath:
/rest/ofscMetadata/v1/properties - Update a property
- Method: patchPath:
/rest/ofscMetadata/v1/properties/{label} - Update or replace enumeration values of a property
- Method: putPath:
/rest/ofscMetadata/v1/properties/{label}/enumerationList