POST api/GetToolAlarmInfo

Request Information

URI Parameters

None.

Body Parameters

HIKToolDtls
NameDescriptionTypeAdditional information
eventId

string

None.

srcIndex

string

None.

srcType

string

None.

srcName

string

None.

eventType

string

None.

status

string

None.

happenTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "eventId": "sample string 1",
  "srcIndex": "sample string 2",
  "srcType": "sample string 3",
  "srcName": "sample string 4",
  "eventType": "sample string 5",
  "status": "sample string 6",
  "happenTime": "2025-07-17T14:11:02.9772505+05:30"
}

application/xml, text/xml

Sample:
<HIKToolDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AmixAPI.Models">
  <eventId>sample string 1</eventId>
  <eventType>sample string 5</eventType>
  <happenTime>2025-07-17T14:11:02.9772505+05:30</happenTime>
  <srcIndex>sample string 2</srcIndex>
  <srcName>sample string 4</srcName>
  <srcType>sample string 3</srcType>
  <status>sample string 6</status>
</HIKToolDtls>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>