Retrieve Most Recently Released Patches Deprecating soon

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Retrieves the most recently released or updated patches supported by Endpoint Central, including severity, vendor, download status, and approval information.

This API endpoint is deprecating soon

Endpoints

Request URL

https://{serverurl}/api/1.4/patch/latestpatches

Scope

DesktopCentralCloud.PatchMgmt.READCopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Query Parameters

searchvaluestringOptional
searchcolumnstringOptional
searchtypestringOptional
sortorderstringOptional
orderbystringOptional
pagelimitstringOptional

Number of records per page.

pageintegerOptional

Current page number for pagination.

customeridlongOptional
platformfilterstringOptional

Windows/Mac/Linux

severityfilterintegerOptional

0: Unrated — no severity assigned, 1: Low — minimal impact, 2: Moderate — average impact, 3: Important — significant impact, 4: Critical — high impact or security risk

approvalstatusfilterintegerOptional

211: Approved — patch has been approved for deployment, 0: Not Approved — patch approval is pending, 212: Declined — patch has been declined

bulletinidstringOptional
patchidstringOptional
languagefilterintegerOptional

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request GET \
  --url https://appdomains/api/1.4/patch/latestpatches \
  --header 'Authorization: Zoho-oauthtoken  d92d4xxxxxxxxxxxxx15f52'

Response Parameters

- HTTP code 200

Response Body - application/json
JSON Object
Hide Sub-Attributes
LinksJSON Object

Pagination links for next and previous pages

Show Sub-Attributes
nextstring

URL for the next page of results, or null if on the last page

prevstring

URL for the previous page of results, or null if on the first page

messageResponseJSON Array

Array of latest patch entries

Show Sub-Attributes
JSON Object
Show Sub-Attributes
bulletin_idstring

Security bulletin identifier

bulletin_id_transformstring

Transformed bulletin ID

customer_idstring

Customer identifier

download_statusstring

Download status, or null

first_namestring

Name of the user who approved the patch

first_name_transformstring

Transformed approving user name

is_supercededstring

Whether patch is superceded: 0=No, 1=Yes

labelstring

Approval status label key

label_transformstring

Transformed approval status display

newpatchinfo_patchidstring

New patch info patch ID

patch_descriptionstring

Full description of the patch

patch_description_transformstring

Transformed patch description

patch_download_status_imagestring

Image path for download status, or null

patch_download_status_labelstring

Label for download status, or null

patch_idstring

Unique patch identifier

patch_langstring

Patch language code

patch_namestring

Patch file name

patch_name_transformstring

Transformed patch file name

patch_norebootstring

Reboot requirement code: 0=Required, 1=May Require

patch_noreboot_transformstring

Transformed reboot requirement display

patch_patchidstring

Patch ID reference

patch_patchid_transformstring

Transformed patch ID reference

patch_released_timestring

Patch release time in epoch milliseconds

patch_released_time_transformstring

Formatted patch release date

patch_remarksstring

Patch remarks

patch_sizestring

Patch file size in bytes

patch_size_transformstring

Formatted patch file size

patch_statusstring

Patch status code

patch_supported_timestring

Patch supported time in epoch milliseconds

patch_supported_time_transformstring

Formatted patch supported date

patch_typestring

Patch type code

patch_uninstall_statusstring

Uninstall support status code

patch_uninstall_status_transformstring

Transformed uninstall status display

patch_updatedstring

Patch updated time in epoch milliseconds

patch_updated_timestring

Last updated time in epoch milliseconds

patch_updated_time_transformstring

Formatted last updated date and time

patchdetails_patchidstring

Patch details patch ID

platformstring

Platform code: 1=Windows, 2=Mac, 3=Linux

platform_namestring

Platform display name

platform_name_transformstring

Transformed platform name

pmpatchlocation_patchidstring

PM patch location patch ID

pmpatchtype_statusstring

PM patch type status code

pmseverity_namestring

Severity display name

severitystring

Severity code

severity_namestring

Severity label key

severity_transformstring

Transformed severity display

sqnumberstring

Software version/sequence number

sqnumber_transformstring

Transformed version number

status_imagestring

Image path for approval status

superceded_bystring

Superceded by patch ID, or NA

update_idstring

Update type ID

update_namestring

Update type name

update_name_transformstring

Transformed update type name

vendor_namestring

Vendor name

vendor_name_transformstring

Transformed vendor name

metadataJSON Object

Pagination metadata

Show Sub-Attributes
limitstring

Number of records per page

pagestring

Current page number

statusstring

Operation result: success

totalPagesstring

Total number of pages available

totalRecordsstring

Total number of records matching the query

Possible Response Codes

200HTTP code

Sample Response: HTTP 200

List of recently released patches

Copied!
  {
    "response_code": 200,
    "message_type": "latestpatches",
    "message_response": {
      "total": 369,
      "latestpatches": [
        {
          "severity": 1,
          "patch_id": 309239,
          "patch_name": "BANDIZIP-SETUP.EXE",
          "patch_description": "Bandizip (6.22.0.0)",
          "vendor_name": "Bandisoft",
          "superceded_by": "NA",
          "bulletin_id": "TU-075",
          "update_name": "Third Party Updates",
          "patch_noreboot": 1,
          "patch_released_time": 1552974574000,
          "patch_size": 6537016,
          "patch_uninstall_status": 0,
          "platform_name": "Windows",
          "download_status": 221,
          "patch_type": 2,
          "pmseverity.name": "Low",
          "patch_status": 211
        }
      ],
      "limit": 25,
      "page": 1
    },
    "message_version": "1.0",
    "status": "success"
  }
                
Show full

Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes

Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.