{
"info": {
"_postman_id": "ca81c32b-3ed5-48aa-bff4-ae221b0ac91d",
"name": "Honeycomb Auth Boards API",
"description": "The API allows programmatic management of many resources within Honeycomb.\n\nPlease report any discrepancies with actual API behavior in Pollinators Slack or to Honeycomb Support.\n\n\nContact Support:\n Email: support@honeycomb.io",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"createdAt": "2026-07-28T01:56:36.000Z",
"updatedAt": "2026-07-28T01:56:36.000Z",
"lastUpdatedBy": "35240",
"uid": "35240-ca81c32b-3ed5-48aa-bff4-ae221b0ac91d"
},
"item": [
{
"name": "1",
"item": [
{
"name": "boards",
"item": [
{
"name": "{boardId}",
"item": [
{
"name": "views",
"item": [
{
"name": "{viewId}",
"item": [
{
"name": "Get a Board View",
"id": "18591958-f024-4697-9ad9-783a1a894951",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"id": "1b17ba61-72b4-4c32-8476-df67536bd7aa",
"key": "boardId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board."
},
{
"id": "3b5ded6d-21e1-4049-9e07-92cc58fb87ca",
"key": "viewId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board View."
}
]
},
"description": "Retrieve a single Board View by ID."
},
"response": [
{
"id": "2943f68c-b6e2-4b18-ae83-6d1404eb0d69",
"name": "Success",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"in\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n },\n {\n \"column\": \"\",\n \"operation\": \"does-not-contain\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-2943f68c-b6e2-4b18-ae83-6d1404eb0d69"
},
{
"id": "ffb3cafb-3697-47cb-8b1e-ec8576d9fe3e",
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-ffb3cafb-3697-47cb-8b1e-ec8576d9fe3e"
},
{
"id": "c7603820-14bf-4958-b3f8-88cee75ff19d",
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-c7603820-14bf-4958-b3f8-88cee75ff19d"
},
{
"id": "ebef074f-b4e2-48ec-8c86-e3a4f3d76bf5",
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-ebef074f-b4e2-48ec-8c86-e3a4f3d76bf5"
},
{
"id": "d038bc0d-d288-4578-834c-4831d086996a",
"name": "Rate Limit Exceeded",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Retry-After",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-d038bc0d-d288-4578-834c-4831d086996a"
},
{
"id": "739a3298-16ec-446f-beb5-9f17b57f3ccb",
"name": "Error",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-739a3298-16ec-446f-beb5-9f17b57f3ccb"
}
],
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-18591958-f024-4697-9ad9-783a1a894951"
},
{
"name": "Delete a Board View",
"id": "ba155eef-16d3-467d-a4ab-22a65cc3461a",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"id": "3aacb2bb-439a-491f-94d1-ef9bc24d72be",
"key": "boardId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board."
},
{
"id": "f8bc16e7-1182-4e92-be38-3bb3256e35eb",
"key": "viewId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board View."
}
]
},
"description": "Delete a Board View by specifying its ID."
},
"response": [
{
"id": "2fdf1127-f5b6-4500-8ab7-9878a9b654dc",
"name": "Success - no Content",
"originalRequest": {
"method": "DELETE",
"header": [],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "No Content",
"code": 204,
"_postman_previewlanguage": "text",
"header": [
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": null,
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-2fdf1127-f5b6-4500-8ab7-9878a9b654dc"
},
{
"id": "9d5f8275-09e4-4dbf-b2f9-0fe7aa03bafe",
"name": "Unauthorized",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-9d5f8275-09e4-4dbf-b2f9-0fe7aa03bafe"
},
{
"id": "138adc67-73e9-4241-bed9-36daabade2eb",
"name": "Forbidden",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-138adc67-73e9-4241-bed9-36daabade2eb"
},
{
"id": "fd4065db-0f68-44f6-b250-e2f2c2e5d2df",
"name": "Not Found",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-fd4065db-0f68-44f6-b250-e2f2c2e5d2df"
},
{
"id": "6c25c411-9121-400a-a366-ac5577bffa11",
"name": "Rate Limit Exceeded",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Retry-After",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-6c25c411-9121-400a-a366-ac5577bffa11"
},
{
"id": "8c388e6e-6ab5-41e5-afb8-197b22004473",
"name": "Error",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-8c388e6e-6ab5-41e5-afb8-197b22004473"
}
],
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-ba155eef-16d3-467d-a4ab-22a65cc3461a"
},
{
"name": "Update a Board View",
"id": "aaf56118-67b3-4843-8ae0-07644dccdef9",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"id": "82c5ca16-b5e9-4fea-a320-640c2e801f0a",
"key": "boardId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board."
},
{
"id": "ee9c74b5-2cea-481c-99f7-5898363a546e",
"key": "viewId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board View."
}
]
},
"description": "Update a Board View by specifying its ID and full details."
},
"response": [
{
"id": "1b90b2ed-0d5d-4362-a6e3-b32251a036a0",
"name": "Success",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"in\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n },\n {\n \"column\": \"\",\n \"operation\": \"does-not-contain\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-1b90b2ed-0d5d-4362-a6e3-b32251a036a0"
},
{
"id": "fb0ca218-f8e8-439c-8a5d-d139fa6f91ad",
"name": "The provided request body was invalid.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/problem+json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-fb0ca218-f8e8-439c-8a5d-d139fa6f91ad"
},
{
"id": "a5950212-5395-4cc2-b047-628c8fe5636b",
"name": "Unauthorized",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-a5950212-5395-4cc2-b047-628c8fe5636b"
},
{
"id": "f70e9c2a-96e3-44c6-b7ee-d0944ed88d0e",
"name": "Not Found",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-f70e9c2a-96e3-44c6-b7ee-d0944ed88d0e"
},
{
"id": "b5fdcdca-bb16-462e-b236-44be22ce20d5",
"name": "Conflict",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Conflict",
"code": 409,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-b5fdcdca-bb16-462e-b236-44be22ce20d5"
},
{
"id": "9884c0b4-6e1a-443a-847f-f9b1fdf78341",
"name": "Validation Failed",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/problem+json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
"code": 422,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-9884c0b4-6e1a-443a-847f-f9b1fdf78341"
},
{
"id": "f883c11a-5d14-4adc-836d-812531d200f7",
"name": "Rate Limit Exceeded",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Retry-After",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-f883c11a-5d14-4adc-836d-812531d200f7"
},
{
"id": "14f09bbb-169c-47b4-84fa-beb1255b2797",
"name": "Error",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"does-not-exist\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ],\n \"id\": \"\"\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views/:viewId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views",
":viewId"
],
"variable": [
{
"key": "boardId"
},
{
"key": "viewId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-14f09bbb-169c-47b4-84fa-beb1255b2797"
}
],
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-aaf56118-67b3-4843-8ae0-07644dccdef9"
}
],
"id": "bde6aa5f-e5f0-40d3-8506-dd513d0717f8",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-bde6aa5f-e5f0-40d3-8506-dd513d0717f8"
},
{
"name": "List Board Views",
"id": "72d4e122-a473-4db2-a32e-b703479c27c4",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"id": "a8c7d79b-6c9b-43c3-8d17-ecc6b0823738",
"key": "boardId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board."
}
]
},
"description": "Retrieve a list of all views for a board.\n**Note**: Each board is limited to a maximum of 50 views.\n"
},
"response": [
{
"id": "ec82811a-3513-4fe7-a0cf-65d9ce25ef68",
"name": "Success",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"exists\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n },\n {\n \"column\": \"\",\n \"operation\": \"exists\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n },\n {\n \"column\": \"\",\n \"operation\": \"exists\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n }\n]",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-ec82811a-3513-4fe7-a0cf-65d9ce25ef68"
},
{
"id": "6c4338ee-a34d-42a0-a856-5c505c0931d8",
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-6c4338ee-a34d-42a0-a856-5c505c0931d8"
},
{
"id": "6f3aa08e-c011-4267-8c88-5fa0de811f04",
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-6f3aa08e-c011-4267-8c88-5fa0de811f04"
},
{
"id": "d0952e42-56c7-4fb9-bf8b-fe3ce3569d88",
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-d0952e42-56c7-4fb9-bf8b-fe3ce3569d88"
},
{
"id": "cbfcf5f7-f149-4bf5-a9a9-258246e40a62",
"name": "Rate Limit Exceeded",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Retry-After",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-cbfcf5f7-f149-4bf5-a9a9-258246e40a62"
},
{
"id": "aad3f46e-03b8-45cb-a3f5-bdd3651e9940",
"name": "Error",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-aad3f46e-03b8-45cb-a3f5-bdd3651e9940"
}
],
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-72d4e122-a473-4db2-a32e-b703479c27c4"
},
{
"name": "Create a Board View",
"id": "cd9816fa-e32d-443a-9e3b-c9342f1cf89d",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"id": "f249ff1d-7c8e-44af-8be2-cb13db59ab85",
"key": "boardId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board."
}
]
},
"description": "Create a new view for a board with the specified filters.\n**Note**: Each board is limited to a maximum of 50 views. Attempting to create more than 50 views will result in an error.\n"
},
"response": [
{
"id": "418f9c64-2e31-40ca-b46b-b6883b2b31c2",
"name": "Created",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"in\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n },\n {\n \"column\": \"\",\n \"operation\": \"does-not-contain\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-418f9c64-2e31-40ca-b46b-b6883b2b31c2"
},
{
"id": "5baefdc7-e660-4ead-9dff-9819ae5f9761",
"name": "The provided request body was invalid.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/problem+json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-5baefdc7-e660-4ead-9dff-9819ae5f9761"
},
{
"id": "c5897c67-f88c-4382-a3e6-62bf5467b27b",
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-c5897c67-f88c-4382-a3e6-62bf5467b27b"
},
{
"id": "f24a9418-0c89-48c8-8671-f88108a564d1",
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-f24a9418-0c89-48c8-8671-f88108a564d1"
},
{
"id": "3e6746fc-cc4f-4448-a478-e9e954f6a109",
"name": "Conflict",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Conflict",
"code": 409,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-3e6746fc-cc4f-4448-a478-e9e954f6a109"
},
{
"id": "356b9bac-14cc-4349-bfcc-d0120e2d3da9",
"name": "Validation Failed",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/problem+json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
"code": 422,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-356b9bac-14cc-4349-bfcc-d0120e2d3da9"
},
{
"id": "f9c8f7ae-9f48-4629-8623-83cfe4d6d695",
"name": "Rate Limit Exceeded",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Retry-After",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-f9c8f7ae-9f48-4629-8623-83cfe4d6d695"
},
{
"id": "c8f00198-cf6e-4a15-85a7-c27906629bc8",
"name": "Error",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"filters\": [\n {\n \"column\": \"\",\n \"operation\": \"!=\",\n \"value\": {\n \"description\": \"The value to filter by.\",\n \"example\": \"error\"\n }\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId/views",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId",
"views"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-c8f00198-cf6e-4a15-85a7-c27906629bc8"
}
],
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-cd9816fa-e32d-443a-9e3b-c9342f1cf89d"
}
],
"id": "34d7d294-83ab-4ee7-a8f2-4be1cbb33e70",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-34d7d294-83ab-4ee7-a8f2-4be1cbb33e70"
},
{
"name": "Get a Board",
"id": "dd3e99d9-cac8-4ad4-ae45-ea4a49147c63",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"id": "48513470-8504-430a-9bf6-dc1c09aa7f9e",
"key": "boardId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board."
}
]
},
"description": "Get a single Board by ID."
},
"response": [
{
"id": "05d6b1eb-3a09-4b78-8848-c50f487ba8a3",
"name": "Success",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"type\": \"flexible\",\n \"name\": \"\",\n \"description\": \"\",\n \"links\": {\n \"board_url\": \"\"\n },\n \"id\": \"\",\n \"panels\": [\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n },\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n }\n ],\n \"layout_generation\": \"manual\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"preset_filters\": [\n {\n \"column\": \"\",\n \"alias\": \"\"\n },\n {\n \"column\": \"\",\n \"alias\": \"\"\n }\n ]\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-05d6b1eb-3a09-4b78-8848-c50f487ba8a3"
},
{
"id": "e568598b-5ff9-4117-8a7c-f04764199e00",
"name": "The provided request body was invalid.",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/problem+json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-e568598b-5ff9-4117-8a7c-f04764199e00"
},
{
"id": "25589709-7b99-4006-91c8-42e2da92d08e",
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-25589709-7b99-4006-91c8-42e2da92d08e"
},
{
"id": "02acfdf8-9e62-489c-8be6-7de34a23bbdb",
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-02acfdf8-9e62-489c-8be6-7de34a23bbdb"
},
{
"id": "dc78820e-1387-433b-acda-c6f1c7759320",
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-dc78820e-1387-433b-acda-c6f1c7759320"
},
{
"id": "4ac53d8e-3281-4091-8293-552d229dab20",
"name": "Rate Limit Exceeded",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Retry-After",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-4ac53d8e-3281-4091-8293-552d229dab20"
},
{
"id": "1dcbdb48-75d3-4092-aaad-6287bb17c432",
"name": "Error",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-1dcbdb48-75d3-4092-aaad-6287bb17c432"
}
],
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-dd3e99d9-cac8-4ad4-ae45-ea4a49147c63"
},
{
"name": "Update a Board",
"id": "dcbf4bdb-89b9-475a-a2e9-754f6336baea",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"type\": \"flexible\",\n \"name\": \"\",\n \"description\": \"\",\n \"links\": {\n \"board_url\": \"\"\n },\n \"id\": \"\",\n \"panels\": [\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n },\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n }\n ],\n \"layout_generation\": \"manual\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"preset_filters\": [\n {\n \"column\": \"\",\n \"alias\": \"\"\n },\n {\n \"column\": \"\",\n \"alias\": \"\"\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"id": "0596f67c-6365-4106-86a0-9950622d726e",
"key": "boardId",
"value": "",
"description": "(Required) The unique identifier (ID) of a Board."
}
]
},
"description": "Update a Board by specifying its ID and full details.\n**Note**: Queries can be added to, removed from, and re-ordered by updating the board itself. It is not possible to reference individual queries via the API.\n**Note**: Each board is limited to a maximum of 5 preset filters. Attempting to update a board with more than 5 preset filters will result in an error.\n"
},
"response": [
{
"id": "f5ce3e69-15a5-4348-bee9-82e87bdb2578",
"name": "Success",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"type\": \"flexible\",\n \"name\": \"\",\n \"description\": \"\",\n \"links\": {\n \"board_url\": \"\"\n },\n \"id\": \"\",\n \"panels\": [\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n },\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n }\n ],\n \"layout_generation\": \"manual\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"preset_filters\": [\n {\n \"column\": \"\",\n \"alias\": \"\"\n },\n {\n \"column\": \"\",\n \"alias\": \"\"\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"type\": \"flexible\",\n \"name\": \"\",\n \"description\": \"\",\n \"links\": {\n \"board_url\": \"\"\n },\n \"id\": \"\",\n \"panels\": [\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n },\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n }\n ],\n \"layout_generation\": \"manual\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"preset_filters\": [\n {\n \"column\": \"\",\n \"alias\": \"\"\n },\n {\n \"column\": \"\",\n \"alias\": \"\"\n }\n ]\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-f5ce3e69-15a5-4348-bee9-82e87bdb2578"
},
{
"id": "bcbb71c4-c5f1-4757-8ed9-6c66e375825e",
"name": "The provided request body was invalid.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/problem+json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"type\": \"flexible\",\n \"name\": \"\",\n \"description\": \"\",\n \"links\": {\n \"board_url\": \"\"\n },\n \"id\": \"\",\n \"panels\": [\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n },\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n }\n ],\n \"layout_generation\": \"manual\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"preset_filters\": [\n {\n \"column\": \"\",\n \"alias\": \"\"\n },\n {\n \"column\": \"\",\n \"alias\": \"\"\n }\n ]\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/1/boards/:boardId",
"host": [
"{{baseUrl}}"
],
"path": [
"1",
"boards",
":boardId"
],
"variable": [
{
"key": "boardId"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "Ratelimit",
"value": ""
},
{
"disabled": false,
"description": {
"content": "",
"type": "text/plain"
},
"key": "RateLimitPolicy",
"value": ""
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": \"\"\n}",
"createdAt": "2026-07-28T01:56:37.000Z",
"updatedAt": "2026-07-28T01:56:37.000Z",
"uid": "35240-bcbb71c4-c5f1-4757-8ed9-6c66e375825e"
},
{
"id": "0371caa3-09af-4f4a-8a95-ceb38cd4d51e",
"name": "Unauthorized",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"type\": \"flexible\",\n \"name\": \"\",\n \"description\": \"\",\n \"links\": {\n \"board_url\": \"\"\n },\n \"id\": \"\",\n \"panels\": [\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"\",\n \"visualization_settings\": {\n \"hide_compare\": false,\n \"hide_hovers\": false,\n \"hide_markers\": false,\n \"utc_xaxis\": false,\n \"overlaid_charts\": false,\n \"charts\": [\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n },\n {\n \"chart_index\": 0,\n \"chart_type\": \"default\",\n \"log_scale\": false,\n \"omit_missing_values\": false\n }\n ]\n }\n },\n \"type\": {\n \"const\": \"query\",\n \"description\": \"The type of the board panel.\"\n },\n \"position\": {\n \"x_coordinate\": \"\",\n \"y_coordinate\": \"\",\n \"height\": \"\",\n \"width\": \"\"\n }\n },\n {\n \"query_panel\": {\n \"query_id\": \"\",\n \"query_annotation_id\": \"\",\n \"query_style\": \"graph\",\n \"dataset\": \"