get file delete rules (Time To Live - TTL)

GET {{baseUrl}}/fileDeleteRules?page=0&size=10&filter=<string>

get file delete rules (Time To Live - TTL)

Request Params

KeyDatatypeRequiredDescription
pagenumberSpecifies the requested page index
sizenumberSpecifies the number of elements in a page
filterstringfilter based on assetId field example value filter={"assetId":"4a560a4dfd104a0f897b779bce8f1f09"}, only 1 assetId in filter is possible as of now

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;fileDeleteRules&quot;:{&quot;id&quot;:&quot;0fcd06e7-81dd-4bb0-b9bd-271d648741aa&quot;,&quot;created&quot;:&quot;2020-03-01 09:12:28.110&quot;,&quot;assetId&quot;:&quot;089336872ce342aba1a847f53d515dc7&quot;,&quot;path&quot;:&quot;abc33/&quot;,&quot;deleteAfterDays&quot;:1,&quot;state&quot;:&quot;ACTIVE&quot;},&quot;page&quot;:{&quot;size&quot;:-44230552,&quot;totalElements&quot;:-8393127,&quot;totalPages&quot;:-65271669,&quot;number&quot;:-77859603}}