HTTP | URL | Parameters | Description | Response |
---|---|---|---|---|
GET | /api/public/query_log/ flagged_queries/ | Optional parameter
|
Retrieves a list of flagged queries for a system and user | List of FlaggedQueries (if system) |
GET | /api/public/query_log/flagged_queries/{flag_id} |
Path Variable
|
Retrieves a flagged query based on the provided flagId | The FlaggedQuery identified by the provided flagId param |
DELETE | /api/public/query_log/flagged_queries/{flag_id} |
Path Variable
|
Deletes a flagged query based on the provided flagId | A "ReturnStatus" object providing a result message |