GET
/
api
/
{projectId}
/
versions
/
public
List public versions
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/versions/public
{
  "success": true,
  "error": "<string>",
  "versions": [
    {
      "version": 123,
      "publicProjectId": 123,
      "publicProjectUrl": "<string>"
    }
  ]
}

Path Parameters

projectId
integer
required

Project ID

Response

200 - application/json

OK

The response is of type object.