Get Purging Policies Settings
GET {{base_url}}/fc/api/v1/settings/purging_policies
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"purge_deleted_files_older_than_enabled":false,"purge_deleted_files_older_than_n":2,"purge_deleted_files_older_than_units":"months","purge_revisions_older_than_enabled":false,"purge_revisions_older_than_n":1,"purge_revisions_older_than_units":"months","keep_at_least_n_revisions_enabled":false,"keep_at_least_n_revisions":5,"only_keep_n_revisions_enabled":false,"only_keep_n_revisions":7,"purge_thread_granularity":300,"allow_users_to_selectively_purge_revisions":false}