Meet CybrIQ at InfoComm 2026 · Booth C5052 · June 13–19 · Las Vegas · Pre-book a working session →
API Documentation · UserQuery

UserQuery

User-saved query endpoints. 6 endpoints.

DELETE /prime/webui/userQuery

Delete Query

Delete Query. Use this to delete data.

curl example
curl -X DELETE 'https://<host>/prime/webui/userQuery' \
-H 'Authorization: Bearer <token>'
GET /prime/webui/userQuery

Get all queries

Get all queries. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/userQuery' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
            "tags": [
               "UserQuery"
            ],
            "summary": "Get all queries",
            "parameters": [
               {
                  "name": "Filters",
                  "in": "query",
                  "schema": {
                    "type": "object",
                    "additionalProperties": {
                       "type": "string"
                    },
                    "nullable": true
                  }
               },
               {
                  "name": "SortBy",
                  "in": "query",
                  "schema": {
                    "type": "string",
                    "nullable": true
                  }
               },
               {
                  "name": "PageNumber",
                  "in": "query",
                  "schema": {
                    "type": "integer",
                    "format": "int32"
                  }
               },



                                                              260

                 {
                      "name": "PageSize",
                      "in": "query",
                      "schema": {
                        "type": "integer",
                        "format": "int32"
                      }
                 },
                 {
                      "name": "GlobalSearch",
                      "in": "query",
                      "schema": {
                        "type": "string",
                        "nullable": true
                      }
                  }
               ],
               "responses": {
                  "200": {
                    "description": "Success",
                    "content": {
                      "text/plain": {
                         "schema": {
                           "$ref": "#/components/schemas/UserQueriesTableWrapper"
                         }
                      },
                      "application/json": {
                         "schema": {
                           "$ref": "#/components/schemas/UserQueriesTableWrapper"
                         }
                      },
                      "text/json": {
                         "schema": {
                           "$ref": "#/components/schemas/UserQueriesTableWrapper"
                         }
                      }
                    }
                  }
               }
          },
GET /prime/webui/userQuery/GetQuery

Get queries by id

Get queries by id. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/userQuery/GetQuery' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
            "tags": [
               "UserQuery"
            ],
            "summary": "Get queries by id",
            "parameters": [
               {
                 "name": "id",
                 "in": "query",
                 "schema": {
                   "type": "integer",
                   "format": "int32"
                 }
               }
            ],


                                                                                    261

              "responses": {
                "200": {
                  "description": "Success",
                  "content": {
                    "text/plain": {
                       "schema": {
                         "$ref": "#/components/schemas/UserQueries"
                       }
                    },
                    "application/json": {
                       "schema": {
                         "$ref": "#/components/schemas/UserQueries"
                       }
                    },
                    "text/json": {
                       "schema": {
                         "$ref": "#/components/schemas/UserQueries"
                       }
                    }
                  }
                }
              }
          }
POST /prime/webui/userQuery

Add Query

Add Query. Use this to create data.

curl example
curl -X POST 'https://<host>/prime/webui/userQuery' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/UserQueries"}'
OpenAPI spec
"post": {
            "tags": [
               "UserQuery"
            ],
            "summary": "Add Query",
            "requestBody": {
               "content": {
                 "application/json -patch+json": {
                    "schema": {
                      "$ref": "#/components/schemas/UserQueries"
                    }
                 },
                 "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/UserQueries"
                    }
                 },
                 "text/json": {
                    "schema": {
                      "$ref": "#/components/schemas/UserQueries"
                    }
                 },
                 "application/*+json": {
                    "schema": {
                      "$ref": "#/components/schemas/UserQueries"
                    }
                 }
               }
            },
            "responses": {


                                                                      262

                   "200": {
                     "description": "Success"
                   }
               }
          },
POST /prime/webui/userQuery/SetPublic

Set Query Public

Set Query Public. Use this to create data.

curl example
curl -X POST 'https://<host>/prime/webui/userQuery/SetPublic' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'
OpenAPI spec
"post": {
            "tags": [
               "UserQuery"
            ],
            "summary": "Set Query Public",
            "requestBody": {
               "content": {
                 "application/json -patch+json": {
                    "schema": {
                      "type": "integer",
                      "format": "int32"
                    }
                 },
                 "application/json": {
                    "schema": {
                      "type": "integer",
                      "format": "int32"
                    }
                 },
                 "text/json": {
                    "schema": {
                      "type": "integer",
                      "format": "int32"
                    }
                 },
                 "application/*+json": {
                    "schema": {
                      "type": "integer",
                      "format": "int32"
                    }
                 }
               }
            },
            "responses": {
               "200": {
                 "description": "Success"
               }
            }
          }
PUT /prime/webui/userQuery

Update Query

Update Query. Use this to update data.

Patented Device DNA™ SOC 2 Type II aligned NDAA 889 aligned Engineered for the AV channel InfoComm 2026 · Booth C5052