{ "info": { "_postman_id": "e894ac42-158d-4af5-b4d9-244e85e5b58b", "name": "OpenAPI Specification Agents - Conversation Data API", "description": "AI API to chat with Celonis Agents and run their tools.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "lastUpdatedBy": "35240", "uid": "35240-e894ac42-158d-4af5-b4d9-244e85e5b58b" }, "item": [ { "name": "intelligence", "item": [ { "name": "api", "item": [ { "name": "knowledge-models", "item": [ { "name": "{km_id}", "item": [ { "name": "data", "item": [ { "name": "Get a list of KM data", "id": "9e39a170-7da4-429f-8323-e7d23834866b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "id": "92996e6b-ceff-434e-9fe1-efc7a41b1e5d", "key": "km_id", "value": "", "description": "(Required) " } ] }, "description": "Data for a Knowledge Model" }, "response": [ { "id": "579f3ac9-c206-42eb-bb29-6f3413657e03", "name": "List of Knowledge Model data", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {},\n \"page\": \"\",\n \"pageSize\": \"\",\n \"total\": \"\",\n \"sort\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-579f3ac9-c206-42eb-bb29-6f3413657e03" }, { "id": "a18adb45-1455-48e2-bc09-03770ca54c12", "name": "Bad Request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-a18adb45-1455-48e2-bc09-03770ca54c12" }, { "id": "bb782b62-58ac-4c29-839d-6cab9c8c946d", "name": "Unauthorized access.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-bb782b62-58ac-4c29-839d-6cab9c8c946d" }, { "id": "043e5a54-3819-4115-812e-d15b772e94e3", "name": "Forbidden.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-043e5a54-3819-4115-812e-d15b772e94e3" }, { "id": "8370f234-f8fe-458a-97ae-94f14418edcd", "name": "The specified resource was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-8370f234-f8fe-458a-97ae-94f14418edcd" }, { "id": "6b3a4be0-820f-4596-8470-55844e39566c", "name": "Too Many Requests.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "Request limit per hour.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "The number of requests left for the time window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "The UTC date/time at which the current rate limit window resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-6b3a4be0-820f-4596-8470-55844e39566c" }, { "id": "bfe94837-a7c4-466e-9002-da3079a5eee8", "name": "Internal Server Error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-bfe94837-a7c4-466e-9002-da3079a5eee8" }, { "id": "99b512d2-8fd1-40f7-9e60-0f44eaedc36b", "name": "Service Unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-99b512d2-8fd1-40f7-9e60-0f44eaedc36b" } ], "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-9e39a170-7da4-429f-8323-e7d23834866b" }, { "name": "Get a list of KM data with advanced filtering", "id": "8f1802a2-43b7-47f0-b658-a9a7608ecb18", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "id": "253405b6-7d0f-4f2e-a21f-03dec7a1151c", "key": "km_id", "value": "", "description": "(Required) " } ] }, "description": "Query Data for a Knowledge Model that is combining different Records, this endpoint allows clients to easily include more complicated queries." }, "response": [ { "id": "496a3518-7384-46f7-89c4-ef6e9cecfc79", "name": "List of Knowledge Model data.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "key": "km_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {},\n \"page\": \"\",\n \"pageSize\": \"\",\n \"total\": \"\",\n \"sort\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-496a3518-7384-46f7-89c4-ef6e9cecfc79" }, { "id": "28004214-0c64-43d7-a74a-9235a606d742", "name": "Bad Request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "key": "km_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-28004214-0c64-43d7-a74a-9235a606d742" }, { "id": "ea69daa2-83b2-4953-ae46-b41f8529bc24", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "key": "km_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-ea69daa2-83b2-4953-ae46-b41f8529bc24" }, { "id": "1514d546-3439-49f5-bbb4-84161365b57e", "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "key": "km_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-1514d546-3439-49f5-bbb4-84161365b57e" }, { "id": "5ea598ac-ffb8-4410-a1b1-49404c02db4c", "name": "The specified resource was not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "key": "km_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-5ea598ac-ffb8-4410-a1b1-49404c02db4c" }, { "id": "4f081abe-ae40-4d1a-8c8b-d6200ed39aa9", "name": "Too Many Requests.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "key": "km_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "Request limit per hour.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "The number of requests left for the time window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "The UTC date/time at which the current rate limit window resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-4f081abe-ae40-4d1a-8c8b-d6200ed39aa9" }, { "id": "19124ec2-5e77-4bf6-9066-50abc49678b9", "name": "Internal Server Error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "key": "km_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-19124ec2-5e77-4bf6-9066-50abc49678b9" }, { "id": "6ed46f7c-61d7-4f47-955c-4ed089676675", "name": "Service Unavailable.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"kpis\": [\n \"\",\n \"\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "data" ], "variable": [ { "key": "km_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-6ed46f7c-61d7-4f47-955c-4ed089676675" } ], "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-8f1802a2-43b7-47f0-b658-a9a7608ecb18" } ], "id": "ce55b01e-217e-4f66-aefc-190f4a13a68a", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-ce55b01e-217e-4f66-aefc-190f4a13a68a" }, { "name": "records", "item": [ { "name": "{record_id}", "item": [ { "name": "data", "item": [ { "name": "Get a list of KM Record data", "id": "32e20ec3-6c5f-4da4-869c-06a30930de5d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "id": "78072f2a-ab8e-439e-b4da-5c7314f51100", "key": "km_id", "value": "", "description": "(Required) " }, { "id": "7fb808a6-08d1-4095-a7b3-ae4b53ccc461", "key": "record_id", "value": "", "description": "(Required) " } ] }, "description": "Data for a Record in the Knowledge Model." }, "response": [ { "id": "4ce6b562-c1ab-48a3-844b-1c550a25e9f8", "name": "List of Record data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {},\n \"page\": \"\",\n \"pageSize\": \"\",\n \"total\": \"\",\n \"sort\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-4ce6b562-c1ab-48a3-844b-1c550a25e9f8" }, { "id": "a9796f05-c9e3-4415-b5a9-c59007cfbb50", "name": "Bad Request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-a9796f05-c9e3-4415-b5a9-c59007cfbb50" }, { "id": "ee9e8f62-9e9b-4c2e-a85b-efcc686d7e95", "name": "Unauthorized access.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-ee9e8f62-9e9b-4c2e-a85b-efcc686d7e95" }, { "id": "e6765310-6687-4c1b-8e22-1393be2105db", "name": "Forbidden.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-e6765310-6687-4c1b-8e22-1393be2105db" }, { "id": "9b2e7432-bd68-42d1-88e5-51032f9029f1", "name": "The specified resource was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-9b2e7432-bd68-42d1-88e5-51032f9029f1" }, { "id": "a29c3121-004f-4b41-a7d0-3afb4e0445ae", "name": "Too Many Requests.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "Request limit per hour.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "The number of requests left for the time window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "The UTC date/time at which the current rate limit window resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-a29c3121-004f-4b41-a7d0-3afb4e0445ae" }, { "id": "fcdc93cb-51f6-4ce3-94d1-48e82c30f403", "name": "Internal Server Error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-fcdc93cb-51f6-4ce3-94d1-48e82c30f403" }, { "id": "db82e6bb-d534-487c-8ac9-48b774c700d5", "name": "Service Unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "query": [ { "key": "filters", "value": "," }, { "description": "(Required) ", "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-db82e6bb-d534-487c-8ac9-48b774c700d5" } ], "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-32e20ec3-6c5f-4da4-869c-06a30930de5d" }, { "name": "Get a list of KM Record data with advanced filtering", "id": "c11bf2fb-4160-4373-ad0c-1edf44dd2345", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "id": "2df1f058-af34-4a03-8ba8-a83730c6b75e", "key": "km_id", "value": "", "description": "(Required) " }, { "id": "1ef5505b-3ea8-48a3-a9cb-53714ea6caab", "key": "record_id", "value": "", "description": "(Required) " } ] }, "description": "Query Data for a Record in the Knowledge Model. This endpoint allows clients to easily include more complicated queries." }, "response": [ { "id": "ad6b72ed-c2b4-4b26-8c07-727af87e010b", "name": "List of Record data.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {},\n \"page\": \"\",\n \"pageSize\": \"\",\n \"total\": \"\",\n \"sort\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-ad6b72ed-c2b4-4b26-8c07-727af87e010b" }, { "id": "ecfd97ce-5494-4b23-9f9f-5ab81ed73d27", "name": "Bad Request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-ecfd97ce-5494-4b23-9f9f-5ab81ed73d27" }, { "id": "7a7c20ec-c855-4667-a6ee-a6f9a24b5468", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-7a7c20ec-c855-4667-a6ee-a6f9a24b5468" }, { "id": "d3ddaba2-6bb8-4942-a8a3-7f2b21bdaf7d", "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-d3ddaba2-6bb8-4942-a8a3-7f2b21bdaf7d" }, { "id": "fea015b8-6efa-4366-abd3-1fe4f857519d", "name": "The specified resource was not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-fea015b8-6efa-4366-abd3-1fe4f857519d" }, { "id": "8ca31ee3-34af-4aaf-8327-318e1ebd1fe6", "name": "Too Many Requests.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "Request limit per hour.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "The number of requests left for the time window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "The UTC date/time at which the current rate limit window. resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-8ca31ee3-34af-4aaf-8327-318e1ebd1fe6" }, { "id": "44e55fc8-2319-47f9-8e6a-6a50ca1736b3", "name": "Internal Server Error.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-44e55fc8-2319-47f9-8e6a-6a50ca1736b3" }, { "id": "70c96264-c5dd-4e42-be86-1888951e094b", "name": "Service Unavailable.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"projection\": {\n \"fields\": \"\",\n \"filters\": {\n \"kmFilterNames\": [\n \"\",\n \"\"\n ],\n \"filterExpr\": [\n \"\",\n \"\"\n ]\n },\n \"pagination\": {\n \"pageNumber\": 0,\n \"pageSize\": 50\n },\n \"sort\": \"\",\n \"options\": [\n \"distinct\"\n ],\n \"search\": {\n \"term\": \"\",\n \"field\": \"\",\n \"precision\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/data", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "data" ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-70c96264-c5dd-4e42-be86-1888951e094b" } ], "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-c11bf2fb-4160-4373-ad0c-1edf44dd2345" } ], "id": "42981d96-66d4-4ebc-9af0-da12ecd8468d", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-42981d96-66d4-4ebc-9af0-da12ecd8468d" } ], "id": "696aa6da-abd1-4d48-911c-deb18413b075", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-696aa6da-abd1-4d48-911c-deb18413b075" } ], "id": "4e912e9e-8278-43ac-ad32-a4d64440274e", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-4e912e9e-8278-43ac-ad32-a4d64440274e" } ], "id": "2f96a5d6-1d52-4e4b-9631-9c609ad05ecc", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-2f96a5d6-1d52-4e4b-9631-9c609ad05ecc" } ], "id": "efac275f-b8d2-4665-a366-657759434444", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-efac275f-b8d2-4665-a366-657759434444" } ], "id": "c43c0446-739b-402a-bb35-7ba325cd821e", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-c43c0446-739b-402a-bb35-7ba325cd821e" } ], "id": "b83af5a4-21a3-4db5-9013-39e7736c00ee", "createdAt": "2026-07-28T01:17:57.000Z", "updatedAt": "2026-07-28T01:17:57.000Z", "uid": "35240-b83af5a4-21a3-4db5-9013-39e7736c00ee" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://30f873b4-88d4-49ba-b327-6f651d7b99e6.remockly.com" } ] }