List YouTube History
GET {{baseUrl}}/v1/youtube/history?startTime=<string>&endTime=<string>&type=report
Get history in list of overviews, reports viewed, with time range query.
Body
PARAM
Key | Datatype | Required | Description |
startTime
|
string | Start time, ISO 8601 format or milliseconds since Unix Epoch | |
endTime
|
string | End time, ISO 8601 format or milliseconds since Unix Epoch | |
type
|
string | Type of the report |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"influencersHistory": [
{
"userId": "<string>",
"handle": "<string>",
"updatedAt": "<string>",
"reportType": "REPORT"
},
{
"userId": "<string>",
"handle": "<string>",
"updatedAt": "<string>",
"reportType": "REPORT"
}
],
"error": "<boolean>"
} |
ENDPOINTS