Last updated 12 months ago
Was this helpful?
List all development boards for a project
Project ID
GET /v1/api/{projectId}/development-boards HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "developmentBoards": [ { "id": 1, "name": "text", "image": "text", "docsUrl": "text" } ] }