Retrieve the applied configuration for a specific asset and return the configuration for the OS version and for each module that is currently applied. Show only applied configurations: do not show versions with default_configuration if no custom configuration has been applied for this version. The synced flag returns whether the cloud configuration and the asset configuration are in sync.
| Code | Description |
|---|---|
| 401 | Token is invalid |
| 401 | You must authenticate to perform this request. |
| 404 | The requested resource was not found. |
GET '/api/v2/assets/359858012812890/applied_configuration':
{
"synced": true,
"os" : {
"id":123,
"name":"test (Os Munic.io v2.1)",
"version":"Munic.io v2.1",
"version_id": 42,
"description":"",
"configuration":
{
"speed_provider":"obd",
"monitored_over_speed":"true",
}
},
"modules": [
{
"id":456,
"name": "App test (Test v1.1)",
"version": "Test v1.1",
"version_id" : 12,
"description": "",
"configuration":
{
"low_battery_threshold":"12000",
"idle_movement_timeout":"5",
"overspeed_threshold":"110"
}
}
]
}
| Param name | Description |
|---|---|
|
_token
required |
Validations:
|