Contents

declaration/asset/{identifier}

The endpoint for fetching an asset declaration.

URL

PUT https://yourmdmhost.example.com/checkin#declaration-asset-identifier

Path Parameters

NameTypeDescription
identifier Requiredstring

The identifier of the asset declaration to fetch.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
DeclarationResponse

The details of the asset declaration.

404Not Found

The system doesn’t have an asset with the specified identifier.

See Also

Declaration Endpoints