Project API
Get available signals
get/rest/api/v1/projects/{projectId}/signals
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 to the
/response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲