{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/app.startinfinity.com"
        }
    ],
    "info": {
        "name": "API Documentation | Infinity",
        "_postman_id": "b5308cec-06ec-4426-a7f9-e32124e1043e",
        "description": "Short API Documentation for Infinity application.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json",
        "version": "2025-12-01.morava"
    },
    "item": [
        {
            "name": "Profile",
            "description": "",
            "item": [
                {
                    "name": "Get my profile data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/profile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "The response contains all the data related to the current user, including some fields that are not visible to other users."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1302,\n    \"object\": \"user\",\n    \"name\": \"Damian Peterson\",\n    \"email\": \"damianpeterson@startinfinity.com\",\n    \"photo_url\": \"https:\\\/\\\/app.startinfinity.com\\\/profile\\\/avatar.svg?name=Damian%20Peterson\",\n    \"created_at\": \"2020-11-25T15:31:38.000000Z\",\n    \"job\": null,\n    \"location\": null,\n    \"tagline\": null,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Workspaces",
            "description": "",
            "item": [
                {
                    "name": "List workspaces",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "Limit of items between 1 and 100. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_by",
                                    "value": "created_at",
                                    "description": "Sort items by id or created date - default is created_at.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_direction",
                                    "value": "desc",
                                    "description": "Sort direction `asc` or `desc` - default is desc. Example: desc.",
                                    "disabled": false
                                },
                                {
                                    "key": "after",
                                    "value": "",
                                    "description": "Use this parameter to get items after last item. Use this to get to the next page.",
                                    "disabled": true
                                },
                                {
                                    "key": "before",
                                    "value": "",
                                    "description": "Use this parameter to get items before first item.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces?limit=10&sort_by=created_at&sort_direction=desc&after=&before="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Lists all workspaces that belong to the currently logged-in user."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": false,\n    \"before\": \"NjY5LDIwMjAtMTEtMjUgMTU6MzI6Mzg=\",\n    \"after\": \"NjY5LDIwMjAtMTEtMjUgMTU6MzI6Mzg=\",\n    \"data\": [\n        {\n            \"id\": 669,\n            \"object\": \"workspace\",\n            \"name\": \"Customer Success\",\n            \"photo_url\": null,\n            \"owner_id\": 1302,\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Boards",
            "description": "",
            "item": [
                {
                    "name": "List boards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "Limit of items between 1 and 100. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_by",
                                    "value": "created_at",
                                    "description": "Sort items by id or created date - default is created_at.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_direction",
                                    "value": "desc",
                                    "description": "Sort direction `asc` or `desc` - default is desc. Example: desc.",
                                    "disabled": false
                                },
                                {
                                    "key": "after",
                                    "value": "",
                                    "description": "Use this parameter to get items after last item. Use this to get to the next page.",
                                    "disabled": true
                                },
                                {
                                    "key": "before",
                                    "value": "",
                                    "description": "Use this parameter to get items before first item.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards?limit=10&sort_by=created_at&sort_direction=desc&after=&before=",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Lists all boards that belong to the workspace given."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": false,\n    \"before\": \"TEExZFc4aTFUVEssMjAyMC0xMS0yNSAxNTozMjozOA==\",\n    \"after\": \"TEExZFc4aTFUVEssMjAyMC0xMS0yNSAxNTozMjozOA==\",\n    \"data\": [\n        {\n            \"id\": \"LA1dW8i1TTK\",\n            \"object\": \"board\",\n            \"name\": \"Vacation Planning\",\n            \"sort_order\": \"393216.000000000000000000000000000000\",\n            \"color\": \"#4eb4f9\",\n            \"description\": null,\n            \"user_ids\": [\n                1302\n            ],\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get board",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Get a single board by its id for the board given. The user needs to have access to the board\nin order to be able to fetch it."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"LA1dW8i1TTK\",\n    \"object\": \"board\",\n    \"name\": \"Vacation Planning\",\n    \"sort_order\": \"393216.000000000000000000000000000000\",\n    \"color\": \"#4eb4f9\",\n    \"description\": null,\n    \"user_ids\": [\n        1302\n    ],\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create board",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Development Tasks\",\"description\":\"Product Development board\",\"color\":\"#f57740\",\"user_ids\":[]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": \"CTHE8k8j29B\",\n    \"object\": \"board\",\n    \"name\": \"Development Tasks\",\n    \"sort_order\": \"458752.000000000000000000000000000000\",\n    \"color\": \"#f57740\",\n    \"description\": \"Product Development board\",\n    \"user_ids\": [\n        1302\n    ],\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Attributes",
            "description": "",
            "item": [
                {
                    "name": "List attributes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "Limit of items between 1 and 100. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_by",
                                    "value": "created_at",
                                    "description": "Sort items by id or created date - default is created_at.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_direction",
                                    "value": "desc",
                                    "description": "Sort direction `asc` or `desc` - default is desc. Example: desc.",
                                    "disabled": false
                                },
                                {
                                    "key": "after",
                                    "value": "",
                                    "description": "Use this parameter to get items after last item. Use this to get to the next page.",
                                    "disabled": true
                                },
                                {
                                    "key": "before",
                                    "value": "",
                                    "description": "Use this parameter to get items before first item.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes?limit=10&sort_by=created_at&sort_direction=desc&after=&before=",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Lists all attributes belonging to the board given. The user needs to have access\nto the board in order to be able to fetch its attributes."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": true,\n    \"before\": \"YjVlOTVlYzgtODBiYy00YTU1LWE5OTYtZGNlYTY2M2U0ZTZjLDIwMjEtMTItMTUgMTI6MjQ6NDQ=\",\n    \"after\": \"NDZiMTcxYzUtMzJmYS00YmQ4LWIyM2EtZjJiZjQ2NDU2MzJjLDIwMjAtMTEtMjYgMTM6NTc6MTE=\",\n    \"data\": [\n        {\n            \"id\": \"b5e95ec8-80bc-4a55-a996-dcea663e4e6c\",\n            \"object\": \"attribute\",\n            \"name\": \"Reference\",\n            \"type\": \"reference\",\n            \"default_data\": [],\n            \"settings\": {\n                \"folderId\": \"8FjZofz89PM\",\n                \"allowNew\": true,\n                \"multiple\": true\n            },\n            \"created_by\": 1302,\n            \"created_at\": \"2021-12-15T12:24:44.000000Z\",\n            \"deleted\": false\n        },\n        {\n            \"id\": \"e3009b98-db05-4408-8414-c8ce5cd7c143\",\n            \"object\": \"attribute\",\n            \"name\": \"Cuisine\",\n            \"type\": \"label\",\n            \"default_data\": [],\n            \"settings\": {\n                \"multiple\": true,\n                \"allowNew\": true,\n                \"allowEmpty\": true,\n                \"labels\": [\n                    {\n                        \"id\": \"3f68e105-d878-40d9-8e51-5919d92ab89d\",\n                        \"name\": \"Spanish\",\n                        \"color\": \"#92F3EC\"\n                    },\n                    {\n                        \"id\": \"6bc19250-f233-4a6d-9ef7-620192b4147c\",\n                        \"name\": \"Italian\",\n                        \"color\": \"#D6C2FF\"\n                    }\n                ]\n            },\n            \"created_by\": 1299,\n            \"created_at\": \"2020-11-26T13:57:11.000000Z\",\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get attribute",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes\/:attribute",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes\/:attribute",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "attribute",
                                    "key": "attribute",
                                    "value": "46b171c5-32fa-4bd8-b23a-f2bf4645632c",
                                    "description": "Attribute ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Get a single attribute by its id for the board given. The user needs to have access to the board\nin order to be able to fetch an attribute."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"46b171c5-32fa-4bd8-b23a-f2bf4645632c\",\n    \"object\": \"attribute\",\n    \"name\": \"Price\",\n    \"type\": \"label\",\n    \"default_data\": [],\n    \"settings\": {\n        \"multiple\": true,\n        \"allowNew\": true,\n        \"allowEmpty\": true,\n        \"labels\": [\n            {\n                \"id\": \"d271b2b3-4ccc-43cd-8628-5861d2151eb6\",\n                \"name\": \"$\",\n                \"color\": \"#92F3EC\"\n            },\n            {\n                \"id\": \"7a9bd039-f9a4-4da6-8e95-d356d6dc44f8\",\n                \"name\": \"$$\",\n                \"color\": \"#FFD3F2\"\n            }\n        ]\n    },\n    \"created_by\": 1299,\n    \"created_at\": \"2020-11-26T13:57:11.000000Z\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create attribute",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"architecto\",\"type\":\"number\",\"default_data\":\"0\",\"settings\":{\"delimiter\":\".\"}}"
                        },
                        "description": "After the attribute is created, it is necessary to update the attribute_ids property of the Folder to make it accessible."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"019c2372-a20c-71ca-b1a1-d807a8b009d5\",\n    \"object\": \"attribute\",\n    \"name\": \"architecto\",\n    \"type\": \"number\",\n    \"default_data\": 0,\n    \"settings\": {\n        \"delimiter\": \".\"\n    },\n    \"created_by\": 1302,\n    \"created_at\": \"2026-02-03T12:20:41.000000Z\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update attribute",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes\/:attribute",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes\/:attribute",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "attribute",
                                    "key": "attribute",
                                    "value": "46b171c5-32fa-4bd8-b23a-f2bf4645632c",
                                    "description": "Attribute ID"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"architecto\",\"type\":\"number\",\"default_data\":\"0\",\"settings\":{\"delimiter\":\".\"}}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"46b171c5-32fa-4bd8-b23a-f2bf4645632c\",\n    \"object\": \"attribute\",\n    \"name\": \"architecto\",\n    \"type\": \"number\",\n    \"default_data\": 0,\n    \"settings\": {\n        \"delimiter\": \".\"\n    },\n    \"created_by\": 1299,\n    \"created_at\": \"2020-11-26T13:57:11.000000Z\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete attribute",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes\/:attribute",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/attributes\/:attribute",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "attribute",
                                    "key": "attribute",
                                    "value": "46b171c5-32fa-4bd8-b23a-f2bf4645632c",
                                    "description": "Attribute ID"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"46b171c5-32fa-4bd8-b23a-f2bf4645632c\",\n    \"object\": \"attribute\",\n    \"deleted\": true\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Items",
            "description": "",
            "item": [
                {
                    "name": "List items",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "Limit of items between 1 and 100. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_by",
                                    "value": "created_at",
                                    "description": "Sort items by id or created date - default is created_at.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_direction",
                                    "value": "desc",
                                    "description": "Sort direction `asc` or `desc` - default is desc. Example: desc.",
                                    "disabled": false
                                },
                                {
                                    "key": "after",
                                    "value": "",
                                    "description": "Use this parameter to get items after last item. Use this to get to the next page.",
                                    "disabled": true
                                },
                                {
                                    "key": "before",
                                    "value": "",
                                    "description": "Use this parameter to get items before first item.",
                                    "disabled": true
                                },
                                {
                                    "key": "expand[0]",
                                    "value": "values",
                                    "description": "expand response with sub-models.",
                                    "disabled": false
                                },
                                {
                                    "key": "folder_id",
                                    "value": "APwqfkShQuR",
                                    "description": "Filter items by folder id.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items?limit=10&sort_by=created_at&sort_direction=desc&after=&before=&expand[0]=values&folder_id=APwqfkShQuR",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Lists paginated items. Item properties can be expanded."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": false,\n    \"before\": \"Zjk4Zjk3Y2EtZDIzZC00YmVhLTg0MzMtYTE4ODRlYTk5YTg2LDIwMjAtMTEtMjYgMTM6NTc6MTE=\",\n    \"after\": \"MzE1YTY4NDctMjZhNy00Y2Y2LWE2NmUtMWE2YjNjNjJhNzY0LDIwMjAtMTEtMjYgMTM6NTc6MTE=\",\n    \"data\": [\n        {\n            \"id\": \"f98f97ca-d23d-4bea-8433-a1884ea99a86\",\n            \"object\": \"item\",\n            \"values\": [\n                {\n                    \"object\": \"value\",\n                    \"data\": \"Rent a car\",\n                    \"attribute_id\": \"e9eabdcd-66be-41d4-a88c-bdf8d05c28a9\",\n                    \"deleted\": false\n                },\n                {\n                    \"object\": \"value\",\n                    \"data\": false,\n                    \"attribute_id\": \"3f723f19-5494-484b-a052-716d448c7629\",\n                    \"deleted\": false\n                }\n            ],\n            \"folder_id\": \"APwqfkShQuR\",\n            \"parent_id\": null,\n            \"created_at\": \"2020-11-26T13:57:11.000000Z\",\n            \"sort_order\": \"1245696.000000000000000000000000000000\",\n            \"deleted\": false\n        },\n        {\n            \"id\": \"f46b5830-b0d4-465c-81b7-14d6e6cba7c7\",\n            \"object\": \"item\",\n            \"values\": [\n                {\n                    \"object\": \"value\",\n                    \"data\": \"Buy plane tickets\",\n                    \"attribute_id\": \"e9eabdcd-66be-41d4-a88c-bdf8d05c28a9\",\n                    \"deleted\": false\n                },\n                {\n                    \"object\": \"value\",\n                    \"data\": false,\n                    \"attribute_id\": \"3f723f19-5494-484b-a052-716d448c7629\",\n                    \"deleted\": false\n                }\n            ],\n            \"folder_id\": \"APwqfkShQuR\",\n            \"parent_id\": null,\n            \"created_at\": \"2020-11-26T13:57:11.000000Z\",\n            \"sort_order\": \"983552.000000000000000000000000000000\",\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"folder_id\":\"APwqfkShQuR\",\"values\":[{\"attribute_id\":\"e9eabdcd-66be-41d4-a88c-bdf8d05c28a9\",\"data\":\"test\"}]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": \"4bc26398-b838-4fde-9c3c-d442b68f7aa1\",\n    \"object\": \"item\",\n    \"folder_id\": \"APwqfkShQuR\",\n    \"parent_id\": null,\n    \"created_at\": \"2026-02-03T12:20:41.000000Z\",\n    \"sort_order\": 2233344,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item",
                            "query": [
                                {
                                    "key": "expand[0]",
                                    "value": "values",
                                    "description": "expand response with sub-models.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item?expand[0]=values",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "item",
                                    "key": "item",
                                    "value": "315a6847-26a7-4cf6-a66e-1a6b3c62a764",
                                    "description": "Item ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Get item by its id. The item must belong to the board given. Item properties can be expanded."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"315a6847-26a7-4cf6-a66e-1a6b3c62a764\",\n    \"object\": \"item\",\n    \"values\": [\n        {\n            \"object\": \"value\",\n            \"data\": \"Choose the dates\",\n            \"attribute_id\": \"e9eabdcd-66be-41d4-a88c-bdf8d05c28a9\",\n            \"deleted\": false\n        },\n        {\n            \"object\": \"value\",\n            \"data\": true,\n            \"attribute_id\": \"3f723f19-5494-484b-a052-716d448c7629\",\n            \"deleted\": false\n        }\n    ],\n    \"folder_id\": \"APwqfkShQuR\",\n    \"parent_id\": null,\n    \"created_at\": \"2020-11-26T13:57:11.000000Z\",\n    \"sort_order\": \"852480.000000000000000000000000000000\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "item",
                                    "key": "item",
                                    "value": "315a6847-26a7-4cf6-a66e-1a6b3c62a764",
                                    "description": "Item ID"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"folder_id\":\"APwqfkShQuR\",\"values\":[{\"attribute_id\":\"e9eabdcd-66be-41d4-a88c-bdf8d05c28a9\",\"data\":\"test2\"}],\"parent_id\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"315a6847-26a7-4cf6-a66e-1a6b3c62a764\",\n    \"object\": \"item\",\n    \"folder_id\": \"APwqfkShQuR\",\n    \"parent_id\": \"architecto\",\n    \"created_at\": \"2020-11-26T13:57:11.000000Z\",\n    \"sort_order\": \"852480.000000000000000000000000000000\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "item",
                                    "key": "item",
                                    "value": "315a6847-26a7-4cf6-a66e-1a6b3c62a764",
                                    "description": "Item ID"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"315a6847-26a7-4cf6-a66e-1a6b3c62a764\",\n    \"object\": \"item\",\n    \"deleted\": true\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Comments",
            "description": "",
            "item": [
                {
                    "name": "List comments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "Limit of items between 1 and 100. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_by",
                                    "value": "created_at",
                                    "description": "Sort items by id or created date - default is created_at.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_direction",
                                    "value": "desc",
                                    "description": "Sort direction `asc` or `desc` - default is desc. Example: desc.",
                                    "disabled": false
                                },
                                {
                                    "key": "after",
                                    "value": "",
                                    "description": "Use this parameter to get items after last item. Use this to get to the next page.",
                                    "disabled": true
                                },
                                {
                                    "key": "before",
                                    "value": "",
                                    "description": "Use this parameter to get items before first item.",
                                    "disabled": true
                                },
                                {
                                    "key": "expand[]",
                                    "value": "",
                                    "description": "expand response with sub-models. Possible options `item`, `item.values` and `created_by`",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments?limit=10&sort_by=created_at&sort_direction=desc&after=&before=&expand[]=",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "item",
                                    "key": "item",
                                    "value": "315a6847-26a7-4cf6-a66e-1a6b3c62a764",
                                    "description": "Item ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Lists the comments of the board and item given.\nComment's property 'created_by' can be included in the response's body by using the 'expand' query parameter."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": false,\n    \"before\": \"YmZlZmVjN2UtNWJhNi00Mjg3LWFjNGEtNzUzMzU3NTg0ZjE2LDIwMjAtMTEtMjYgMTQ6MDI6Mjc=\",\n    \"after\": \"YmZlZmVjN2UtNWJhNi00Mjg3LWFjNGEtNzUzMzU3NTg0ZjE2LDIwMjAtMTEtMjYgMTQ6MDI6Mjc=\",\n    \"data\": [\n        {\n            \"id\": \"bfefec7e-5ba6-4287-ac4a-753357584f16\",\n            \"object\": \"comment\",\n            \"parent_id\": null,\n            \"text\": \"<p>Reminder to myself: Check the calendar<\\\/p>\",\n            \"created_at\": \"2020-11-26T14:02:27.000000Z\",\n            \"created_by\": 1302,\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get comment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments\/:comment",
                            "query": [
                                {
                                    "key": "expand[]",
                                    "value": "",
                                    "description": "expand response with sub-models. Possible options `item`, `item.values` and `created_by`",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments\/:comment?expand[]=",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "item",
                                    "key": "item",
                                    "value": "315a6847-26a7-4cf6-a66e-1a6b3c62a764",
                                    "description": "Item ID"
                                },
                                {
                                    "id": "comment",
                                    "key": "comment",
                                    "value": "bfefec7e-5ba6-4287-ac4a-753357584f16",
                                    "description": "Comment ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Get comment by its id. The comment must belong to the board and item given.\nComment's property 'created_by' can be included in the response's body by using the 'expand' query parameter."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"bfefec7e-5ba6-4287-ac4a-753357584f16\",\n    \"object\": \"comment\",\n    \"parent_id\": null,\n    \"text\": \"<p>Reminder to myself: Check the calendar<\\\/p>\",\n    \"created_at\": \"2020-11-26T14:02:27.000000Z\",\n    \"created_by\": 1302,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create comment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "item",
                                    "key": "item",
                                    "value": "315a6847-26a7-4cf6-a66e-1a6b3c62a764",
                                    "description": "Item ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"text\":\"<p>Hello Everyone!<\\\/p>\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": \"019c2372-a4d7-71ff-afd6-677977cda7f1\",\n    \"object\": \"comment\",\n    \"parent_id\": null,\n    \"text\": \"<p>Hello Everyone!<\\\/p>\",\n    \"created_at\": \"2026-02-03T12:20:41.000000Z\",\n    \"created_by\": 1302,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update comment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments\/:comment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments\/:comment",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "item",
                                    "key": "item",
                                    "value": "315a6847-26a7-4cf6-a66e-1a6b3c62a764",
                                    "description": "Item ID"
                                },
                                {
                                    "id": "comment",
                                    "key": "comment",
                                    "value": "bfefec7e-5ba6-4287-ac4a-753357584f16",
                                    "description": "Comment ID"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"text\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"bfefec7e-5ba6-4287-ac4a-753357584f16\",\n    \"object\": \"comment\",\n    \"parent_id\": null,\n    \"text\": \"architecto\",\n    \"created_at\": \"2020-11-26T14:02:27.000000Z\",\n    \"created_by\": 1302,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete comment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments\/:comment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/items\/:item\/comments\/:comment",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "item",
                                    "key": "item",
                                    "value": "315a6847-26a7-4cf6-a66e-1a6b3c62a764",
                                    "description": "Item ID"
                                },
                                {
                                    "id": "comment",
                                    "key": "comment",
                                    "value": "bfefec7e-5ba6-4287-ac4a-753357584f16",
                                    "description": "Comment ID"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"bfefec7e-5ba6-4287-ac4a-753357584f16\",\n    \"object\": \"comment\",\n    \"deleted\": true\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Folders",
            "description": "",
            "item": [
                {
                    "name": "List folders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/folders",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "Limit of items between 1 and 100. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_by",
                                    "value": "created_at",
                                    "description": "Sort items by id or created date - default is created_at.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_direction",
                                    "value": "desc",
                                    "description": "Sort direction `asc` or `desc` - default is desc. Example: desc.",
                                    "disabled": false
                                },
                                {
                                    "key": "after",
                                    "value": "",
                                    "description": "Use this parameter to get items after last item. Use this to get to the next page.",
                                    "disabled": true
                                },
                                {
                                    "key": "before",
                                    "value": "",
                                    "description": "Use this parameter to get items before first item.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/folders?limit=10&sort_by=created_at&sort_direction=desc&after=&before=",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Lists all folders that belong to the board given."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": false,\n    \"before\": \"WG1XS3dZTWZOeFEsMjAyMC0xMS0yNiAxMzo1NzoxMQ==\",\n    \"after\": \"OEZqWm9mejg5UE0sMjAyMC0xMS0yNiAxMzo1NzoxMQ==\",\n    \"data\": [\n        {\n            \"id\": \"XmWKwYMfNxQ\",\n            \"object\": \"folder\",\n            \"name\": \"What to See in Barcelona\",\n            \"sort_order\": \"589824.000000000000000000000000000000\",\n            \"color\": null,\n            \"settings\": {},\n            \"attribute_ids\": [\n                \"e9eabdcd-66be-41d4-a88c-bdf8d05c28a9\",\n                \"012fc63b-b690-4db1-98a1-2f018f8941ce\",\n                \"d2be0368-c5cd-43da-ae32-20a41304e9b1\",\n                \"5d4ec2cf-627e-4e35-b49f-c73e1fd85c47\",\n                \"8c78f989-5189-4b8c-b97f-96453007dc15\",\n                \"73ac1c73-a2f1-4542-b951-351b8cda4c87\"\n            ],\n            \"parent_id\": \"LA1dW8i1TTK\",\n            \"deleted\": false\n        },\n        {\n            \"id\": \"APwqfkShQuR\",\n            \"object\": \"folder\",\n            \"name\": \"Preparation\",\n            \"sort_order\": \"524288.000000000000000000000000000000\",\n            \"color\": null,\n            \"settings\": {},\n            \"attribute_ids\": [\n                \"e9eabdcd-66be-41d4-a88c-bdf8d05c28a9\",\n                \"3f723f19-5494-484b-a052-716d448c7629\",\n                \"ab9ba009-da5d-4828-8c47-c53199f9b09b\",\n                \"8712b2d2-7e59-41de-b8ee-7b00d08ca625\",\n                \"46b171c5-32fa-4bd8-b23a-f2bf4645632c\",\n                \"b5e95ec8-80bc-4a55-a996-dcea663e4e6c\"\n            ],\n            \"parent_id\": \"LA1dW8i1TTK\",\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get folder",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/folders\/:folder",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/folders\/:folder",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "folder",
                                    "key": "folder",
                                    "value": "8FjZofz89PM",
                                    "description": "Folder ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Get folder by id that belong to the board given."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"8FjZofz89PM\",\n    \"object\": \"folder\",\n    \"name\": \"Restaurants \",\n    \"sort_order\": \"655360.000000000000000000000000000000\",\n    \"color\": null,\n    \"settings\": {},\n    \"attribute_ids\": [\n        \"e9eabdcd-66be-41d4-a88c-bdf8d05c28a9\",\n        \"46b171c5-32fa-4bd8-b23a-f2bf4645632c\",\n        \"9dfaf425-4b50-433d-b4d2-0c3a479c5119\",\n        \"73ac1c73-a2f1-4542-b951-351b8cda4c87\",\n        \"e3009b98-db05-4408-8414-c8ce5cd7c143\"\n    ],\n    \"parent_id\": \"LA1dW8i1TTK\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create folder",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/folders",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/folders",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"architecto\",\"color\":\"#f57740\",\"parent_id\":\"LA1dW8i1TTK\",\"attribute_ids\":[],\"sort_order\":\"65536\",\"settings\":[]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": \"tteawerVueX\",\n    \"object\": \"folder\",\n    \"name\": \"architecto\",\n    \"sort_order\": \"65536\",\n    \"color\": \"#f57740\",\n    \"settings\": {},\n    \"attribute_ids\": [],\n    \"parent_id\": \"LA1dW8i1TTK\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update folder",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/folders\/:folder",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/folders\/:folder",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "folder",
                                    "key": "folder",
                                    "value": "8FjZofz89PM",
                                    "description": "Folder ID"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"architecto\",\"color\":\"architecto\",\"parent_id\":\"LA1dW8i1TTK\",\"attribute_ids\":[\"e3009b98-db05-4408-8414-c8ce5cd7c143\",\"ab9ba009-da5d-4828-8c47-c53199f9b09b\"],\"sort_order\":\"65536\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"8FjZofz89PM\",\n    \"object\": \"folder\",\n    \"name\": \"architecto\",\n    \"sort_order\": \"65536.000000000000000000000000000000\",\n    \"color\": \"architecto\",\n    \"settings\": {},\n    \"attribute_ids\": [\n        \"e3009b98-db05-4408-8414-c8ce5cd7c143\",\n        \"ab9ba009-da5d-4828-8c47-c53199f9b09b\"\n    ],\n    \"parent_id\": \"LA1dW8i1TTK\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete folder",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/folders\/:folder",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/folders\/:folder",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "folder",
                                    "key": "folder",
                                    "value": "8FjZofz89PM",
                                    "description": "Folder ID"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Deletes a folder by its id."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"8FjZofz89PM\",\n    \"object\": \"folder\",\n    \"deleted\": true\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Attachments",
            "description": "\nThis endpoint is used as a first part of uploading file to the item. The response will contain\nthe attachment object, which can be used when creating a new item.\n```\n\/\/ When creating the item with attachments, value should have the following format:\n{\n  \"values\": [{\n    \"attribute_id\": \"a787da0a-7e17-48e5-bbf0-9142f19ed98f\",\n    \"data\": [{\"id\": \"<attachment_id>\"}]\n  }]\n}\n```\nUploaded attachments are not publicly accessible.\nThis means that when fetching items with attachments, links are publicly available for 2 hours and after that, they have to be re-fetched again.",
            "item": [
                {
                    "name": "Create from file",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/attachments\/file",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/attachments\/file",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "Upload files by submitting a file content as a `multipart\/form-data`.\n\n ```javascript\n \/\/ Example: How to upload file with JavaScript\n const form = new FormData();\n form.append('file', document.getElementById('file-input'));\n axios.post('\/api\/v2\/workspace\/669\/attachments\/file', form);\n ```"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": 86245,\n    \"object\": \"attachment\",\n    \"link\": \"https:\\\/\\\/app.startinfinity.com\\\/storage\\\/item-files\\\/669\\\/OCdzaWk1gUdCcaBzQnyCwMmMCNub6fpRIbHxuOKC.jpg\",\n    \"original_name\": \"test.jpg\",\n    \"filesize\": 0,\n    \"created_at\": \"2026-02-03T12:20:42.000000Z\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create from URL",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/attachments\/url",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/attachments\/url",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"url\":\"https:\\\/\\\/picsum.photos\\\/seed\\\/picsum\\\/200\\\/300\"}"
                        },
                        "description": "Download the attachment from a given URL, store it, and return an attachment object."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": 86246,\n    \"object\": \"attachment\",\n    \"link\": \"https:\\\/\\\/app.startinfinity.com\\\/storage\\\/item-files\\\/669\\\/NFUyzogXQY5eyJuWaIB2lf1wUsEOuxRbv8fZn6LB.\",\n    \"original_name\": \"300\",\n    \"filesize\": 6405,\n    \"created_at\": \"2026-02-03T12:20:42.000000Z\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Views",
            "description": "\nFolder views (tabs) is a configuration of how data will be presented in a given folder. It can contain view type (e.g. column or table), filters (what items to show) and many other settings that can be specific for the view (for example last viewed date in the calendar view).",
            "item": [
                {
                    "name": "List Views",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/views",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "Limit of items between 1 and 100. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_by",
                                    "value": "created_at",
                                    "description": "Sort items by id or created date - default is created_at.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_direction",
                                    "value": "desc",
                                    "description": "Sort direction `asc` or `desc` - default is desc. Example: desc.",
                                    "disabled": false
                                },
                                {
                                    "key": "after",
                                    "value": "",
                                    "description": "Use this parameter to get items after last item. Use this to get to the next page.",
                                    "disabled": true
                                },
                                {
                                    "key": "before",
                                    "value": "",
                                    "description": "Use this parameter to get items before first item.",
                                    "disabled": true
                                },
                                {
                                    "key": "folder_id",
                                    "value": "8FjZofz89PM",
                                    "description": "Views that belong to this folder.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/views?limit=10&sort_by=created_at&sort_direction=desc&after=&before=&folder_id=8FjZofz89PM",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "List from the folder"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": false,\n    \"before\": \"MTFjM2Q1NzUtODMwOS00Y2VmLTk1ZDMtMTdmMThhZGVhMWIzLA==\",\n    \"after\": \"MTFjM2Q1NzUtODMwOS00Y2VmLTk1ZDMtMTdmMThhZGVhMWIzLA==\",\n    \"data\": [\n        {\n            \"id\": \"11c3d575-8309-4cef-95d3-17f18adea1b3\",\n            \"object\": \"folderview\",\n            \"folder_id\": \"8FjZofz89PM\",\n            \"name\": \"Restaurant List\",\n            \"type\": \"list\",\n            \"sort_order\": \"65536.000000000000000000000000000000\",\n            \"settings\": {\n                \"attributes\": [],\n                \"includeSubfolders\": false,\n                \"collapsedGroups\": [],\n                \"filter\": {\n                    \"conditions\": [],\n                    \"combinator\": \"AND\"\n                },\n                \"sort\": {\n                    \"conditions\": [\n                        {\n                            \"attributeId\": \"46b171c5-32fa-4bd8-b23a-f2bf4645632c\",\n                            \"settings\": {\n                                \"direction\": \"asc\"\n                            }\n                        }\n                    ]\n                }\n            },\n            \"created_by\": 1299,\n            \"created_at\": null,\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get views",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/views\/:view",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/views\/:view",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "view",
                                    "key": "view",
                                    "value": "11c3d575-8309-4cef-95d3-17f18adea1b3",
                                    "description": "Folder View ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Get views by id that belong to the folder given."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"11c3d575-8309-4cef-95d3-17f18adea1b3\",\n    \"object\": \"folderview\",\n    \"folder_id\": \"8FjZofz89PM\",\n    \"name\": \"Restaurant List\",\n    \"type\": \"list\",\n    \"sort_order\": \"65536.000000000000000000000000000000\",\n    \"settings\": {\n        \"attributes\": [],\n        \"includeSubfolders\": false,\n        \"collapsedGroups\": [],\n        \"filter\": {\n            \"conditions\": [],\n            \"combinator\": \"AND\"\n        },\n        \"sort\": {\n            \"conditions\": [\n                {\n                    \"attributeId\": \"46b171c5-32fa-4bd8-b23a-f2bf4645632c\",\n                    \"settings\": {\n                        \"direction\": \"asc\"\n                    }\n                }\n            ]\n        }\n    },\n    \"created_by\": 1299,\n    \"created_at\": null,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create view",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/views",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/views",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"List of Tasks\",\"folder_id\":\"8FjZofz89PM\",\"type\":\"list\",\"sort_order\":\"65536\"}"
                        },
                        "description": "Create a view"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": \"DioG2gjRQWE\",\n    \"object\": \"folderview\",\n    \"folder_id\": \"8FjZofz89PM\",\n    \"name\": \"List of Tasks\",\n    \"type\": \"list\",\n    \"sort_order\": \"65536\",\n    \"settings\": {},\n    \"created_by\": 1302,\n    \"created_at\": \"2026-02-03T12:20:42.000000Z\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update view",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/views\/:view",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/views\/:view",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "view",
                                    "key": "view",
                                    "value": "11c3d575-8309-4cef-95d3-17f18adea1b3",
                                    "description": "Folder View ID"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"list\",\"sort_order\":\"65536\"}"
                        },
                        "description": "Get views by id that belong to the folder given."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"11c3d575-8309-4cef-95d3-17f18adea1b3\",\n    \"object\": \"folderview\",\n    \"folder_id\": \"8FjZofz89PM\",\n    \"name\": \"Restaurant List\",\n    \"type\": \"list\",\n    \"sort_order\": \"65536\",\n    \"settings\": {\n        \"attributes\": [],\n        \"includeSubfolders\": false,\n        \"collapsedGroups\": [],\n        \"filter\": {\n            \"conditions\": [],\n            \"combinator\": \"AND\"\n        },\n        \"sort\": {\n            \"conditions\": [\n                {\n                    \"attributeId\": \"46b171c5-32fa-4bd8-b23a-f2bf4645632c\",\n                    \"settings\": {\n                        \"direction\": \"asc\"\n                    }\n                }\n            ]\n        }\n    },\n    \"created_by\": 1299,\n    \"created_at\": null,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete view",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/views\/:view",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/views\/:view",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "view",
                                    "key": "view",
                                    "value": "11c3d575-8309-4cef-95d3-17f18adea1b3",
                                    "description": "Folder View ID"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Delete the view"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"11c3d575-8309-4cef-95d3-17f18adea1b3\",\n    \"object\": \"folderview\",\n    \"deleted\": true\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Members",
            "description": "",
            "item": [
                {
                    "name": "List members",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/members",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "Limit of items between 1 and 100. Must be at least 1. Must not be greater than 100.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_by",
                                    "value": "created_at",
                                    "description": "Sort items by id or created date - default is created_at.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_direction",
                                    "value": "desc",
                                    "description": "Sort direction `asc` or `desc` - default is desc. Example: desc.",
                                    "disabled": false
                                },
                                {
                                    "key": "after",
                                    "value": "",
                                    "description": "Use this parameter to get items after last item. Use this to get to the next page.",
                                    "disabled": true
                                },
                                {
                                    "key": "before",
                                    "value": "",
                                    "description": "Use this parameter to get items before first item.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/members?limit=10&sort_by=created_at&sort_direction=desc&after=&before=",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Lists all users that belong to the current workspace given."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": false,\n    \"before\": \"MTMwMiwyMDIwLTExLTI1IDE1OjMxOjM4\",\n    \"after\": \"MTMwMiwyMDIwLTExLTI1IDE1OjMxOjM4\",\n    \"data\": [\n        {\n            \"id\": 1302,\n            \"object\": \"user\",\n            \"name\": \"Damian Peterson\",\n            \"email\": \"damianpeterson@startinfinity.com\",\n            \"photo_url\": \"https:\\\/\\\/app.startinfinity.com\\\/profile\\\/avatar.svg?name=Damian%20Peterson\",\n            \"created_at\": \"2020-11-25T15:31:38.000000Z\",\n            \"job\": null,\n            \"location\": null,\n            \"tagline\": null,\n            \"role\": \"owner\",\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Invite Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/members\/invite",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/members\/invite",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"user@example.com\",\"role\":\"full-member\"}"
                        },
                        "description": "Invite the user into the workspace."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1300,\n    \"object\": \"user\",\n    \"name\": \"Jane Doe\",\n    \"email\": \"user@example.com\",\n    \"photo_url\": \"https:\\\/\\\/app.startinfinity.com\\\/profile\\\/avatar.svg?name=Jane%20Doe\",\n    \"created_at\": \"2021-05-17T14:12:10.000000Z\",\n    \"job\": null,\n    \"location\": null,\n    \"tagline\": null,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/members\/:user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/members\/:user",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1300",
                                    "description": "Id of the existing user that should be added to the workspace."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role\":\"full-member\"}"
                        },
                        "description": "Add a member to the workspace"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1300,\n    \"object\": \"user\",\n    \"name\": \"Jane Doe\",\n    \"email\": \"user@example.com\",\n    \"photo_url\": \"https:\\\/\\\/app.startinfinity.com\\\/profile\\\/avatar.svg?name=Jane%20Doe\",\n    \"created_at\": \"2021-05-17T14:12:10.000000Z\",\n    \"job\": null,\n    \"location\": null,\n    \"tagline\": null,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/members\/:user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/members\/:user",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1300",
                                    "description": "Id of the user that should be removed from the workspace."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Remove member from the workspace"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1300,\n    \"object\": \"user\",\n    \"name\": \"Jane Doe\",\n    \"email\": \"user@example.com\",\n    \"photo_url\": \"https:\\\/\\\/app.startinfinity.com\\\/profile\\\/avatar.svg?name=Jane%20Doe\",\n    \"created_at\": \"2021-05-17T14:12:10.000000Z\",\n    \"job\": null,\n    \"location\": null,\n    \"tagline\": null,\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "References",
            "description": "",
            "item": [
                {
                    "name": "Create reference",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/references",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/references",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"attribute_id\":\"b5e95ec8-80bc-4a55-a996-dcea663e4e6c\",\"from_item_id\":\"341a89c9-618e-40ba-92e1-1e12c83b69a6\",\"to_item_id\":\"033709ef-aa01-4eb8-b4d0-5733e283c160\"}"
                        },
                        "description": "Creates a reference between two items."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": \"019c2372-a8ff-7010-9ebb-4d7fac3997ed\",\n    \"object\": \"reference\",\n    \"attribute_id\": \"b5e95ec8-80bc-4a55-a996-dcea663e4e6c\",\n    \"from_item_id\": \"341a89c9-618e-40ba-92e1-1e12c83b69a6\",\n    \"to_item_id\": \"033709ef-aa01-4eb8-b4d0-5733e283c160\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete reference",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/references\/:reference",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/references\/:reference",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "reference",
                                    "key": "reference",
                                    "value": "8a69de6b-1587-438f-b14a-8f9047d827b2",
                                    "description": "id of the reference."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Delete a reference between two items."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"8a69de6b-1587-438f-b14a-8f9047d827b2\",\n    \"object\": \"reference\",\n    \"deleted\": true\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Hooks",
            "description": "\nThis type of webhooks are for programmatic usage, for example integrations. The webhook request contain two properties:\n`event`, which contains the name of the event (`value.updated`, `comment.created`, ...) and\n`payload` with entity data that is a subject of the event (check the code on the right side for example).\n\n<pre><code>\n\/\/ Example payload\n{\n  \"event\": \"value.created\",\n  \"payload\": {\n    \"id\": \"5455db29-d1a0-437e-8461-700d46ebadf7\",\n    \"object\": \"value\",\n    \"data\": \"Test\",\n    \"attribute_id\": \"a4b26453-156c-432f-8e13-bc6908cdc2de\",\n    \"deleted\": false\n  }\n}\n<\/code><\/pre>\n\nPay attention to the choice of the events that you want to react to because Infinity doesn't have a concept of *\"item created with all needed values filled\"*.\nAn item is created once and then additional values are created after that.\n\nThere are two ways to resolve this:\n1. If you need multiple attributes present on the item: listen for `value.created` event and, when it's triggered, fetch the item from the **items** endpoint and validate that all required attributes are present.\n\n2. If you need a single specific attribute to be present: listen for `value.created` event. This event is triggered the first time a value is added to the item. In the event handler check if the attribute_id of the created value matches the attribute that the user is interested in.\nCheck the example on the right side.\n\n<pre><code>\nfunction valueCreatedHandler(event) {\n  if (event.payload.attribute_id === '&ltid_of_label_attribute&gt') {\n    \/\/ Trigger\n  }\n}\n<\/code><\/pre>\n\nHooks are deactivated automatically after they fail to receive a response from the server after 3 attempts. The second attempt is triggered 1 minute after the first, and the next is 10 minutes after that.",
            "item": [
                {
                    "name": "Create hook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/hooks",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/hooks",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"url\":\"https:\\\/\\\/example.com\\\/webhook\\\/comment-created\",\"events\":[{\"event\":\"comment.created\"}]}"
                        },
                        "description": "Creates a new hook."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"id\": \"019c2372-a971-7030-ae99-db92f14a666e\",\n    \"object\": \"hook\",\n    \"url\": \"https:\\\/\\\/example.com\\\/webhook\\\/comment-created\",\n    \"user_id\": 1302,\n    \"board_id\": \"LA1dW8i1TTK\",\n    \"secret\": \"w1lxFzPeVHIOZfUX8VMOqbKpAaSvIrLi\",\n    \"events\": [\n        {\n            \"event\": \"comment.created\",\n            \"data\": null\n        }\n    ],\n    \"created_at\": \"2026-02-03T12:20:42.000000Z\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update hook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/hooks\/:hook",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/hooks\/:hook",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "hook",
                                    "key": "hook",
                                    "value": "2555617b-01e2-4501-8ad8-2ae8e49766bf",
                                    "description": "Hook ID"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"url\":\"https:\\\/\\\/example.com\\\/webhook\\\/comment-created\",\"events\":[{\"event\":\"comment.created\"}]}"
                        },
                        "description": "Updates a hook."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"2555617b-01e2-4501-8ad8-2ae8e49766bf\",\n    \"object\": \"hook\",\n    \"url\": \"https:\\\/\\\/example.com\\\/webhook\\\/comment-created\",\n    \"user_id\": 1302,\n    \"board_id\": \"LA1dW8i1TTK\",\n    \"secret\": \"D5DR6g203U6zB3X5nylgIGt45ZdbO1nO\",\n    \"events\": [\n        {\n            \"event\": \"comment.created\",\n            \"data\": null\n        }\n    ],\n    \"created_at\": \"2021-05-14T14:34:47.000000Z\",\n    \"deleted\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List hooks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/hooks",
                            "query": [
                                {
                                    "key": "expand[0]",
                                    "value": "logs",
                                    "description": "set to 'logs' to include hook logs in the response.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/hooks?expand[0]=logs",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Lists the hooks of the currently logged in user."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"has_more\": false,\n    \"before\": \"MjU1NTYxN2ItMDFlMi00NTAxLThhZDgtMmFlOGU0OTc2NmJm\",\n    \"after\": \"NTY4NDBkMDUtMjJmMS00MmNiLTkyODgtYTZlZTAwNjc2MWY4\",\n    \"data\": [\n        {\n            \"id\": \"2555617b-01e2-4501-8ad8-2ae8e49766bf\",\n            \"object\": \"hook\",\n            \"url\": \"https:\\\/\\\/domain.com\\\/callback\",\n            \"user_id\": 1302,\n            \"board_id\": \"LA1dW8i1TTK\",\n            \"secret\": \"D5DR6g203U6zB3X5nylgIGt45ZdbO1nO\",\n            \"logs\": [],\n            \"events\": [],\n            \"created_at\": \"2021-05-14T14:34:47.000000Z\",\n            \"deleted\": false\n        },\n        {\n            \"id\": \"56840d05-22f1-42cb-9288-a6ee006761f8\",\n            \"object\": \"hook\",\n            \"url\": \"https:\\\/\\\/domain.com\\\/callback\",\n            \"user_id\": 1302,\n            \"board_id\": \"LA1dW8i1TTK\",\n            \"secret\": \"XTTuLIBt70e4oSnNBzd1wx7QTJCXqEDD\",\n            \"logs\": [],\n            \"events\": [],\n            \"created_at\": \"2021-05-14T14:32:00.000000Z\",\n            \"deleted\": false\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete hook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v2\/workspaces\/:workspace\/boards\/:board\/hooks\/:hook",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v2\/workspaces\/:workspace\/boards\/:board\/hooks\/:hook",
                            "variable": [
                                {
                                    "id": "workspace",
                                    "key": "workspace",
                                    "value": "669",
                                    "description": "Workspace ID"
                                },
                                {
                                    "id": "board",
                                    "key": "board",
                                    "value": "LA1dW8i1TTK",
                                    "description": "Board ID"
                                },
                                {
                                    "id": "hook",
                                    "key": "hook",
                                    "value": "2555617b-01e2-4501-8ad8-2ae8e49766bf",
                                    "description": "Hook ID"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-API-Version",
                                "value": "2025-12-01.morava"
                            }
                        ],
                        "body": null,
                        "description": "Deletes a hook that belongs to the currently logged in user."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": \"2555617b-01e2-4501-8ad8-2ae8e49766bf\",\n    \"object\": \"hook\",\n    \"deleted\": true\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}