Projects
Specify diff to recevice a diff of the audit log changes
Authorizations
Path parameters
projectIdstringRequired
The ID of the project to get the audot logs for
Query parameters
diffbooleanOptional
Whether a diff of the audit logs should be provided
Responses
200
successful operation
application/json
Responseone of
or
400
Invalid status value
application/json
get
GET //audit/projects/{projectId} HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
"diff": {
"ANY_ADDITIONAL_PROPERTY": [
{}
]
}
}