GraphQL CDR reports freePBX16

Dears,
I need to address a very simple task, getting CDR reports using GraphQL.

I’m using freePBX16 and below the query I’m sending through GraphQL Explorer:

query {
fetchAllCdrs {
edges{node{id}}
}
}

This is the response I receive:
{
“errors”: [
{
“message”: “Internal server error”,
“status”: false
}
]
}

What I’m wrong?

As you can understand I’m not an expert, I’m just started using this interface…your support will be very appreciated, thanks in advance!!

I found the solution here:
https://support.digium.com/s/article/PBX-GUI-CDR-Module-GraphQL-APIs

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.