GET /v1/changes/

List of data changes


Parameters

None.


Request

application/json
TS-Apikey: api_key
{}

Response

application/json
HTTP 200
{
    "item":{
        "changes": [
            {
                "agenda": "products",
                "last_change": "2018-10-11T09:31:42.104+0200"
            },
            {
                "agenda": "warehouses",
                "last_change": "2018-10-11T09:31:42.104+0200"
            }
        ],
        "current_time": "2018-10-11T09:31:42.104+0200"
    }