List latest updates


This request returns a list of latest available updates

Resource

GET /server/updates/latest

Parameters

None

Payload

None

Context

Authorization

Master

Errors

Example

Request
GET https://xelion.nl/api/v1/master/server/updates/latest
Response
{
    "data": [
        {
            "object": {
                "commonName": "9.9.9",
                "oid": "1929043",
                "objectType": "XCCUpdateInfo"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "http://localhost:8080/api/v1/master/server/updates/history/1929043",
                    "method": "GET"
                }
            ]
        }
    ],
    "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "http://localhost:8080/api/v1/master/server/updates/history",
                "method": "GET"
            }
        ]
    }
}