Skip to main content
GET
/
api
/
v1
/
reports
Error
A valid request URL is required to generate request examples
[
  {
    "projectIds": [
      1,
      3,
      5
    ],
    "siteIds": [
      1,
      3,
      5
    ],
    "userId": 123,
    "brandId": 123,
    "period": [
      "'2021/01/25 10:00', '2021/02/01 11:30'"
    ],
    "multipleSheets": true,
    "status": "waiting"
  }
]

Response

200 - application/json

list of reports

projectIds
array
Example:
[1, 3, 5]
siteIds
array
Example:
[1, 3, 5]
userId
integer
brandId
integer
period
string<date>[]
multipleSheets
boolean
status
enum<string>
Available options:
waiting,
processing,
ready,
error