v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
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

idinteger required

A unique ID for the AccountRecord

account_idinteger required

The ID of the account which generated this report.

created_datestring required

Date when the AccountReport was requested

status'missing' | 'pending' | 'done' required

Status of the report

download_urlstring url required

The download link for the generated XLSX

group_idinteger required

The group ID that was used to filter the report, if any.

Example response

[
  {
    "created_date": "2017-05-15T15:12:26Z",
    "download_url": "https://some.com/storage/path/123/report-456.xlsx"
  }
]