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