{"info":{"_postman_id":"8eb566af-58ee-452c-9d74-925dce412376","name":"Planka","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3360622","collectionId":"8eb566af-58ee-452c-9d74-925dce412376","publishedId":"2sB2cRCPpU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-31T23:58:47.000Z"},"item":[{"name":"config","item":[{"name":"config","id":"59c41c55-22e9-43d9-b01a-b2305ed43588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://planka.dominio.com/api/config","urlObject":{"path":["config"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"59c41c55-22e9-43d9-b01a-b2305ed43588"}],"id":"450ba285-8c5e-4f46-87aa-21e6d76f6ea8","_postman_id":"450ba285-8c5e-4f46-87aa-21e6d76f6ea8","description":""},{"name":"auth","item":[{"name":"access-tokens","event":[{"listen":"test","script":{"id":"ca6ede21-079d-4405-8e8d-d9aededd951e","exec":["// Obtener la respuesta en formato JSON\r","let responseJson = pm.response.json();\r","\r","// Verificar si el token existe en la respuesta\r","if (responseJson.item) {\r","    // Guardar el token en la variable de colección 'authkey'\r","    pm.collectionVariables.set(\"authkey\", responseJson.item);\r","\r","    // Mostrar en la consola de Postman para verificar\r","    console.log(\"Token actualizado:\", responseJson.item);\r","} else {\r","    console.log(\"Error: No se encontró el token en la respuesta.\");\r","}"],"type":"text/javascript","packages":{}}}],"id":"3caa89a9-995d-4c17-b4ae-5cd136bb713f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"emailOrUsername\":\"planka-user\",\r\n\"password\":\"planka-user-password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/access-tokens","urlObject":{"path":["access-tokens"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3caa89a9-995d-4c17-b4ae-5cd136bb713f"},{"name":"access-tokens-exchange-using-oidc","id":"caeef2cb-80d7-4776-95e9-0a82264df473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nonce\":\"string\",\r\n    \"withHttpOnlyToken\":\"boolean\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/access-tokens/exchange-using-oidc/:code","urlObject":{"path":["access-tokens","exchange-using-oidc",":code"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"","key":"code"}]}},"response":[],"_postman_id":"caeef2cb-80d7-4776-95e9-0a82264df473"}],"id":"22d6e71d-03dd-447c-a695-9433ebaf279a","_postman_id":"22d6e71d-03dd-447c-a695-9433ebaf279a","description":""},{"name":"users","item":[{"name":"get-all-users","id":"7f975bde-74a2-45a6-8b16-926a3376dfc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearear eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6ImQ4MmM3MDgyLWZlMzYtNDBhMi1hYmU1LTFkMzdjMjk1MDJjYiJ9.eyJpYXQiOjE3NDI0NDAxNzksImV4cCI6MTc3Mzk3NjE3OSwic3ViIjoiMTQ2NDgyNjI0MDk2Njg1MzYzMyJ9._2SFWD4TXLHfkkdlu-dE5nz76uvyjoWNMeqap0WfJlc","type":"text"}],"url":"https://planka.dominio.com/api/users","urlObject":{"path":["users"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f975bde-74a2-45a6-8b16-926a3376dfc3"},{"name":"create-users","id":"cb9beb39-2d9e-4f97-ac83-29587757f15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"tom2@gmail.com\",\r\n    \"password\": \"tom@250281**\",\r\n    \"name\": \"Tom Silva 8\",\r\n    \"username\": \"Tom8\",\r\n    \"phone\": \"593999921016\",\r\n    \"organization\": \"sesotec\",\r\n    \"language\": \"es-ES\",\r\n    \"subscribeToOwnCards\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/users","urlObject":{"path":["users"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb9beb39-2d9e-4f97-ac83-29587757f15c"},{"name":"detele-user","id":"5c1dc3f6-2e4c-4d8f-8afa-f9350c73a104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/users/:id","urlObject":{"path":["users",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1470100150889219093","key":"id"}]}},"response":[],"_postman_id":"5c1dc3f6-2e4c-4d8f-8afa-f9350c73a104"},{"name":"get-user-by-id","id":"8c5505c4-92a3-40a8-a537-099287563d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api/users/:id","urlObject":{"path":["users",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1464826240966853633","key":"id"}]}},"response":[],"_postman_id":"8c5505c4-92a3-40a8-a537-099287563d74"},{"name":"update-user","id":"bc025434-5d84-4d37-9974-29314c125b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{       \"isAdmin\": true,\r\n        \"email\": \"tom_jau@live.com\",\r\n        \"name\": \"Tom Silva 2\",\r\n        \"avatarUrl\": null,\r\n        \"phone\": \"593999921014\",\r\n        \"organization\": \"sesotec\",\r\n        \"language\": null,\r\n        \"subscribeToOwnCards\": true\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/users/:id","urlObject":{"path":["users",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1464829970005099531","key":"id"}]}},"response":[],"_postman_id":"bc025434-5d84-4d37-9974-29314c125b9d"},{"name":"update-user-mail","id":"5084234e-8143-4763-8284-887220503806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{       \r\n \"email\": \"tom_jau@live.com\"     \r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/users/:id/email","urlObject":{"path":["users",":id","email"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1464829970005099531","key":"id"}]}},"response":[],"_postman_id":"5084234e-8143-4763-8284-887220503806"},{"name":"update-user-password","id":"836d5953-fca0-43b2-9240-8f7dd2441348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{       \r\n \"password\": \"1456321*99**\"     \r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/users/:id/password","urlObject":{"path":["users",":id","password"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1464829970005099531","key":"id"}]}},"response":[],"_postman_id":"836d5953-fca0-43b2-9240-8f7dd2441348"},{"name":"update-user-username","id":"8bf9eff8-aa63-4ab6-8f83-523d079ccb7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{       \r\n \"username\": \"tom\"     \r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/users/:id/username","urlObject":{"path":["users",":id","username"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1464829970005099531","key":"id"}]}},"response":[],"_postman_id":"8bf9eff8-aa63-4ab6-8f83-523d079ccb7d"},{"name":"update-user-avatar -notwork","id":"eab11740-3990-46b7-877d-eb8e5fd87ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"6b781a5d-1711-4763-84fd-4e4e2a00c9bf","src":"/F:/Dados antigos/Pictures/mujer.jpg"}]},"url":"https://planka.dominio.com/apiusers/:id/avatar","urlObject":{"path":[":id","avatar"],"host":["https://planka.dominio.com/apiusers"],"query":[],"variable":[{"type":"any","value":"1464826240966853633","key":"id"}]}},"response":[],"_postman_id":"eab11740-3990-46b7-877d-eb8e5fd87ec8"}],"id":"0f6cc0b9-5c27-433d-a737-fa131acfcab8","_postman_id":"0f6cc0b9-5c27-433d-a737-fa131acfcab8","description":""},{"name":"projects","item":[{"name":"get-projects","id":"12cf730e-eb2f-40f7-a965-f59a0f552c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api/projects","urlObject":{"path":["projects"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"12cf730e-eb2f-40f7-a965-f59a0f552c49"},{"name":"get-projects-by-id","id":"b3489267-7cd1-4f47-8def-de05927a2146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api/projects/:id","urlObject":{"path":["projects",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471941870522205208","key":"id"}]}},"response":[],"_postman_id":"b3489267-7cd1-4f47-8def-de05927a2146"},{"name":"Delete-projects-by-id","id":"83ed1ab9-f0a3-441d-b0b7-de486f6be5e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/projects/:id","urlObject":{"path":["projects",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471941870522205208","key":"id"}]}},"response":[],"_postman_id":"83ed1ab9-f0a3-441d-b0b7-de486f6be5e5"},{"name":"update-project","id":"3ce5d689-f1b0-41e1-b695-507e1f75f75d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"poyecto 2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/projects/:id","urlObject":{"path":["projects",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"3ce5d689-f1b0-41e1-b695-507e1f75f75d"},{"name":"update-project-background-image","id":"ba502b46-65c9-43c9-b04b-6008f0a9e4c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"ba1136cd-fef2-47e4-824c-f096d47752aa","src":"/F:/Dados antigos/Pictures/planka.jpg"},{"key":"filename","value":"planka.jpg","type":"text","uuid":"bfa5efdb-d50a-40e3-a63f-ffd124885487"}]},"url":"https://planka.dominio.com/api/projects/:id/background-image","urlObject":{"path":["projects",":id","background-image"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471941870522205208","key":"id"}]}},"response":[],"_postman_id":"ba502b46-65c9-43c9-b04b-6008f0a9e4c7"},{"name":"update-project","id":"1271a78f-310f-4826-ba7e-c7abb98385a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"poyecto 2\",\r\n    \"background\": {\r\n                \"name\": \"algae-green\",\r\n                \"type\": \"gradient\"\r\n            },\r\n    \"backgroundImage\":null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/projects/:id","urlObject":{"path":["projects",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471941870522205208","key":"id"}]}},"response":[],"_postman_id":"1271a78f-310f-4826-ba7e-c7abb98385a0"}],"id":"ed690610-d04b-42eb-826c-b45becbc0b85","_postman_id":"ed690610-d04b-42eb-826c-b45becbc0b85","description":""},{"name":"project-managers","item":[{"name":"delete-project-manager","id":"1b96daea-7bda-494a-b245-53443196aadf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/project-managers/:id","urlObject":{"path":["project-managers",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"description":{"content":"<p>id que genera al crear un project manager</p>\n","type":"text/plain"},"type":"any","value":"1471968908809339932","key":"id"}]}},"response":[],"_postman_id":"1b96daea-7bda-494a-b245-53443196aadf"},{"name":"projects-manager","id":"f39dfe63-6690-4938-9417-e753d7cd2069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"1471968728135500827\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/projects/:projectId/managers","urlObject":{"path":["projects",":projectId","managers"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471941870522205208","key":"projectId"}]}},"response":[],"_postman_id":"f39dfe63-6690-4938-9417-e753d7cd2069"}],"id":"1fbad4eb-61e2-40b4-83fc-1193305f0e14","_postman_id":"1fbad4eb-61e2-40b4-83fc-1193305f0e14","description":""},{"name":"Boards","item":[{"name":"create-board","id":"2beb4c03-3528-4024-9576-124423098289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":2,\r\n    \"name\":\"estamos aqui\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/projects/:projectId/boards","urlObject":{"path":["projects",":projectId","boards"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471941870522205208","key":"projectId"}]}},"response":[],"_postman_id":"2beb4c03-3528-4024-9576-124423098289"},{"name":"board-show","id":"d74db55d-fa13-40ce-bd63-b149fa8a4833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api/boards/:id","urlObject":{"path":["boards",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471974285496026149","key":"id"}]}},"response":[],"_postman_id":"d74db55d-fa13-40ce-bd63-b149fa8a4833"},{"name":"update-board","id":"0ff5db09-f62f-4bdd-9c87-0aec2994ea04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":2,\r\n    \"name\":\"Hola qui\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/boards/:id","urlObject":{"path":["boards",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471974285496026149","key":"id"}]}},"response":[],"_postman_id":"0ff5db09-f62f-4bdd-9c87-0aec2994ea04"},{"name":"delete-board","id":"70cc6a7c-ca1c-46fd-a854-0903b09a0232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/boards/:id","urlObject":{"path":["boards",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471974285496026149","key":"id"}]}},"response":[],"_postman_id":"70cc6a7c-ca1c-46fd-a854-0903b09a0232"}],"id":"3f0e86e6-cadc-4a60-bf1a-04ddbdd4ebea","_postman_id":"3f0e86e6-cadc-4a60-bf1a-04ddbdd4ebea","description":""},{"name":"board-memberships","item":[{"name":"board-memberships-create","id":"79ebc95c-2d34-43fd-b0f1-8c8c52eff264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"1471968728135500827\",\r\n    \"role\":\"viewer\",  //whitelist (editor, viewer)\r\n    \"canComment\":null //permisao para comentar\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/boards/:boardId/memberships","urlObject":{"path":["boards",":boardId","memberships"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471976590349960232","key":"boardId"}]}},"response":[],"_postman_id":"79ebc95c-2d34-43fd-b0f1-8c8c52eff264"},{"name":"board-memberships-update","id":"86f571e0-d9d1-44b8-98ca-d694780819bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"1471968728135500827\",\r\n    \"role\":\"Editor\",  //Wditor - Viewer\r\n    \"canComment\":true //permisao para comentar\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/boards/membership/:id","urlObject":{"path":["boards","membership",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"86f571e0-d9d1-44b8-98ca-d694780819bc"},{"name":"board-memberships-delete","id":"cbfcd67f-7263-4efd-8d3a-e51f7d4f15d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/boards/membership/:id","urlObject":{"path":["boards","membership",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"cbfcd67f-7263-4efd-8d3a-e51f7d4f15d8"}],"id":"c6d2fad1-af72-4e36-b4a4-ab84da37ac4e","_postman_id":"c6d2fad1-af72-4e36-b4a4-ab84da37ac4e","description":""},{"name":"board-lable","item":[{"name":"board-label-create","id":"69389228-d24c-49d5-a827-3858335ccca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":1,\r\n    \"name\":\"lable tom\",\r\n    \"color\":\"desert-sand\" //(berry-red, pumpkin-orange, lagoon-blue, pink-tulip, light-mud, orange-peel, bright-moss, antique-blue, dark-granite, lagune-blue, sunny-grass, morning-sky, light-orange, midnight-blue, tank-green, gun-metal, wet-moss, red-burgundy, light-concrete, apricot-red, desert-sand, navy-blue, egg-yellow, coral-green, light-cocoa)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/boards/:boardId/labels","urlObject":{"path":["boards",":boardId","labels"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471976590349960232","key":"boardId"}]}},"response":[],"_postman_id":"69389228-d24c-49d5-a827-3858335ccca4"},{"name":"board-label-update","id":"271fba99-38bd-4521-8dd3-778ef46beb6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":1,\r\n    \"name\":\"lable tom teste\",\r\n    \"color\":\"navy-blue\" ////(berry-red, pumpkin-orange, lagoon-blue, pink-tulip, light-mud, orange-peel, bright-moss, antique-blue, dark-granite, lagune-blue, sunny-grass, morning-sky, light-orange, midnight-blue, tank-green, gun-metal, wet-moss, red-burgundy, light-concrete, apricot-red, desert-sand, navy-blue, egg-yellow, coral-green, light-cocoa)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/labels/:id","urlObject":{"path":["labels",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478619021069780052","key":"id"}]}},"response":[],"_postman_id":"271fba99-38bd-4521-8dd3-778ef46beb6a"},{"name":"board-label-delete","id":"3851c934-4a55-4379-bdc1-228c5950ade2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/labels/:id","urlObject":{"path":["labels",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478619021069780052","key":"id"}]}},"response":[],"_postman_id":"3851c934-4a55-4379-bdc1-228c5950ade2"}],"id":"f7ffe1a9-00e5-42a2-ae99-1f8b3a521d02","_postman_id":"f7ffe1a9-00e5-42a2-ae99-1f8b3a521d02","description":""},{"name":"board-list","item":[{"name":"board-list-create","id":"885b570b-6118-4a73-919c-43574e1553bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":1,\r\n    \"name\":\"en andamiento\"\r\n}\r\n{\r\n  \"errorMessage\": \"Request failed with status code 500\",\r\n  \"errorDetails\": {},\r\n  \"n8nDetails\": {\r\n    \"n8nVersion\": \"1.85.4 (Self Hosted)\",\r\n    \"binaryDataMode\": \"default\",\r\n    \"stackTrace\": [\r\n      \"AxiosError: Request failed with status code 500\",\r\n      \"    at settle (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/settle.js:19:12)\",\r\n      \"    at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:599:11)\",\r\n      \"    at IncomingMessage.emit (node:events:530:35)\",\r\n      \"    at endReadableNT (node:internal/streams/readable:1698:12)\",\r\n      \"    at processTicksAndRejections (node:internal/process/task_queues:82:21)\",\r\n      \"    at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:45:41)\",\r\n      \"    at processTicksAndRejections (node:internal/process/task_queues:95:5)\",\r\n      \"    at invokeAxios (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/node-execution-context/utils/request-helper-functions.js:173:16)\",\r\n      \"    at Object.httpRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/node-execution-context/utils/request-helper-functions.js:669:20)\",\r\n      \"    at ExecuteContext.execute (/home/node/.n8n/nodes/node_modules/n8n-nodes-easyappointments/nodes/EasyAppointments/EasyAppointments.node.ts:881:22)\",\r\n      \"    at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:681:27)\",\r\n      \"    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:913:51\",\r\n      \"    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1246:20\"\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/boards/:boardId/lists","urlObject":{"path":["boards",":boardId","lists"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1471976590349960232","key":"boardId"}]}},"response":[],"_postman_id":"885b570b-6118-4a73-919c-43574e1553bb"},{"name":"board-list-update","id":"7d47fb00-7dfb-423a-829f-2461ccadbb61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":1,\r\n    \"name\":\"procesando\",\r\n    \"color\":\"pink-tulip\"  ////(berry-red, pumpkin-orange, lagoon-blue, pink-tulip, light-mud, orange-peel, bright-moss, antique-blue, dark-granite, lagune-blue, sunny-grass, morning-sky, light-orange, midnight-blue, tank-green, gun-metal, wet-moss, red-burgundy, light-concrete, apricot-red, desert-sand, navy-blue, egg-yellow, coral-green, light-cocoa)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/lists/:id","urlObject":{"path":["lists",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478622720999556184","key":"id"}]}},"response":[],"_postman_id":"7d47fb00-7dfb-423a-829f-2461ccadbb61"},{"name":"board-list-sort","id":"9b07b7e9-76eb-4062-b9a7-7f802fc75048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"url":"https://planka.dominio.com/api/lists/:id/sort","urlObject":{"path":["lists",":id","sort"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478622720999556184","key":"id"}]}},"response":[],"_postman_id":"9b07b7e9-76eb-4062-b9a7-7f802fc75048"},{"name":"board-list-delete","id":"702734bb-e6f6-43e3-8b6a-9855c6155881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/lists/:id","urlObject":{"path":["lists",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478622720999556184","key":"id"}]}},"response":[],"_postman_id":"702734bb-e6f6-43e3-8b6a-9855c6155881"}],"id":"e4bbee13-b914-4d1a-9a5e-8342ed8247ae","_postman_id":"e4bbee13-b914-4d1a-9a5e-8342ed8247ae","description":""},{"name":"cards","item":[{"name":"card-show","id":"8f5cdd9e-956e-4f0e-9b0c-2d2ecb88685a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api/cards/:id","urlObject":{"path":["cards",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"id"}]}},"response":[],"_postman_id":"8f5cdd9e-956e-4f0e-9b0c-2d2ecb88685a"},{"name":"card-update","id":"e2423ae0-b57a-4d9a-be50-d2cc5ef43ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":3,\r\n    \"name\": \"card name test \",\r\n    \"description\":\"Card desc test\",\r\n    \"dueDate\":\"2025-04-24T17:00:00.000Z\",\r\n    \"isDueDateCompleted\": true\r\n // \"stopwatch\":{\r\n //       \"total\": 0,\r\n //       \"startedAt\": \"2025-03-31T17:14:00.000Z\"\r\n //    }\r\n // \"boardId\": \"1471976590349960232\",\r\n // \"listId\": \"1478621518257718359\",\r\n // \"isSubscribed\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:id","urlObject":{"path":["cards",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478641914075939951","key":"id"}]}},"response":[],"_postman_id":"e2423ae0-b57a-4d9a-be50-d2cc5ef43ca1"},{"name":"card-delete","id":"63a561a7-1aaa-4ecd-bc3e-f01a2e8b3252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/cards/:id","urlObject":{"path":["cards",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478641914075939951","key":"id"}]}},"response":[],"_postman_id":"63a561a7-1aaa-4ecd-bc3e-f01a2e8b3252"},{"name":"card-duplicate - not work","id":"9aafb67d-4642-4ce3-848e-976ab7cd3c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"card name test duplicado copy 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:id","urlObject":{"path":["cards",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478641914075939951","key":"id"}]}},"response":[],"_postman_id":"9aafb67d-4642-4ce3-848e-976ab7cd3c6f"},{"name":"card-create","id":"9eb84b41-8bee-4057-8a71-b89b46aafc20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":1,\r\n    \"name\": \"card name test\",\r\n    \"description\":\"Card desc test\",\r\n    \"dueDate\":\"2025-04-24T17:00:00.000Z\",\r\n    \"isDueDateCompleted\": false\r\n    //\"stopwatch\":{\r\n           // \"total\": 0,\r\n           // \"startedAt\": \"2025-03-31T17:14:00.000Z\"\r\n       // }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/lists/:listId/cards","urlObject":{"path":["lists",":listId","cards"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478621518257718359","key":"listId"}]}},"response":[],"_postman_id":"9eb84b41-8bee-4057-8a71-b89b46aafc20"},{"name":"New Request","id":"f6c4f851-1db9-43c8-b052-7624f7ea483a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f6c4f851-1db9-43c8-b052-7624f7ea483a"}],"id":"f15aaff7-5ad0-4d4d-bbcb-92b6dc86c36e","_postman_id":"f15aaff7-5ad0-4d4d-bbcb-92b6dc86c36e","description":""},{"name":"utils","item":[{"name":"test-api-online","id":"8fd458a4-95ef-47ac-aaa9-cd58b038a39d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api","urlObject":{"host":["https://planka.dominio.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fd458a4-95ef-47ac-aaa9-cd58b038a39d"},{"name":"user-avatars","id":"2fbf5173-d724-48ce-9c29-256aba02f877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api/user-avatars","urlObject":{"path":["user-avatars"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fbf5173-d724-48ce-9c29-256aba02f877"}],"id":"d7fecb26-4f6a-4c72-b940-e1deee4db175","_postman_id":"d7fecb26-4f6a-4c72-b940-e1deee4db175","description":""},{"name":"card-membership","item":[{"name":"add-member-in-card","id":"bc711652-7853-4ea4-928c-157f248dcd5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"1464829970005099531\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:cardId/memberships","urlObject":{"path":["cards",":cardId","memberships"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"cardId"}]}},"response":[],"_postman_id":"bc711652-7853-4ea4-928c-157f248dcd5c"},{"name":"remove-member-in-card","id":"7b3cb4af-11fe-4082-82ea-6137760ffbd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"1464829970005099531\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:cardId/memberships","urlObject":{"path":["cards",":cardId","memberships"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"cardId"}]}},"response":[],"_postman_id":"7b3cb4af-11fe-4082-82ea-6137760ffbd6"}],"id":"79270811-8b41-40d5-bd59-cb94757c5c91","_postman_id":"79270811-8b41-40d5-bd59-cb94757c5c91","description":""},{"name":"card-labels","item":[{"name":"add-lablel-in-card","id":"f2b76069-55e0-4b1b-bcf2-189edfcc692d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"labelId\":\"1478617679647474771\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:cardId/labels","urlObject":{"path":["cards",":cardId","labels"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"cardId"}]}},"response":[],"_postman_id":"f2b76069-55e0-4b1b-bcf2-189edfcc692d"},{"name":"remove-lablel-in-card","id":"2d02eb94-4660-4d32-8a87-c386e7ce0eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"labelId\":\"1478617679647474771\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:cardId/labels/:labelId","urlObject":{"path":["cards",":cardId","labels",":labelId"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"cardId"},{"type":"any","value":"1478617679647474771","key":"labelId"}]}},"response":[],"_postman_id":"2d02eb94-4660-4d32-8a87-c386e7ce0eb8"}],"id":"40c478c6-e0c2-424e-b86b-93f175603bfd","_postman_id":"40c478c6-e0c2-424e-b86b-93f175603bfd","description":""},{"name":"card-tasks","item":[{"name":"card-task-create","id":"8152089c-6236-451c-9d6f-27f10b3bb866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":1,\r\n    \"name\":\"hacer eso\",\r\n    \"isCompleted\":false\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:cardId/tasks","urlObject":{"path":["cards",":cardId","tasks"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"cardId"}]}},"response":[],"_postman_id":"8152089c-6236-451c-9d6f-27f10b3bb866"},{"name":"card-task-update","id":"a7d48b61-c896-4b9d-bdcd-41a2362cd99a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"position\":1,\r\n    \"name\":\"hacer eso\",\r\n    \"isCompleted\":true\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/tasks/:id","urlObject":{"path":["tasks",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478666044175287422","key":"id"}]}},"response":[],"_postman_id":"a7d48b61-c896-4b9d-bdcd-41a2362cd99a"},{"name":"card-task-delete","id":"0f156944-8ecc-4cad-8f84-cd5100710fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/tasks/:id","urlObject":{"path":["tasks",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478666044175287422","key":"id"}]}},"response":[],"_postman_id":"0f156944-8ecc-4cad-8f84-cd5100710fef"}],"id":"e8040f5b-fc5d-4a5b-b548-4684883243b1","_postman_id":"e8040f5b-fc5d-4a5b-b548-4684883243b1","description":""},{"name":"cards-attachments","item":[{"name":"cards-attachments-create","id":"433cb353-fd25-4e58-91df-b6fbcab0294e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"ad650726-35b3-42f1-99e9-0cb6e3513267","src":"/F:/Dados antigos/Pictures/audio.png"},{"key":"name","value":"ok ok ","type":"text","uuid":"a23443d7-0c28-4c57-89e3-be5d0f031924"}]},"url":"https://planka.dominio.com/api/cards/:cardId/attachments","urlObject":{"path":["cards",":cardId","attachments"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"cardId"}]}},"response":[],"_postman_id":"433cb353-fd25-4e58-91df-b6fbcab0294e"},{"name":"cards-attachments-update","id":"879ecfa9-1cb0-499d-a4b6-f2cc4eecd287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"ok ok\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/attachments/:id","urlObject":{"path":["attachments",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478671423663768706","key":"id"}]}},"response":[],"_postman_id":"879ecfa9-1cb0-499d-a4b6-f2cc4eecd287"},{"name":"cards-attachments-delete","id":"80b31000-314b-486d-83e4-8095cf669c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"ok ok\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/attachments/:id","urlObject":{"path":["attachments",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478671423663768706","key":"id"}]}},"response":[],"_postman_id":"80b31000-314b-486d-83e4-8095cf669c76"}],"id":"de50b9fb-b0f2-479e-9ca8-8fb5e9787976","_postman_id":"de50b9fb-b0f2-479e-9ca8-8fb5e9787976","description":""},{"name":"card-actions","item":[{"name":"show-actions","id":"e52ffe3d-2aa3-40a3-b578-8972c87ad6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"withDetails\":false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:cardId/actions","urlObject":{"path":["cards",":cardId","actions"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"cardId"}]}},"response":[],"_postman_id":"e52ffe3d-2aa3-40a3-b578-8972c87ad6ea"},{"name":"card-actions-comment-create","id":"d4e60636-8890-45c7-81cd-76771a646c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\":\"hola aqui estamos\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/cards/:cardId/comment-actions","urlObject":{"path":["cards",":cardId","comment-actions"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478646545057318002","key":"cardId"}]}},"response":[],"_postman_id":"d4e60636-8890-45c7-81cd-76771a646c30"},{"name":"card-actions-comment-update","id":"5ca6ebca-b8c0-4643-90b9-22b2cff342db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\":\"ya no es un test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/comment-actions/:id","urlObject":{"path":["comment-actions",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478675220213531780","key":"id"}]}},"response":[],"_postman_id":"5ca6ebca-b8c0-4643-90b9-22b2cff342db"},{"name":"card-actions-comment-delete","id":"a1fb58a7-a880-4a98-9a1f-1871b9e49a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://planka.dominio.com/api/comment-actions/:id","urlObject":{"path":["comment-actions",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"1478675220213531780","key":"id"}]}},"response":[],"_postman_id":"a1fb58a7-a880-4a98-9a1f-1871b9e49a38"}],"id":"a77beb2c-6050-433e-8f41-5204bb9dcdd9","_postman_id":"a77beb2c-6050-433e-8f41-5204bb9dcdd9","description":""},{"name":"notifications","item":[{"name":"notifications-show","id":"3d7cd41e-cd38-488b-9bc9-9254bb13feb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api/notifications","urlObject":{"path":["notifications"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d7cd41e-cd38-488b-9bc9-9254bb13feb7"},{"name":"notifications-show-by-id","id":"178a6d23-3cb7-44da-bd78-563f9e8f1768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://planka.dominio.com/api/notifications/:id","urlObject":{"path":["notifications",":id"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"178a6d23-3cb7-44da-bd78-563f9e8f1768"},{"name":"notifications-read","id":"db4f43d4-caca-4c09-90a0-9f8c7b0bcb48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your user token"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isRead\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://planka.dominio.com/api/notifications/:ids","urlObject":{"path":["notifications",":ids"],"host":["https://planka.dominio.com/api"],"query":[],"variable":[{"description":{"content":"<p>ids of notifications (1112226,11122236,11111111)</p>\n","type":"text/plain"},"type":"any","value":"","key":"ids"}]}},"response":[],"_postman_id":"db4f43d4-caca-4c09-90a0-9f8c7b0bcb48"}],"id":"9d4146c7-6232-4c88-a97b-c58d777d354c","_postman_id":"9d4146c7-6232-4c88-a97b-c58d777d354c","description":""}],"event":[{"listen":"prerequest","script":{"id":"812e4733-001e-4742-bc25-9bef6e6931cd","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"9ec46ee5-462e-484b-9d97-06500c4819bf","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseurl","value":"https://planka.dominio.com/api","type":"string"},{"key":"authkey","value":"your user token","type":"string"},{"key":"useradmin","value":"planka-user","type":"string"},{"key":"passadmin","value":"planka-user-password","type":"string"}]}