- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Scope
- SortField
- SortOrder
- Try it!
Retrieves list of reports.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/reports
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profile |
The Campaign Manager 360 user profile ID. |
Query parameters
Parameters | |
---|---|
max |
Maximum number of results to return. |
page |
The value of the nextToken from the previous result page. |
scope |
The scope that defines which results are returned. |
sort |
The field by which to sort the list. |
sort |
Order of sorted results. |
Request body
The request body must be empty.
Response body
Represents the list of reports.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"etag": string,
"items": [
{
object ( |
Fields | |
---|---|
kind |
The kind of list this is, in this case
. |
etag |
The eTag of this response for caching purposes. |
items[] |
The reports returned in this response. |
next |
Continuation token used to page through reports. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfareporting
Scope
Enums | |
---|---|
ALL |
All reports in account. |
MINE |
My reports. |
SortField
Enums | |
---|---|
ID |
Sort by report ID. |
LAST_MODIFIED_TIME |
Sort by 'lastModifiedTime' field. |
NAME |
Sort by name of reports. |
SortOrder
Enums | |
---|---|
ASCENDING |
Ascending order. |
DESCENDING |
Descending order. |