Infrastructure/Assets
GETInfrastructureSince 1.0SynchronousAuth Required
GetAsset
Get details of a specific asset by its identifier.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
idStringRequiredUnique identifier of the asset to retrieve
Responses
Endpoint
GET/api/v1/assets/{id}
/api/v1/assets/{id}
Request Example
curl -X GET '{host}/api/v1/assets/{id}' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
