Method: connectionTypes.list

  • This document provides details on how to retrieve a list of connection types using an HTTP GET request.

  • The request requires a profileId as a path parameter to identify the user profile associated with the request.

  • The request body must be empty, and the response body contains a JSON representation of the list of connection types.

  • Authorization for this request requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope.

Retrieves a list of connection types.

HTTP request

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

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

Connection Type connectionTypes.list Response

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

JSON representation
{
  "kind": string,
  "connectionTypes": [
    {
      object (ConnectionType)
    }
  ]
}
Fields
kind

string

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

"dfareporting#connectionTypesListResponse"

.

connectionTypes[]

object (ConnectionType)

Collection of connection types such as broadband and mobile.

Authorization scopes

Requires the following OAuth scope:

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