articles
Account Article Report
Return status on all reports generated for the account from the oauth credentials
get/account/articles/export
Query parameters
group_idinteger
A group ID to filter by
Response
OK. An array of account report entries
Example response
[
{
"created_date": "2017-05-15T15:12:26Z",
"download_url": "https://some.com/storage/path/123/report-456.xlsx"
}
]