Has anyone been able to successfully use the optional attributes filters and timestampFilter with editsHistory?
POST
/api/v2/ontologies/{ontology}/objectTypes/{objectType}/editsHistory
Get Object Type Edits History • API Reference • Palantir
I’ve tried sending the following request body but continue to receive 400 bad request responses.
{
“filters”: {
“timestampFilter”: {
“startTime”: “2026-05-01T00:00:00Z”,
“endTime”: “2026-05-20T23:59:59Z”
}
}
}