Skip to main content
GET
/
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": {}
          }
        ]
      }
    }
  ],
  "included": [
    {
      "id": "<string>",
      "type": "<string>",
      "attributes": {}
    }
  ],
  "meta": {
    "pagination": {
      "currentPage": 123,
      "totalPages": 123,
      "totalCount": 123
    }
  }
}

Response

200 - application/json

List of reports

data
object[]
included
object[]
meta
object