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.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/versions/public
{
"success": true,
"error": "<string>",
"versions": [
{
"version": 123,
"publicProjectId": 123,
"publicProjectUrl": "<string>"
}
]
}
Project ID
OK
The response is of type object
.