Modified

Modified()

Get a list of modified dates to enable client side caching of data. Each entry’s “Age” is the UNIX epoch time that it was last modified.

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>
            },
            {
                "Type": "Announcements", // Since RPM33
                "Age": <int>
            }
        ]
    }
}

Errors

None