Get specified Patch Software Title Configuration history object Ask AIget https://yourServer.jamfcloud.com/api/v2/patch-software-title-configurations/{id}/historyGets specified Patch Software Title Configuration history objectPath ParamsidstringrequiredPatch Software Title Configuration IdQuery ParamspageintegerDefaults to 0page-sizeintegerDefaults to 100sortarray of stringsDefaults to date:descSorting criteria in the format: property:asc/desc. Default sort is date:desc. Multiple sort criteria are supported and must be separated with a comma.sort stringADD stringfilterstringQuery in the RSQL format, allowing to filter history notes collection. Default filter is empty query - returning all results for the requested page. Fields allowed in the query: username, date, note, details. This param can be combined with paging and sorting. Example: filter=username!=admin and details==disabled and date<2019-12-15Responses 200Details of Patch Software Title Configuration history were found 404Specified Patch Software Title Configuration object does not exist.Updated 2 months ago