Get sorted and paged Enrollment Customization history objects Ask AIget https://yourServer.jamfcloud.com/api/v2/enrollment-customizations/{id}/historyGets sorted and paged enrollment customization history objectsPath ParamsidstringrequiredEnrollment Customization identifierQuery ParamspageintegerDefaults to 0page-sizeintegerDefaults to 100sortarray of stringsDefaults to date:descSorting criteria in the format: property,asc/desc. Default sort order is descending. Multiple sort criteria are supported and must be entered on separate lines in Swagger UI. In the URI the 'sort' query param is duplicated for each sort criterion, e.g., ...&sort=name%2Casc&sort=date%2Cdescsort stringADD stringResponse 200Details of enrollment customization history were foundUpdated 2 months ago