Skip to main content
POST
/
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"
}

Body

application/json
projectIds
integer[]
siteIds
integer[]
brandId
integer
period
string<date>[]
multipleSheets
boolean

Response

200 - application/json

Report created

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