AI-generated Key Takeaways
-
This API call retrieves a single order document using its ID.
-
The request uses a GET method with a URL that includes the user profile ID, project ID, and the specific order document ID.
-
Path parameters
profileId
,projectId
, andid
are required and are strings with an int64 format. -
The request body should be empty.
-
A successful response will return an instance of the OrderDocument object and requires the
https://www.googleapis.com/auth/dfatrafficking
authorization 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