Search for sorted and paged Scripts Copy Pageget https://yourServer.jamfcloud.com/api/v1/scriptsSearch for sorted and paged scripts Required privilege: Read ScriptsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamspageintegerDefaults to 0page-sizeintegerDefaults to 100sortarray of stringsDefaults to name:ascSorting criteria in the format: property:asc/desc. Default sort is name:asc. Multiple sort criteria are supported and must be separated with a comma. Fields allowed in the query: id, name, info, notes, priority, categoryId, categoryName, parameter4 up to parameter11, osRequirements, scriptContents. Example: sort=date:desc,name:ascsort stringADD stringfilterstringQuery in the RSQL format, allowing to filter scripts collection. Default search is empty query - returning all results for the requested page. Fields allowed in the query: id, name, info, notes, priority, categoryId, categoryName, parameter4 up to parameter11, osRequirements, scriptContents. This param can be combined with paging and sorting. Example: filter=categoryName=="Category" and name=="script name"Response 200Found scripts matching search params.Updated 20 days ago