Method: projects.get

  • This page provides documentation for getting a project by ID using a GET HTTP request.

  • The request requires two path parameters: profileId and id.

  • The request body must be empty, and the response body contains a Project instance if successful.

  • Authorization requires the https://www.googleapis.com/auth/dfatrafficking OAuth 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

string (int64 format)

User profile ID associated with this request.

id

string (int64 format)

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