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

UserConfigTable

User-configuration table endpoints. 3 endpoints.

GET /prime/webui/tableConfig

Get All User Table Config

Get All User Table Config. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/tableConfig' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
             "tags": [
                "UserConfigTable"
             ],
             "summary": "Get All User Table Config",
             "responses": {
                "200": {
                  "description": "Success",
                  "content": {
                    "text/plain": {
                      "schema": {
                         "type": "array",
                         "items": {
                           "$ref": "#/components/schemas/UserConfigTable"
                         }



                                                                                   257

                               }
                            },
                            "application/json": {
                               "schema": {
                                 "type": "array",
                                 "items": {
                                   "$ref": "#/components/schemas/UserConfigTable"
                                 }
                               }
                            },
                            "text/json": {
                               "schema": {
                                 "type": "array",
                                 "items": {
                                   "$ref": "#/components/schemas/UserConfigTable"
                                 }
                               }
                            }
                        }
                    }
                }
           },
GET /prime/webui/tableConfig/GetConfig

Get User Table Config by id

Get User Table Config by id. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/tableConfig/GetConfig' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
             "tags": [
                "UserConfigTable"
             ],
             "summary": "Get User Table Config by id",
             "parameters": [
                {
                  "name": "type",
                  "in": "query",
                  "schema": {
                    "$ref": "#/components/schemas/TableType"
                  }
                }
             ],
             "responses": {
                "200": {
                  "description": "Success",
                  "content": {
                    "text/plain": {
                       "schema": {
                         "$ref": "#/components/schemas/UserConfigTable"
                       }
                    },
                    "application/json": {
                       "schema": {
                         "$ref": "#/components/schemas/UserConfigTable"
                       }
                    },
                    "text/json": {
                       "schema": {
                         "$ref": "#/components/schemas/UserConfigTable"
                       }
                    }


                                                                                    258

                       }
                   }
               }
           }
POST /prime/webui/tableConfig

Add or Update User Table Config

Add or Update User Table Config. Use this to create data.

curl example
curl -X POST 'https://<host>/prime/webui/tableConfig' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/UserConfigTable"}'
OpenAPI spec
"post": {
             "tags": [
                "UserConfigTable"
             ],
             "summary": "Add or Update User Table Config",
             "requestBody": {
                "content": {
                  "application/json -patch+json": {
                     "schema": {
                       "$ref": "#/components/schemas/UserConfigTable"
                     }
                  },
                  "application/json": {
                     "schema": {
                       "$ref": "#/components/schemas/UserConfigTable"
                     }
                  },
                  "text/json": {
                     "schema": {
                       "$ref": "#/components/schemas/UserConfigTable"
                     }
                  },
                  "application/*+json": {
                     "schema": {
                       "$ref": "#/components/schemas/UserConfigTable"
                     }
                  }
                }
             },
             "responses": {
                "200": {
                  "description": "Success"
                }
             }
           }
Patented Device DNA™ SOC 2 Type II aligned NDAA 889 aligned Engineered for the AV channel InfoComm 2026 · Booth C5052