AI-generated Key Takeaways
-
This page provides documentation for getting a project by ID using a GET HTTP request.
-
The request requires two path parameters:
profileIdandid. -
The request body must be empty, and the response body contains a
Projectinstance if successful. -
Authorization requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Gets one project by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/projects/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
id |
Project ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Project.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking