Last updated 10 months ago
Was this helpful?
List all development boards for a project
/api/{projectId}/development-boards
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/development-boards' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "developmentBoards": [ { "id": 1, "name": "text", "image": "text", "docsUrl": "text" } ] }