curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/last-modification \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"lastModificationDate": "2023-11-07T05:31:56Z",
"lastVersionDate": "2023-11-07T05:31:56Z"
}
Get the last modification date for a project (will be upped when data is modified, or when an impulse is trained)
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/last-modification \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"lastModificationDate": "2023-11-07T05:31:56Z",
"lastVersionDate": "2023-11-07T05:31:56Z"
}
Project ID
OK
The response is of type object
.