v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
articles

Initiate a new Report

Initiate a new Article Report for this Account. There is a limit of 1 report per day.

post/account/articles/export

Response

OK. AccountReport created.

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"
}