Get all reports of the authenticated user of the authenticated hub.
Successful operation
{- "success": true,
- "hash": "fff8ed3e7fb56dc9781ff257df7c1f33e9680b67",
- "data": [
- {
- "id": 38,
- "hash": "cbc6ae1721ea2a2db3d4de2964f702b27ff85d00",
- "name": "20221004_150855_Hub_1_Measure_2_Report.pptx",
- "extension": "pptx",
- "mime": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
- "size": 541463,
- "type": 2,
- "expiration_time": "2022-10-07T23:59:59.000000Z",
- "remaining_days": 2,
- "remaining_time": "2 days 13 hours",
- "created_time": "2022-10-04T15:08:55.000000Z",
- "modified_time": "2022-10-04T15:08:55.000000Z",
- "modified_user_time": "2022-10-04T15:08:55.000000Z",
- "signature": "c0ca77b48d774c2ce7641c9d29931cc710cb686126122f39dbd5e992f6865fb4",
- "model": "Report",
- "reportable": {
- "id": 2,
- "hash": "952d544cd1d50a3937b903ee9f0322808baba201",
- "name": "Turnover",
- "model": "Measure"
}, - "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "model": "User"
}
}, - {
- "id": 39,
- "hash": "e2e75c71355f46bd47b9d2483edd16f382e3ee8a",
- "name": "20221005_104634_Hub_1_Program_1_Report.pptx",
- "extension": "pptx",
- "mime": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
- "size": 532568,
- "type": 3,
- "expiration_time": "2022-10-08T23:59:59.000000Z",
- "remaining_days": 3,
- "remaining_time": "3 days 13 hours",
- "created_time": "2022-10-05T10:46:34.000000Z",
- "modified_time": "2022-10-05T10:46:34.000000Z",
- "modified_user_time": "2022-10-05T10:46:34.000000Z",
- "signature": "daabe581031e6fe931d4f27e52876dc40263993ee921b629f1830337956f9b7e",
- "model": "Report",
- "reportable": {
- "id": 1,
- "hash": "1650600bd010a50897b50572382460965fed588a",
- "name": "Airborne",
- "model": "Program"
}, - "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "model": "User"
}
}
], - "meta": {
- "page": 1,
- "first": 1,
- "last": 2,
- "total": 2,
- "limit": 1000,
- "pages": 1
}, - "timestamp": 1664966798626
}
Get a report.
disposition | string or null Default: "attachment" The content-disposition for the requested file. For |
signature required | string The signature for the report. |
Successful operation
Forbidden
Not Found
Unprocessable Content
{- "success": false,
- "error": {
- "status": 403,
- "message": "The signature of the request is invalid or expired.",
- "code": 0
}, - "timestamp": 1664967443631
}