Skeddly API
Search
K
Comment on page

GrandfatherFatherSonDeleteSchemeParameters Object

Description

Parameters to use for a grandfather-father-son delete scheme.

Properties

days

Parameters for the preservation of a minimum number of daily items.
Required: No

months

Parameters for the preservation of a minimum number of monthly items.
Required: No

weeks

Parameters for the preservation of a minimum number of weekly items.
Required: No

years

Parameters for the preservation of a minimum number of yearly items.
Required: No

Sample JSON

{
"days": {
"minimumToKeep": 1
"periods": 7
},
"weeks": {
"minimumToKeep": 1
"periods": 5
},
"months": {
"minimumToKeep": 1
"periods": 12
},
"years": {
"minimumToKeep": 1
}
}