GET scanners/checkforupdates

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Update
NameDescriptionTypeAdditional information
UpdateID

integer

None.

Version

string

None.

Notes

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

ExpireDate

date

None.

InstallStart

date

None.

InstallRequired

date

None.

UpdateFiles

Collection of UpdateFile

None.

Response Formats

application/json, text/json

Sample:
{
  "UpdateID": 1,
  "Version": "sample string 2",
  "Notes": "sample string 3",
  "CreatedBy": "sample string 4",
  "CreatedDate": "2025-09-01T00:49:52.3607785+00:00",
  "ExpireDate": "2025-09-01T00:49:52.3607785+00:00",
  "InstallStart": "2025-09-01T00:49:52.3607785+00:00",
  "InstallRequired": "2025-09-01T00:49:52.3607785+00:00",
  "UpdateFiles": [
    {
      "UpdateFileID": 1,
      "UpdateID": 2,
      "FilePath": "sample string 3",
      "DownloadURL": "/Service/UpdateFile.ashx?FileID=1&md5={0}",
      "CopyPath": "sample string 5",
      "CreatedBy": "sample string 6",
      "CreatedDate": "2025-09-01T00:49:52.3607785+00:00"
    },
    {
      "UpdateFileID": 1,
      "UpdateID": 2,
      "FilePath": "sample string 3",
      "DownloadURL": "/Service/UpdateFile.ashx?FileID=1&md5={0}",
      "CopyPath": "sample string 5",
      "CreatedBy": "sample string 6",
      "CreatedDate": "2025-09-01T00:49:52.3607785+00:00"
    }
  ]
}

text/html

Sample:
{"UpdateID":1,"Version":"sample string 2","Notes":"sample string 3","CreatedBy":"sample string 4","CreatedDate":"2025-09-01T00:49:52.3607785+00:00","ExpireDate":"2025-09-01T00:49:52.3607785+00:00","InstallStart":"2025-09-01T00:49:52.3607785+00:00","InstallRequired":"2025-09-01T00:49:52.3607785+00:00","UpdateFiles":[{"UpdateFileID":1,"UpdateID":2,"FilePath":"sample string 3","DownloadURL":"/Service/UpdateFile.ashx?FileID=1&md5={0}","CopyPath":"sample string 5","CreatedBy":"sample string 6","CreatedDate":"2025-09-01T00:49:52.3607785+00:00"},{"UpdateFileID":1,"UpdateID":2,"FilePath":"sample string 3","DownloadURL":"/Service/UpdateFile.ashx?FileID=1&md5={0}","CopyPath":"sample string 5","CreatedBy":"sample string 6","CreatedDate":"2025-09-01T00:49:52.3607785+00:00"}]}

application/xml, text/xml

Sample:
<Update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CoreTT.ULD.Shared">
  <CreatedBy>sample string 4</CreatedBy>
  <CreatedDate>2025-09-01T00:49:52.3607785+00:00</CreatedDate>
  <ExpireDate>2025-09-01T00:49:52.3607785+00:00</ExpireDate>
  <InstallRequired>2025-09-01T00:49:52.3607785+00:00</InstallRequired>
  <InstallStart>2025-09-01T00:49:52.3607785+00:00</InstallStart>
  <Notes>sample string 3</Notes>
  <UpdateFiles>
    <UpdateFile>
      <CopyPath>sample string 5</CopyPath>
      <CreatedBy>sample string 6</CreatedBy>
      <CreatedDate>2025-09-01T00:49:52.3607785+00:00</CreatedDate>
      <DownloadURL>/Service/UpdateFile.ashx?FileID=1&amp;md5={0}</DownloadURL>
      <FilePath>sample string 3</FilePath>
      <UpdateFileID>1</UpdateFileID>
      <UpdateID>2</UpdateID>
    </UpdateFile>
    <UpdateFile>
      <CopyPath>sample string 5</CopyPath>
      <CreatedBy>sample string 6</CreatedBy>
      <CreatedDate>2025-09-01T00:49:52.3607785+00:00</CreatedDate>
      <DownloadURL>/Service/UpdateFile.ashx?FileID=1&amp;md5={0}</DownloadURL>
      <FilePath>sample string 3</FilePath>
      <UpdateFileID>1</UpdateFileID>
      <UpdateID>2</UpdateID>
    </UpdateFile>
  </UpdateFiles>
  <UpdateID>1</UpdateID>
  <Version>sample string 2</Version>
</Update>