Skip to main content
POST
/
api
/
v2
/
reports
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "<string>",
    "type": "report",
    "period": [
      "'2021/01/25 10:00', '2021/02/01 11:30'"
    ],
    "attributes": {
      "id": 1,
      "multipleSheets": false,
      "status": "ready",
      "createdAt": "2023-11-07T05:31:56Z",
      "filename": "<string>",
      "downloadUrl": "<string>"
    },
    "relationships": {
      "projects": [
        {
          "type": "<string>",
          "id": "<string>",
          "meta": {}
        }
      ],
      "worksites": [
        {
          "type": "<string>",
          "id": "<string>",
          "meta": {}
        }
      ]
    }
  }
}

Body

application/json
projectIds
integer[]
siteIds
integer[]
type
enum<string>
Available options:
TagIncursions,
TagTesting,
IncursionLog,
TagTestLog
period
string<date>[]
multipleSheets
boolean

Response

200 - application/json

Report created

data
object