Get Automated Report Results


This request returns a list of the previously created results of the selected automated report.

The reports can be retrieved with Get Report

Resource

GET /reports/<OID>/results

Where OID is the object ID of the automated report.

Parameters

None

Payload

None

Response

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/reports/2043474/results
Response
{
    "data": [
        {
            "object": {
                "resultReport": {
                    "originalLocation": "status 2022-12-23 - 2022-12-24.pdf",
                    "mimeType": "application/pdf",
                    "hasThumbnail": false,
                    "size": 0,
                    "commonName": "status 2022-12-23 - 2022-12-24.pdf",
                    "oid": "2048617",
                    "objectType": "Attachment"
                },
                "reportDate": "2022-12-23 11:14:20",
                "oid": "2048616",
                "objectType": "QBQueryReportResult"
            },
            "links": [
                {
                    "rel": "self",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "resultReport": {
                    "originalLocation": "status 2022-12-27 - 2022-12-27.pdf",
                    "mimeType": "application/pdf",
                    "hasThumbnail": false,
                    "size": 0,
                    "commonName": "status 2022-12-27 - 2022-12-27.pdf",
                    "oid": "2049225",
                    "objectType": "Attachment"
                },
                "reportDate": "2022-12-27 14:47:01",
                "oid": "2049224",
                "objectType": "QBQueryReportResult"
            },
            "links": [
                {
                    "rel": "self",
                    "method": "GET"
                }
            ]
        }
    ],
    "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "https://xelion.nl/api/v1/master/reports/2043474/results",
                "method": "GET"
            }
        ]
    }
}