/v1/reportTypes
GET
/v1/reportTypesLists report types.
Request
Query Params
includeSystemManaged
string
optional
If set to true, also system-managed report types will be returned; otherwise only the report types that can be used to create new reporting jobs will be returned.
onBehalfOfContentOwner
string
optional
The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel).
pageSize
integer
optional
Requested page size. Server may return fewer report types than requested. If unspecified, server will pick an appropriate default.
pageToken
string
optional
A token identifying a page of results the server should return. Typically, this is the value of ListReportTypesResponse.next_page_token returned in response to the previous call to the ListReportTypes
method.
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago