Retrieve Mobile Device Extension Attributes.Ask AIget https://yourServer.jamfcloud.com/api/v1/mobile-device-extension-attributesRetrieves all mobile device extension attributes configuration.Query ParamspageintegerDefaults to 0page-sizeintegerDefaults to 100sortarray of stringsDefaults to name.ascSorts results by one or more criteria, following the format property:asc/desc. Default sort is name:asc. If using multiple criteria, separate with commas. Allows sort for id and name.sort stringADD stringfilterstringFilters results. Use RSQL format for query. Allows for many fields, including ID, name, etc. Can be combined with paging and sorting. Fields allowed in the query: id, name Default filter is an empty query and returns all results from the requested page.Responses 200Mobile Device Extension Attribute objects has been fetched successfully. 404Mobile Device Extension Attribute objects could not be found. The server either did not find a current representation for the requested resource or is trying to hide its existence from an unauthorized client.Updated 2 months ago