Page Summary
-
The API retrieves a list of OperatingSystem objects for a specified network.
-
The HTTP request is a GET request to
https://admanager.googleapis.com/v1/{parent}/operatingSystems, where{parent}is the network code. -
Optional query parameters like
pageSize,pageToken,filter,orderBy, andskipcan be used to control the results. -
The response body contains a list of OperatingSystem objects, a
nextPageTokenfor pagination, and an optionaltotalSize. -
The request requires the
https://www.googleapis.com/auth/admanagerOAuth scope for authorization.

