Project API
Get a project feature
get/rest/api/v1/projects/{projectId}/features/{featureId}
Path parameters
projectIdstring uuid required
featureIdstring uuid required
Response
OK
Example response
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}Changes
Changed in 1 of the 3 revisions of this API.1
- ▲
added
FeatureNewsFilterDTOFeatureNewsProtectionDTOFeatureMarginCapDTOFeatureSpreadFilterDTOFeatureScheduledCloseReopenDTOto thesettingresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲