cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/versions/public
{ "success": true, "error": "<string>", "versions": [ { "version": 123, "publicProjectId": 123, "publicProjectUrl": "<string>" } ] }
Get all public versions for this project. You don’t need any authentication for this function.
Project ID
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?