AI-generated Key Takeaways
-
This document provides details on how to retrieve a list of connection types using an HTTP GET request.
-
The request requires a
profileIdas 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/dfatraffickingOAuth 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 |
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 ( |
| Fields | |
|---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
connectionTypes[] |
Collection of connection types such as broadband and mobile. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking