Polling for Updates

Poll for the updates using the provided polling URL. If a 202 response code is received, repeat the polling until a 200 response is received.

To poll for the updates

Make a GET call to https://<siteID>-ns-uat.flexnetoperations.com/uai/2.0/updates/67089b0f-4b8a-4e53-a970-2cb92217459e.

Body Type

Code

Request Body

N/A

Response Body

{

    "updateItems": [

        {

            "commandLine": "",

            "description": "Update PhotoPrint from version 12 to version 12.1",

            "expireDate": "05/01/2025",

            "fromPackageId": "PhotoPrintInstaller-V12",

            "updateId": "PhotoPrint-Update-V12.1",

            "languageCode": 1033,

            "updateName": "PhotoPrint-Update",

            "productName": "",

            "startDate": "05/01/2018",

            "title": "Update for PhotoPrint",

            "toPackageId": "PhotoPrint-Update-V12.1",

            "manifestURL": "/uai/2.0/updates/manifests/c4c8c5d6-3574-42ae-9cd9-d6aa737a1dbe"

        }

    ],

    "error": {

        "key": "",

        "message": "",

        "arguments": ""

    }

}