declaration/asset/{identifier}
The endpoint for fetching an asset declaration.
URL
PUT https://yourmdmhost.example.com/checkin#declaration-asset-identifierPath Parameters
| Name | Type | Description |
|---|---|---|
identifier Required | string | The identifier of the asset declaration to fetch. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | DeclarationResponse | The details of the asset declaration. |
| 404 | Not Found | The system doesn’t have an asset with the specified identifier. |