curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/development-boards \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"developmentBoards": [
{
"id": 123,
"name": "<string>",
"image": "<string>",
"docsUrl": "<string>"
}
]
}
List all development boards for a project
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/development-boards \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"developmentBoards": [
{
"id": 123,
"name": "<string>",
"image": "<string>",
"docsUrl": "<string>"
}
]
}
Project ID
OK
The response is of type object
.