From 7c4bb592ab3cba28aba00175c9beab98baf2a7d3 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 27 May 2025 09:41:50 -0400 Subject: [PATCH] [API design] Add a new timestamp for MDM check-in --- docs/REST API/rest-api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 4d7ae8f4cc0..f8c3a384dde 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -2827,6 +2827,8 @@ Returns the information of the specified host. "label_updated_at": "2021-08-19T21:07:53Z", "policy_updated_at": "2023-06-26T18:33:15Z", "last_enrolled_at": "2021-08-19T02:02:22Z", + "last_mdm_checked_in_at": "2023-02-26T22:33:12Z", + "last_mdm_enrolled_at": "2023-02-26T22:33:12Z", "seen_time": "2021-08-19T21:14:58Z", "refetch_requested": false, "hostname": "Annas-MacBook-Pro.local", @@ -3096,6 +3098,8 @@ If `hostname` is specified when there is more than one host with the same hostna "label_updated_at": "2022-10-14T17:07:12Z", "policy_updated_at": "2022-10-14T17:07:12Z", "last_enrolled_at": "2022-02-10T02:29:13Z", + "last_mdm_checked_in_at": "2023-02-26T22:33:12Z", + "last_mdm_enrolled_at": "2023-02-26T22:33:12Z", "software_updated_at": "2020-11-05T05:09:44Z", "seen_time": "2022-10-14T17:45:41Z", "refetch_requested": false, @@ -3304,6 +3308,8 @@ This is the API route used by the **My device** page in Fleet desktop to display "detail_updated_at": "2021-08-19T21:07:53Z", "label_updated_at": "2021-08-19T21:07:53Z", "last_enrolled_at": "2021-08-19T02:02:22Z", + "last_mdm_checked_in_at": "2023-02-26T22:33:12Z", + "last_mdm_enrolled_at": "2023-02-26T22:33:12Z", "seen_time": "2021-08-19T21:14:58Z", "refetch_requested": false, "hostname": "Annas-MacBook-Pro.local",