Get specified Package History object Ask AIget https://yourServer.jamfcloud.com/api/v1/packages/{id}/historyGets specified Package history objectPath ParamsidstringrequiredInstance ID of package 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 package history were found 404Specified package history object could not be foundUpdated about 2 months ago