GET settings/purgetime
Get Purging time (Seconds).
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PurgeTime| Name | Description | Type | Additional information |
|---|---|---|---|
| Purge |
Time before purging |
integer |
None. |
| Warning |
Warning before purging |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"purge": 1,
"warning": 1
}
application/xml, text/xml
Sample:
<PurgeTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Purge>1</Purge> <Warning>1</Warning> </PurgeTime>