The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Filter results based on site name from Sitetree in GraphQL API

asdf | Last updated: Jun 24, 2020 03:25PM UTC

I'm using GraphQL API (below syntax) to retrieve all site IDs, names, and scopes. How can I filter the result based on site name (for eg. name = "abc") to get site ID and in-scope URLs for that specific site. query Sites { site_tree { sites { id name scope { included_urls } } } }

Hannah, PortSwigger Agent | Last updated: Jun 25, 2020 02:38PM UTC