Modified( )
Get a list of modified dates for cached data.
Request
Request Data: no extra data.
Response
{ "Result": { "Modified": [ { "Type": "CustomerAndAliasList", "Age": <int> }, { "Type": "ProcList", "Age": <int> }, { "Type": "ProcGroups", "Age": <int> }, { "Type": "ProcFields", "Age": <int> }, { "Type": "Suppliers", "Age": <int> }, { "Type": "Agencies", "Age": <int> }, { "Type": "StaffList", "Age": <int> }, { "Type": "Roles", "Age": <int> }, { "Type": "StaffGroups", "Age": <int> }, { "Type": "AgentUsers", "Age": <int> }, { "Type": "ProcessForms", "ID": <int>, "Age": <int> }, // ... more "ProcessForms" entries { "Type": "ProcTableFillsList", "Age": <int> }, { "Type": "CommRunsInfo", "Age": <int> }, { "Type": "ProcFlow", "Age": <int> }, { "Type": "ActionTypes", "Age": <int> }, { "Type": "AgencyGroups", "Age": <int> }, { "Type": "CustomerUsers", "Age": <int> }, { "Type": "Dashboards", "Age": <int> }, { "Type": "EmailIntegrationCheck", "Age": <int> } ] } }
Errors
None