Get specified Mobile Device Extension Attribute History objectAsk AIget https://yourServer.jamfcloud.com/api/v1/mobile-device-extension-attributes/{id}/historyGet specified Mobile Device Extension Attribute history objectPath ParamsidstringrequiredInstance ID of Mobile Device Extension AttributeQuery ParamspageintegerDefaults to 0page-sizeintegerDefaults to 100sortarray of stringsDefaults to id:ascSorts results by one or more criteria, following the format property:asc/desc. Default sort is ID:asc. If using multiple criteria, separate with commas.sort stringADD stringfilterstringFilters results. Use RSQL format for query. Allows for many fields, including ID, name, etc. Can be combined with paging and sorting. Default filter is an empty query and returns all results from the requested page.Responses 200Details of Mobile Device Extension Attribute history were found. 400Bad Request. Specified Mobile Device Extension Attribute history object could not be found. Possible reason can be 'Provided id field is not string of positive numeric value or -1'.Updated 2 months ago