AI-generated Key Takeaways
-
This API endpoint allows you to retrieve a single platform type by its ID.
-
To use this endpoint, you need to provide the user's profile ID and the specific platform type ID as path parameters in the request URL.
-
The request body for this operation must be empty.
-
A successful response will contain the details of the requested platform type.
-
This API call requires authorization using the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Gets one platform type by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/platformTypes/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
id |
Platform type ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PlatformType.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking