Project API
Get all project features
get/rest/api/v1/projects/{projectId}/features
Path parameters
projectIdstring 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 theitems/settingresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲