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

ReportManagerApi

Report-manager endpoints for generating and exporting reports. 12 endpoints.

DELETE /prime/webui/reportManagerApi/trigger

Cancel trigger

Cancel trigger. Use this to delete data.

curl example
curl -X DELETE 'https://<host>/prime/webui/reportManagerApi/trigger' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"delete": {
            "tags": [
               "ReportManagerApi"
            ],
            "summary": "Cancel trigger",
            "parameters": [
               {
                 "name": "id",
                 "in": "query",
                 "schema": {
                   "type": "integer",
                   "format": "int32"
                 }
               }
            ],
            "responses": {
               "200": {
                 "description": "Success",
                 "content": {
                   "text/plain": {
                      "schema": {
                        "$ref": "#/components/schemas/StoredQueryViewResource"
                      }
                   },
                   "application/json": {
                      "schema": {
                        "$ref": "#/components/schemas/StoredQueryViewResource"
                      }
                   },
                   "text/json": {
                      "schema": {
                        "$ref": "#/components/schemas/StoredQueryViewResource"
                      }
                   }
                 }
               }



                                                                                 184

               }
          },
DELETE /prime/webui/reportManagerApi/query

Delete query

Delete query. Use this to delete data.

curl example
curl -X DELETE 'https://<host>/prime/webui/reportManagerApi/query' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"delete": {
            "tags": [
               "ReportManagerApi"
            ],
            "summary": "Delete query",
            "parameters": [
               {
                 "name": "id",
                 "in": "query",
                 "schema": {
                   "type": "integer",
                   "format": "int32"
                 }
               }
            ],
            "responses": {
               "200": {
                 "description": "Success",
                 "content": {
                   "text/plain": {
                      "schema": {
                        "$ref": "#/components/schemas/InputStoredQueryViewResource"
                      }
                   },
                   "application/json": {
                      "schema": {
                        "$ref": "#/components/schemas/InputStoredQueryViewResource"
                      }
                   },
                   "text/json": {
                      "schema": {
                        "$ref": "#/components/schemas/InputStoredQueryViewResource"
                      }
                   }
                 }
               }
            }
          }
DELETE /prime/webui/reportManagerApi/download

Get download status \r\n[FromQuery]string? downloadId

Get download status \r\n[FromQuery]string? downloadId. Use this to delete data.

curl example
curl -X DELETE 'https://<host>/prime/webui/reportManagerApi/download' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"delete": {
            "tags": [
               "ReportManagerApi"
            ],


                                                                                         185

              "summary": "Get download status \r\n[FromQuery]string? downloadId",
              "parameters": [
                 {
                   "name": "downloadId",
                   "in": "query",
                   "schema": {
                     "type": "integer",
                     "format": "int64"
                   }
                 }
              ],
              "responses": {
                 "200": {
                   "description": "Success"
                 }
              }
          }
GET /prime/webui/reportManagerApi/queries

Get all queries \r\n[FromQuery]string? filter = null, [FromQuery] int page = 1, [FromQuery] int

Get all queries \r\n[FromQuery]string? filter = null, [FromQuery] int page =

GET /prime/webui/reportManagerApi/download/status

Get download status \r\n[FromQuery]string? downloadId

Get download status \r\n[FromQuery]string? downloadId. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/reportManagerApi/download/status' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
           "tags": [
              "ReportManagerApi"
           ],
           "summary": "Get download status \r\n[FromQuery]string? downloadId",
           "parameters": [
              {
                "name": "downloadId",
                "in": "query",
                "schema": {
                  "type": "integer",
                  "format": "int64"
                }
              }
           ],
           "responses": {
              "200": {
                "description": "Success",
                "content": {
                  "text/plain": {
                    "schema": {



                                                                                                187

                                "$ref": "#/components/schemas/DownloadItemViewResource"
                            }
                          },
                          "application/json": {
                             "schema": {
                               "$ref": "#/components/schemas/DownloadItemViewResource"
                             }
                          },
                          "text/json": {
                             "schema": {
                               "$ref": "#/components/schemas/DownloadItemViewResource"
                             }
                          }
                      }
                  }
              }
          }
GET /prime/webui/reportManagerApi/download

Get file downloaded \r\n[FromQuery]string? downloadId

Get file downloaded \r\n[FromQuery]string? downloadId. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/reportManagerApi/download' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
             "tags": [
                "ReportManagerApi"
             ],
             "summary": "Get file downloaded \r\n[FromQuery]string? downloadId",
             "parameters": [
                {
                  "name": "downloadId",
                  "in": "query",
                  "schema": {
                    "type": "integer",
                    "format": "int64"
                  }
                }
             ],
             "responses": {
                "200": {
                  "description": "Success"
                }
             }
          },
GET /prime/webui/reportManagerApi/trigger

Get latest downloads \r\n[FromQuery]string? downloadId

Get latest downloads \r\n[FromQuery]string? downloadId. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/reportManagerApi/trigger' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
            "tags": [
               "ReportManagerApi"
            ],
            "summary": "Get latest downloads \r\n[FromQuery]string? downloadId",
            "responses": {


                                                                                          188

                  "200": {
                    "description": "Success",
                    "content": {
                      "text/plain": {
                         "schema": {
                           "$ref": "#/components/schemas/DownloadItemViewResourceTableWrapper"
                         }
                      },
                      "application/json": {
                         "schema": {
                           "$ref": "#/components/schemas/DownloadItemViewResourceTableWrapper"
                         }
                      },
                      "text/json": {
                         "schema": {
                           "$ref": "#/components/schemas/DownloadItemViewResourceTableWrapper"
                         }
                      }
                    }
                  }
              }
          }
GET /prime/webui/reportManagerApi/query

Get query by id \r\n[FromQuery] int id

Get query by id \r\n[FromQuery] int id. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/reportManagerApi/query' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
             "tags": [
                "ReportManagerApi"
             ],
             "summary": "Get query by id \r\n[FromQuery] int id",
             "responses": {
                "200": {
                  "description": "Success",
                  "content": {
                    "text/plain": {
                       "schema": {
                         "$ref": "#/components/schemas/InputStoredQueryViewResource"
                       }
                    },
                    "application/json": {
                       "schema": {
                         "$ref": "#/components/schemas/InputStoredQueryViewResource"
                       }
                    },
                    "text/json": {
                       "schema": {
                         "$ref": "#/components/schemas/InputStoredQueryViewResource"
                       }
                    }
                  }
                }
             }
          },
POST /prime/webui/reportManagerApi/query

POST /prime/webui/reportManagerApi/query

POST /prime/webui/reportManagerApi/Send

POST /prime/webui/reportManagerApi/Send

PUT /prime/webui/reportManagerApi/trigger

Trigger download

Trigger download. Use this to update data.

curl example
curl -X PUT 'https://<host>/prime/webui/reportManagerApi/trigger' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/TriggerRequestViewRequest"}'
OpenAPI spec
"put": {
             "tags": [
                "ReportManagerApi"
             ],
             "summary": "Trigger download",
             "parameters": [
                {
                  "name": "id",
                  "in": "query",



                                                                                               191

                   "schema": {
                     "type": "integer",
                     "format": "int64"
                   }
                  }
               ],
               "requestBody": {
                  "content": {
                    "application/json -patch+json": {
                       "schema": {
                          "$ref": "#/components/schemas/TriggerRequestViewRequest"
                       }
                    },
                    "application/json": {
                       "schema": {
                          "$ref": "#/components/schemas/TriggerRequestViewRequest"
                       }
                    },
                    "text/json": {
                       "schema": {
                          "$ref": "#/components/schemas/TriggerRequestViewRequest"
                       }
                    },
                    "application/*+json": {
                       "schema": {
                          "$ref": "#/components/schemas/TriggerRequestViewRequest"
                       }
                    }
                  }
               },
               "responses": {
                  "200": {
                    "description": "Success",
                    "content": {
                       "text/plain": {
                          "schema": {
                            "$ref": "#/components/schemas/DownloadItemViewResourceTableWrapper"
                          }
                       },
                       "application/json": {
                          "schema": {
                            "$ref": "#/components/schemas/DownloadItemViewResourceTableWrapper"
                          }
                       },
                       "text/json": {
                          "schema": {
                            "$ref": "#/components/schemas/DownloadItemViewResourceTableWrapper"
                          }
                       }
                    }
                  }
               }
          },
PUT /prime/webui/reportManagerApi/query

Update query

Update query. Use this to update data.

curl example
curl -X PUT 'https://<host>/prime/webui/reportManagerApi/query' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/InputStoredQueryViewResource"}'
OpenAPI spec
"put": {


                                                                                               193

           "tags": [
              "ReportManagerApi"
           ],
           "summary": "Update query",
           "parameters": [
              {
                "name": "id",
                "in": "query",
                "schema": {
                   "type": "integer",
                   "format": "int32"
                }
              }
           ],
           "requestBody": {
              "content": {
                "application/json -patch+json": {
                   "schema": {
                      "$ref": "#/components/schemas/InputStoredQueryViewResource"
                   }
                },
                "application/json": {
                   "schema": {
                      "$ref": "#/components/schemas/InputStoredQueryViewResource"
                   }
                },
                "text/json": {
                   "schema": {
                      "$ref": "#/components/schemas/InputStoredQueryViewResource"
                   }
                },
                "application/*+json": {
                   "schema": {
                      "$ref": "#/components/schemas/InputStoredQueryViewResource"
                   }
                }
              }
           },
           "responses": {
              "200": {
                "description": "Success",
                "content": {
                   "text/plain": {
                      "schema": {
                        "$ref": "#/components/schemas/InputStoredQueryViewResource"
                      }
                   },
                   "application/json": {
                      "schema": {
                        "$ref": "#/components/schemas/InputStoredQueryViewResource"
                      }
                   },
                   "text/json": {
                      "schema": {
                        "$ref": "#/components/schemas/InputStoredQueryViewResource"
                      }
                   }
                }
              }
           }
      },
Patented Device DNA™ SOC 2 Type II aligned NDAA 889 aligned Engineered for the AV channel InfoComm 2026 · Booth C5052