AI-generated Key Takeaways
- 
          This document outlines how to get one mobile app by ID using an HTTP GET request. 
- 
          The request URL includes path parameters for the user profileIdand the mobile appid.
- 
          The request body must be empty, and the response body contains an instance of MobileAppif the request is successful.
- 
          The API call requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
Gets one mobile app by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/mobileApps/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| id | 
 Mobile app ID. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of MobileApp.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/dfatrafficking