AI-generated Key Takeaways
-
Retrieves a specific platform type using its unique ID and the associated user profile ID.
-
Requires authorization with the
dfatrafficking
scope for accessing and retrieving the platform type data. -
Employs a
GET
request to a designated endpoint, utilizing gRPC Transcoding for URL structure. -
Returns a
PlatformType
object in the response body if the request is successful.
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