Method: operatingSystems.list

  • Retrieves a comprehensive list of operating systems available within a specified user profile.

  • Utilizes a GET request to the designated endpoint with the profile ID as a path parameter.

  • Returns a JSON response containing details about the retrieved operating systems, including their kind and a collection of operating system objects.

  • Requires authorization with the dfatrafficking scope for access.

Retrieves a list of operating systems.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/operatingSystems

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Request body

The request body must be empty.

Response body

Operating System operatingSystems.list Response

If successful, the response body contains data with the following structure:

JSON representation
{
  "kind": string,
  "operatingSystems": [
    {
      object (OperatingSystem)
    }
  ]
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#operatingSystemsListResponse"

.

operatingSystems[]

object (OperatingSystem)

Operating system collection.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking