/api/ee/stale
GET /api/ee/stale/{id}
A flexible endpoint that returns stale entities, in the same shape as collections/items, with the following options:
- before_date - only return entities that were last edited before this date (default: 6 months ago)
- is_recursive - if true, return entities from all children of the collection, not just the direct children (default: false)
- sort_column - the column to sort by (default: name)
- sort_direction - the direction to sort by (default: asc)
get/api/ee/stale/{id}
Path parameters
Query parameters
before_datestring nullable
is_recursiveboolean required
sort_column'name' | 'last_used_at' required
sort_direction'asc' | 'desc' required
Response
Successful response