Get Automated Report Results Report


This request returns a report created by an automated report.

Resource

GET /reports/<OID>/attachments/<ATTACHMENT_OID>

Where OID is the object ID of the automated report and ATTACHMENT_OID is the object ID of the attachment in the results.

Parameters

Name Type Description

response_type

[json|stream]

if stream is specified then the attachments contents are streamed to the client.

Payload

None

Response

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/reports/2176226/attachments/2182071
Response
{
"object": {
        "originalLocation": "calls 2024-01-01 - 2024-01-31.csv",
        "mimeType": "text/csv",
        "contentsB64String": "Y2FsbHMsLCwsjksOTQ3LDQ5OSwwMj...jE1Cg==",
        "hasThumbnail": false,
        "size": 0,
        "commonName": "calls 2024-01-01 - 2024-01-31.csv",
        "oid": "2181072",
        "objectType": "Attachment"
    }
}