Gets an asset with the given ID
Gets an asset with the given ID
Path Parameters
- id string required
Responses
- 200
- 404
The asset
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"createdAt": "2024-02-27",
"createdBy": "string",
"modifiedAt": "2024-02-27",
"modifiedBy": "string",
"isDeleted": true,
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
},
"governanceStatus": "string",
"syncStatus": "string"
}
]
}
}
Asset with given id is not found
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
GET /assets/:id
Request
Request
curl -L -X GET 'https://dgk.cx.dev.dih-cloud.com/assets/:id' \
-H 'Accept: application/json'
curl -L -X GET 'https://dgk.cx.dev.dih-cloud.com/assets/:id' \
-H 'Accept: application/json'
curl -L -X GET 'https://dgk.cx.dev.dih-cloud.com/assets/:id' \
-H 'Accept: application/json'
curl -L -X GET 'https://dgk.cx.dev.dih-cloud.com/assets/:id' \
-H 'Accept: application/json'
curl -L -X GET 'https://dgk.cx.dev.dih-cloud.com/assets/:id' \
-H 'Accept: application/json'
curl -L -X GET 'https://dgk.cx.dev.dih-cloud.com/assets/:id' \
-H 'Accept: application/json'
curl -L -X GET 'https://dgk.cx.dev.dih-cloud.com/assets/:id' \
-H 'Accept: application/json'