Extension Details using GraphQL

Hi All

Just wondering how we would pull extension information using GraphQL. I found some other user used this:

{
allExtensions {
extension {
extension
id
user {
name
password
sipname
extension
}
}
}
}

but am wanting to also include secret (chansip) and status similar to a SIP SHOW PEERS.
Can someone assist?

Cheers

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