POST api/PatchManagement/Applications/Scripts/Channels/ByParameters

Request Information

URI Parameters

None.

Body Parameters

Collection of ApplicationPatchChannelScriptParametersDto
NameDescriptionTypeAdditional information
ApplicationId

globally unique identifier

None.

ApplicationPatchChannelId

integer

None.

DeprecatedDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ApplicationId": "5162d046-f232-42db-9248-be461cbdb514",
    "ApplicationPatchChannelId": 2,
    "DeprecatedDate": "2026-07-23T21:39:44.501038+00:00"
  },
  {
    "ApplicationId": "5162d046-f232-42db-9248-be461cbdb514",
    "ApplicationPatchChannelId": 2,
    "DeprecatedDate": "2026-07-23T21:39:44.501038+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfApplicationPatchChannelScriptParametersDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThreatLockerCommon.DTOs">
  <ApplicationPatchChannelScriptParametersDto>
    <ApplicationId>5162d046-f232-42db-9248-be461cbdb514</ApplicationId>
    <ApplicationPatchChannelId>2</ApplicationPatchChannelId>
    <DeprecatedDate>2026-07-23T21:39:44.501038+00:00</DeprecatedDate>
  </ApplicationPatchChannelScriptParametersDto>
  <ApplicationPatchChannelScriptParametersDto>
    <ApplicationId>5162d046-f232-42db-9248-be461cbdb514</ApplicationId>
    <ApplicationPatchChannelId>2</ApplicationPatchChannelId>
    <DeprecatedDate>2026-07-23T21:39:44.501038+00:00</DeprecatedDate>
  </ApplicationPatchChannelScriptParametersDto>
</ArrayOfApplicationPatchChannelScriptParametersDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IEnumerable`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.