Loading...
Get the last modification date for a project (will be upped when data is modified, or when an impulse is trained)
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/last-modification', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "lastModificationDate": "2024-11-21T11:33:36.692Z", "lastVersionDate": "2024-11-21T11:33:36.692Z" }