Get specified distribution point History object Ask AIget https://yourServer.jamfcloud.com/api/v1/distribution-points/{id}/historyGets specified distribution point history objectPath ParamsidstringrequiredInstance id of distribution point historyQuery ParamspageintegerDefaults to 0page-sizeintegerDefaults to 100sortarray of stringsDefaults to date:descSorts 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 distribution point history were found 404Specified distribution point history object could not be foundUpdated 2 months ago