curl --request GET \
--url https://api.wirespeed.co/asset/containment-history/{assetType}/{id} \
--header 'Authorization: Bearer <token>'{
"items": [
{
"intent": "contain",
"createdAt": "<string>",
"subAction": "<string>",
"result": "success",
"performedBy": "<string>",
"detectionId": "<string>",
"integrationId": "<string>"
}
]
}curl --request GET \
--url https://api.wirespeed.co/asset/containment-history/{assetType}/{id} \
--header 'Authorization: Bearer <token>'{
"items": [
{
"intent": "contain",
"createdAt": "<string>",
"subAction": "<string>",
"result": "success",
"performedBy": "<string>",
"detectionId": "<string>",
"integrationId": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Asset identifier
Containment history entries, newest first
Show child attributes