POST api/log

Request Information

URI Parameters

None.

Body Parameters

Collection of ThreatLockerItemDTO
NameDescriptionTypeAdditional information
D

date

None.

U

string

None.

PID

globally unique identifier

None.

PN

string

None.

AT

integer

None.

AID

integer

None.

A

Collection of Pair of integer [key] and Object [value]

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "D": "2026-07-23T20:44:59.5664438+00:00",
    "U": "sample string 2",
    "PID": "bb085f1e-0962-4478-a663-842774d76305",
    "PN": "sample string 3",
    "AT": 4,
    "AID": 5,
    "A": [
      {
        "Key": 1,
        "Value": {}
      },
      {
        "Key": 1,
        "Value": {}
      }
    ]
  },
  {
    "D": "2026-07-23T20:44:59.5664438+00:00",
    "U": "sample string 2",
    "PID": "bb085f1e-0962-4478-a663-842774d76305",
    "PN": "sample string 3",
    "AT": 4,
    "AID": 5,
    "A": [
      {
        "Key": 1,
        "Value": {}
      },
      {
        "Key": 1,
        "Value": {}
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfThreatLockerItemDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThreatLockerCommon.Models">
  <ThreatLockerItemDTO>
    <A xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfintanyType>
        <d3p1:key>1</d3p1:key>
        <d3p1:value />
      </d3p1:KeyValuePairOfintanyType>
      <d3p1:KeyValuePairOfintanyType>
        <d3p1:key>1</d3p1:key>
        <d3p1:value />
      </d3p1:KeyValuePairOfintanyType>
    </A>
    <AID>5</AID>
    <AT>4</AT>
    <D>2026-07-23T20:44:59.5664438+00:00</D>
    <PID>bb085f1e-0962-4478-a663-842774d76305</PID>
    <PN>sample string 3</PN>
    <U>sample string 2</U>
  </ThreatLockerItemDTO>
  <ThreatLockerItemDTO>
    <A xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfintanyType>
        <d3p1:key>1</d3p1:key>
        <d3p1:value />
      </d3p1:KeyValuePairOfintanyType>
      <d3p1:KeyValuePairOfintanyType>
        <d3p1:key>1</d3p1:key>
        <d3p1:value />
      </d3p1:KeyValuePairOfintanyType>
    </A>
    <AID>5</AID>
    <AT>4</AT>
    <D>2026-07-23T20:44:59.5664438+00:00</D>
    <PID>bb085f1e-0962-4478-a663-842774d76305</PID>
    <PN>sample string 3</PN>
    <U>sample string 2</U>
  </ThreatLockerItemDTO>
</ArrayOfThreatLockerItemDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.