Retrieve the asset links of an alarm
GET/alarm/:alarmId/assets
Retrieve the asset links of an alarm
Request
Path Parameters
alarmId int64required
Query Parameters
realm string
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id
object
realm string
userId string
assetId string
createdOn date-time
assetName string
parentAssetName string
[
{
"id": {
"realm": "string",
"userId": "string",
"assetId": "string"
},
"createdOn": "2024-07-29T15:51:28.071Z",
"assetName": "string",
"parentAssetName": "string"
}
]
Loading...