AI-generated Key Takeaways
-
Retrieves a specific order document using its unique ID.
-
The request is made using an HTTP GET method to a specific URL structure including profile ID, project ID, and order document ID.
-
An empty request body is required, and a successful response returns an OrderDocument object.
-
Authorization is necessary using the
dfatrafficking
scope.
Gets one order document by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/projects/{projectId}/orderDocuments/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
projectId |
Project ID for order documents. |
id |
Order document ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of OrderDocument
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking