Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

What is FQL?

FQL or Feedback Query Language is Feedier’s syntax for filtering feedback data across the platform or API.

Using FQL offers several advantages:

  • (tick) Large filtering possibilities with 20+ filters

  • (tick) Role & privacy support

  • (tick) Performance

Where to find FQL in the Platform?

We recommend not to build FQL from scratch, but rather using the filter buttons in the Platform to build the FQL and then using it in the API.

Screenshot 2024-05-30 at 09.26.53-20240530-072658.png

  • Use the Filter button

  • Select your filter(s)

  • Click “Apply

  • The FQL will appear in the navigation bar.

Screenshot 2024-05-30 at 09.27.45.png

In this example, we filter on feedback ID = 123

To use it you can URL decode it to have a JSON format you can use in the API:

[{"id":{"$in":[123]}}]

Voilà!

Supporter Operators

A couple of FQL examples

Filter

FQL syntax

Any question? Ask support@feedier.com

  • No labels