GET
/
api
/
{projectId}
/
last-modification
Last modification
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"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Response

200 - application/json

OK

The response is of type object.