List public versions
Get all public versions for this project. You don't need any authentication for this function.
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/versions/public HTTP/1.1
Host: studio.edgeimpulse.com
Accept: */*
200
OK
{
"success": true,
"error": "text",
"versions": [
{
"version": 1,
"publicProjectId": 1,
"publicProjectUrl": "text"
}
]
}
Last updated
Was this helpful?