GET
/
api
/
{projectId}
/
optimize
/
window-settings
Get window settings
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/window-settings \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "windowSettingsEvent": [
    {
      "windowSizeMs": 123,
      "windowIncreaseMs": 123,
      "windowIncreasePct": 123,
      "zeroPadPercentage": 123,
      "windowCount": 123,
      "balanceScore": 123,
      "valid": true
    }
  ],
  "windowSettingsContinuous": [
    {
      "windowSizeMs": 123,
      "windowIncreaseMs": 123,
      "windowIncreasePct": 123,
      "zeroPadPercentage": 123,
      "windowCount": 123,
      "balanceScore": 123,
      "valid": true
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Response

200 - application/json

OK

The response is of type object.