{"info":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","description":"<html><head></head><body><p>An API to manage PIA (Privacy Impact Assesment)</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4366119","collectionId":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","publishedId":"TW6up9KE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-25T20:30:13.000Z"},"item":[{"name":"Authentication","item":[{"name":"Sign In (Oauth Token)","id":"b00015e1-f578-4859-abed-20a2f65f0cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"sylvain@atnos.com","type":"text"},{"key":"password","value":"Azeazeaze123-","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"http://localhost:3000/oauth/token","urlObject":{"path":["oauth","token"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b00015e1-f578-4859-abed-20a2f65f0cc4"},{"name":"Get token info","id":"b2355429-9ef6-4d2e-96e2-6f09f13e6620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/oauth/token/info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["oauth","token","info"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2355429-9ef6-4d2e-96e2-6f09f13e6620"},{"name":"Sign out (Revoke Token)","id":"18d3a1c3-de38-4348-a8c7-c667d9e45722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"},{"key":"token","value":"{{token}}","type":"text"}]},"url":"http://localhost:3000/oauth/revoke","urlObject":{"path":["oauth","revoke"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"18d3a1c3-de38-4348-a8c7-c667d9e45722"}],"id":"c0f05ceb-873c-40a8-9523-b330685cd757","_postman_id":"c0f05ceb-873c-40a8-9523-b330685cd757","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"PIAs","item":[{"name":"Answers","item":[{"name":"Return all answers","id":"e99181c1-94dd-4773-9634-abb66e563b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/answers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","answers"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[{"id":"b2cf4b44-d6ef-4c76-97eb-e49d9e02903e","name":"200 - Return all answers","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/answers","host":["http://localhost:3000"],"path":["pias",":pia_id","answers"],"variable":[{"key":"pia_id","value":"4","description":"(required) ID of the PIA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 50,\n        \"pia_id\": 5,\n        \"reference_to\": \"111\",\n        \"data\": {\n            \"text\": \"test\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-01T14:37:59.627Z\",\n        \"updated_at\": \"2021-07-01T14:37:59.627Z\"\n    },\n    {\n        \"id\": 53,\n        \"pia_id\": 5,\n        \"reference_to\": \"113\",\n        \"data\": {\n            \"text\": \"ghghg\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-01T14:54:52.256Z\",\n        \"updated_at\": \"2021-07-01T14:54:52.256Z\"\n    },\n    {\n        \"id\": 54,\n        \"pia_id\": 5,\n        \"reference_to\": \"112\",\n        \"data\": {\n            \"text\": \"gfgfgf\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-01T14:54:57.241Z\",\n        \"updated_at\": \"2021-07-01T14:54:57.241Z\"\n    },\n    {\n        \"id\": 55,\n        \"pia_id\": 5,\n        \"reference_to\": \"121\",\n        \"data\": {\n            \"text\": \"&nbsp; &nbsp;cvvccv\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-01T15:10:48.957Z\",\n        \"updated_at\": \"2021-07-01T15:10:48.957Z\"\n    },\n    {\n        \"id\": 56,\n        \"pia_id\": 5,\n        \"reference_to\": \"122\",\n        \"data\": {\n            \"text\": \"cvcv\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-01T15:10:50.605Z\",\n        \"updated_at\": \"2021-07-01T15:10:50.605Z\"\n    },\n    {\n        \"id\": 57,\n        \"pia_id\": 5,\n        \"reference_to\": \"123\",\n        \"data\": {\n            \"text\": \"ccvvc\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-01T15:10:52.077Z\",\n        \"updated_at\": \"2021-07-01T15:10:52.077Z\"\n    },\n    {\n        \"id\": 58,\n        \"pia_id\": 5,\n        \"reference_to\": \"211\",\n        \"data\": {\n            \"text\": \"est\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T09:11:06.200Z\",\n        \"updated_at\": \"2021-07-02T09:11:06.200Z\"\n    },\n    {\n        \"id\": 59,\n        \"pia_id\": 5,\n        \"reference_to\": \"212\",\n        \"data\": {\n            \"text\": \"test\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T09:11:08.514Z\",\n        \"updated_at\": \"2021-07-02T09:11:08.514Z\"\n    },\n    {\n        \"id\": 60,\n        \"pia_id\": 5,\n        \"reference_to\": \"213\",\n        \"data\": {\n            \"text\": \"test\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T09:11:21.920Z\",\n        \"updated_at\": \"2021-07-02T09:11:21.920Z\"\n    },\n    {\n        \"id\": 61,\n        \"pia_id\": 5,\n        \"reference_to\": \"214\",\n        \"data\": {\n            \"text\": \"est\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T09:11:24.864Z\",\n        \"updated_at\": \"2021-07-02T09:11:24.864Z\"\n    },\n    {\n        \"id\": 62,\n        \"pia_id\": 5,\n        \"reference_to\": \"215\",\n        \"data\": {\n            \"text\": \"test\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T09:11:27.007Z\",\n        \"updated_at\": \"2021-07-02T09:11:27.007Z\"\n    },\n    {\n        \"id\": 63,\n        \"pia_id\": 5,\n        \"reference_to\": \"321\",\n        \"data\": {\n            \"list\": [\n                \"test\"\n            ],\n            \"text\": \"\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T10:27:55.843Z\",\n        \"updated_at\": \"2021-07-02T10:27:55.843Z\"\n    },\n    {\n        \"id\": 64,\n        \"pia_id\": 5,\n        \"reference_to\": \"331\",\n        \"data\": {\n            \"list\": [\n                \"test\"\n            ],\n            \"text\": \"\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T10:29:55.285Z\",\n        \"updated_at\": \"2021-07-02T10:29:55.285Z\"\n    },\n    {\n        \"id\": 65,\n        \"pia_id\": 5,\n        \"reference_to\": \"332\",\n        \"data\": {\n            \"list\": [\n                \"test\"\n            ],\n            \"text\": \"\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T10:30:00.936Z\",\n        \"updated_at\": \"2021-07-02T10:30:00.936Z\"\n    },\n    {\n        \"id\": 66,\n        \"pia_id\": 5,\n        \"reference_to\": \"333\",\n        \"data\": {\n            \"text\": \"\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T10:30:04.450Z\",\n        \"updated_at\": \"2021-07-02T13:50:39.553Z\"\n    },\n    {\n        \"id\": 67,\n        \"pia_id\": 5,\n        \"reference_to\": \"334\",\n        \"data\": {\n            \"list\": [\n                \"test\"\n            ],\n            \"text\": \"\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T10:30:06.707Z\",\n        \"updated_at\": \"2021-07-02T10:30:06.707Z\"\n    },\n    {\n        \"id\": 68,\n        \"pia_id\": 5,\n        \"reference_to\": \"335\",\n        \"data\": {\n            \"text\": \"est\",\n            \"gauge\": \"2\"\n        },\n        \"created_at\": \"2021-07-02T10:30:16.056Z\",\n        \"updated_at\": \"2021-07-02T10:30:18.206Z\"\n    },\n    {\n        \"id\": 69,\n        \"pia_id\": 5,\n        \"reference_to\": \"221\",\n        \"data\": {\n            \"text\": \"test\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T10:40:06.072Z\",\n        \"updated_at\": \"2021-07-02T10:40:06.072Z\"\n    },\n    {\n        \"id\": 70,\n        \"pia_id\": 5,\n        \"reference_to\": \"222\",\n        \"data\": {\n            \"text\": \"test\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T10:40:07.524Z\",\n        \"updated_at\": \"2021-07-02T10:40:07.524Z\"\n    },\n    {\n        \"id\": 71,\n        \"pia_id\": 5,\n        \"reference_to\": \"223\",\n        \"data\": {\n            \"text\": \"test\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T10:40:10.639Z\",\n        \"updated_at\": \"2021-07-02T10:40:10.639Z\"\n    },\n    {\n        \"id\": 72,\n        \"pia_id\": 5,\n        \"reference_to\": \"226\",\n        \"data\": {\n            \"text\": \"fdfddsdfsdfd\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T13:18:29.171Z\",\n        \"updated_at\": \"2021-07-02T14:08:33.253Z\"\n    },\n    {\n        \"id\": 73,\n        \"pia_id\": 5,\n        \"reference_to\": \"227\",\n        \"data\": {\n            \"text\": \"ssffsdfs\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T13:18:45.087Z\",\n        \"updated_at\": \"2021-07-02T13:18:45.087Z\"\n    },\n    {\n        \"id\": 74,\n        \"pia_id\": 5,\n        \"reference_to\": \"322\",\n        \"data\": {\n            \"list\": [\n                \"eeer\"\n            ],\n            \"text\": \"\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T13:19:40.984Z\",\n        \"updated_at\": \"2021-07-02T13:19:40.984Z\"\n    },\n    {\n        \"id\": 75,\n        \"pia_id\": 5,\n        \"reference_to\": \"323\",\n        \"data\": {\n            \"list\": [\n                \"fdfddf\"\n            ],\n            \"text\": \"\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T13:19:43.256Z\",\n        \"updated_at\": \"2021-07-02T13:19:43.256Z\"\n    },\n    {\n        \"id\": 76,\n        \"pia_id\": 5,\n        \"reference_to\": \"324\",\n        \"data\": {\n            \"list\": [\n                \"test\"\n            ],\n            \"text\": \"\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T13:19:47.565Z\",\n        \"updated_at\": \"2021-07-02T13:19:47.565Z\"\n    },\n    {\n        \"id\": 77,\n        \"pia_id\": 5,\n        \"reference_to\": \"325\",\n        \"data\": {\n            \"text\": \"\",\n            \"gauge\": \"2\"\n        },\n        \"created_at\": \"2021-07-02T13:19:51.228Z\",\n        \"updated_at\": \"2021-07-02T13:19:51.228Z\"\n    },\n    {\n        \"id\": 78,\n        \"pia_id\": 5,\n        \"reference_to\": \"224\",\n        \"data\": {\n            \"text\": \"dfdf\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T14:08:30.079Z\",\n        \"updated_at\": \"2021-07-02T14:08:30.079Z\"\n    },\n    {\n        \"id\": 79,\n        \"pia_id\": 5,\n        \"reference_to\": \"225\",\n        \"data\": {\n            \"text\": \"df\",\n            \"gauge\": \"\"\n        },\n        \"created_at\": \"2021-07-02T14:08:30.768Z\",\n        \"updated_at\": \"2021-07-02T14:08:30.768Z\"\n    },\n    {\n        \"id\": 80,\n        \"pia_id\": 5,\n        \"reference_to\": \"326\",\n        \"data\": {\n            \"text\": \"\",\n            \"gauge\": \"2\"\n        },\n        \"created_at\": \"2021-07-02T14:29:30.955Z\",\n        \"updated_at\": \"2021-07-02T14:29:42.291Z\"\n    }\n]"}],"_postman_id":"e99181c1-94dd-4773-9634-abb66e563b3f"},{"name":"Return an answer","id":"4abf8ac7-a488-47ce-be5e-552a3dc5f4b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/answers/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","answers",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"20","key":"pia_id"},{"description":{"content":"<p>(required) ID of answer to fetch</p>\n","type":"text/plain"},"type":"any","value":"5","key":"id"}]}},"response":[{"id":"5d309f23-7c7e-4a8e-8430-0dfdd66c3df6","name":"200 - Return an answer","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/answers/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","answers",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"50","description":"(required) ID of answer to fetch"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 50,\n    \"pia_id\": 5,\n    \"reference_to\": \"111\",\n    \"data\": {\n        \"text\": \"test\",\n        \"gauge\": \"\"\n    },\n    \"created_at\": \"2021-07-01T14:37:59.627Z\",\n    \"updated_at\": \"2021-07-01T14:37:59.627Z\"\n}"}],"_postman_id":"4abf8ac7-a488-47ce-be5e-552a3dc5f4b7"},{"name":"Delete an answer","id":"78c76b08-6e53-40bb-a8ae-9354f062fc62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/pias/:pia_id/answers/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","answers",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>(required) ID of answer to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"340ba513-5020-4153-8b10-529d6ed469ec","name":"204 - Deletes a single answer based on the ID supplied","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/answers/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","answers",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"54","description":"(required) ID of answer to fetch"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"57e85701-23a7-4f5e-ba28-47fa26d9a5b0","name":"500 - Pia not exist","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/answers/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","answers",":id"],"variable":[{"key":"pia_id","value":"5","description":"ID of the PIA"},{"key":"id","value":"54","description":"ID of answer to fetch"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"exception\": \"#<NoMethodError: undefined method `destroy' for nil:NilClass>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 0,\n                \"trace\": \"app/controllers/answers_controller.rb:45:in `destroy'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 0,\n                \"trace\": \"app/controllers/answers_controller.rb:45:in `destroy'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329682352260,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"78c76b08-6e53-40bb-a8ae-9354f062fc62"},{"name":"Create an answer","id":"4abfd656-12a5-41c0-a44d-9d78b8c3904b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"answer[reference_to]","value":"","type":"text"},{"key":"answer[data][text]","value":"","type":"text"},{"key":"answer[data][gauge]","value":"","type":"text"}]},"url":"http://localhost:3000/pias/:pia_id/answers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","answers"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[{"id":"aa1eb685-fe40-4231-b943-8e102514e62e","name":"200 - Creates a new answer","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"answer[reference_to]","value":"111","type":"text"},{"key":"answer[data][text]","value":"My answer text","type":"text"},{"key":"answer[data][gauge]","value":"","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/answers","host":["http://localhost:3000"],"path":["pias",":pia_id","answers"],"variable":[{"key":"pia_id","value":"4","description":"(required) ID of the PIA"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 81,\n    \"pia_id\": 4,\n    \"reference_to\": \"111\",\n    \"data\": {\n        \"text\": \"My answer text\",\n        \"gauge\": \"\"\n    },\n    \"created_at\": \"2021-07-05T08:23:25.973Z\",\n    \"updated_at\": \"2021-07-05T08:23:25.973Z\"\n}"},{"id":"fc8566cf-e50e-4368-ada0-a2eb12a1bb1a","name":"500 - Pia not exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"answer[reference_to]","value":"111","type":"text"},{"key":"answer[data][text]","value":"My answer text","type":"text"},{"key":"answer[data][gauge]","value":"","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/answers","host":["http://localhost:3000"],"path":["pias",":pia_id","answers"],"variable":[{"key":"pia_id","value":"500","description":"(required) ID of the PIA"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pia\": [\n        \"must exist\"\n    ]\n}"}],"_postman_id":"4abfd656-12a5-41c0-a44d-9d78b8c3904b"},{"name":"Update an answer","id":"e2bc6529-d731-49d7-a41b-4b855963a166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"answer[reference_to]","value":"111","type":"text"},{"key":"answer[data][text]","value":"My answer text updated","type":"text"},{"key":"answer[data][gauge]","value":"","type":"text"}]},"url":"http://localhost:3000/pias/:pia_id/answers/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","answers",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>(required) ID of answer to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"2b2db7d1-118e-4f17-a56e-57d7757b770a","name":"200 - Update an answer","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"answer[reference_to]","value":"111","type":"text"},{"key":"answer[data][text]","value":"My answer text updated","type":"text"},{"key":"answer[data][gauge]","value":"","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/answers/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","answers",":id"],"variable":[{"key":"pia_id","value":"4","description":"(required) ID of the PIA"},{"key":"id","value":"52","description":"(required) ID of answer to fetch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\n    \"id\": 52,\n    \"pia_id\": 4,\n    \"reference_to\": \"111\",\n    \"data\": {\n        \"text\": \"My answer text updated\",\n        \"gauge\": \"\"\n    },\n    \"created_at\": \"2021-07-01T14:41:00.542Z\",\n    \"updated_at\": \"2021-07-01T14:45:27.637Z\"\n}"},{"id":"0efb2e08-d4d8-4ace-b418-1e5d8c6581f0","name":"500 - Pia not exist","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"answer[reference_to]","value":"111","type":"text"},{"key":"answer[data][text]","value":"My answer text updated","type":"text"},{"key":"answer[data][gauge]","value":"","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/answers/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","answers",":id"],"variable":[{"key":"pia_id","value":"4","description":"(required) ID of the PIA"},{"key":"id","value":"52","description":"(required) ID of answer to fetch"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"exception\": \"#<NoMethodError: undefined method `update' for nil:NilClass>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 0,\n                \"trace\": \"app/controllers/answers_controller.rb:36:in `update'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 0,\n                \"trace\": \"app/controllers/answers_controller.rb:36:in `update'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329700812340,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e2bc6529-d731-49d7-a41b-4b855963a166"}],"id":"d606a786-df2e-4287-91cd-a4e31e4760fc","_postman_id":"d606a786-df2e-4287-91cd-a4e31e4760fc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Measures","item":[{"name":"Return all measures","id":"1aa4c897-b271-4c67-a3fa-c778975c06b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/measures","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","measures"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"500","key":"pia_id"}]}},"response":[{"id":"473e58b0-dacc-44fb-a682-6e805a587181","name":"200 - Return all measures","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/measures","host":["http://localhost:3000"],"path":["pias",":pia_id","measures"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"pia_id\": 5,\n        \"title\": \"test\",\n        \"content\": \"test\",\n        \"placeholder\": \"measures.default_placeholder\"\n    },\n    {\n        \"id\": 4,\n        \"pia_id\": 5,\n        \"title\": \"Anonymisation\",\n        \"content\": \"vcvc\",\n        \"placeholder\": \"knowledge_base.slugs.PIA_TEC_ANO.placeholder\"\n    }\n]"}],"_postman_id":"1aa4c897-b271-4c67-a3fa-c778975c06b7"},{"name":"Return a measure","id":"42e516e5-bbb3-4636-9865-7e58e1bd192a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/measures/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","measures",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>(required) ID of measure to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"3b3f073e-d370-4755-b631-feca961d0d20","name":"200 - Return a measure","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/measures/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","measures",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"4","description":"(required) ID of measure to fetch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"pia_id\": 5,\n    \"title\": \"test\",\n    \"content\": \"test\",\n    \"placeholder\": \"knowledge_base.slugs.PIA_TEC_ANO.placeholder\"\n}"}],"_postman_id":"42e516e5-bbb3-4636-9865-7e58e1bd192a"},{"name":"Delete a measure","id":"99962ad3-6dbb-4d0c-9ffa-f645a4497161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/pias/:pia_id/measures/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","measures",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>(required) ID of measure to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"164905f1-f3ee-4b33-b580-889af5a6e1ec","name":"204 - Deletes a single measure based on the ID supplied","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/measures/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","measures",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"5","description":"(required) ID of measure to delete"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e3c8bc09-c131-4432-82a6-4b61bfea9fe2","name":"500 - Non existing pia","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/measures/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","measures",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"4","description":"(required) ID of measure to delete"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"exception\": \"#<NoMethodError: undefined method `destroy' for nil:NilClass>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 0,\n                \"trace\": \"app/controllers/measures_controller.rb:45:in `destroy'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 0,\n                \"trace\": \"app/controllers/measures_controller.rb:45:in `destroy'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"},{"id":"066847ae-ce19-464b-8a1e-67b12d72d33c","name":"Non existing measure","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/measures/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","measures",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"50","description":"(required) ID of measure to delete"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"exception\": \"#<NoMethodError: undefined method `destroy' for nil:NilClass>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 0,\n                \"trace\": \"app/controllers/measures_controller.rb:45:in `destroy'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 0,\n                \"trace\": \"app/controllers/measures_controller.rb:45:in `destroy'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329709536280,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"99962ad3-6dbb-4d0c-9ffa-f645a4497161"},{"name":"Create a measure","id":"8873d47e-6212-42ad-a22b-3ddb019a0ba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"measure[title]","value":"Anonymisation","type":"text"},{"key":"measure[content]","value":"test","type":"text"},{"key":"measure[placeholder]","value":"knowledge_base.slugs.PIA_TEC_ANO.placeholder","type":"text"}]},"url":"http://localhost:3000/pias/:pia_id/measures","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","measures"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[{"id":"ae22ec52-0e7f-4330-9d80-bee47209e620","name":"201 - Creates a new measure","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"measure[title]","value":"Anonymisation","type":"text"},{"key":"measure[content]","value":"test","type":"text"},{"key":"measure[placeholder]","value":"knowledge_base.slugs.PIA_TEC_ANO.placeholder","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/measures","host":["http://localhost:3000"],"path":["pias",":pia_id","measures"],"variable":[{"key":"pia_id","value":"","description":"(required) ID of the PIA"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"pia_id\": 5,\n    \"title\": \"Anonymisation\",\n    \"content\": \"test\",\n    \"placeholder\": \"knowledge_base.slugs.PIA_TEC_ANO.placeholder\"\n}"},{"id":"3114e7c9-286c-4b9f-921f-f9a56bbf473b","name":"422 - Pia must exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"measure[title]","value":"Anonymisation","type":"text"},{"key":"measure[content]","value":"test","type":"text"},{"key":"measure[placeholder]","value":"knowledge_base.slugs.PIA_TEC_ANO.placeholder","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/measures","host":["http://localhost:3000"],"path":["pias",":pia_id","measures"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pia\": [\n        \"must exist\"\n    ]\n}"}],"_postman_id":"8873d47e-6212-42ad-a22b-3ddb019a0ba2"},{"name":"Update a measure","id":"8de51123-5c7c-407b-825f-a77d16c40414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"measure[title]","value":"test","type":"text"},{"key":"measure[content]","value":"test","type":"text"},{"key":"measure[placeholder]","value":"knowledge_base.slugs.PIA_TEC_ANO.placeholder","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":"http://localhost:3000/pias/:pia_id/measures/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","measures",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"type":"any","value":"","key":"id"}]}},"response":[{"id":"f8c5eada-6afc-4b98-abfe-c6803e034c71","name":"Update a measure","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"measure[title]","value":"test","type":"text"},{"key":"measure[content]","value":"test","type":"text"},{"key":"measure[placeholder]","value":"knowledge_base.slugs.PIA_TEC_ANO.placeholder","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/measures/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","measures",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"pia_id\": 5,\n    \"title\": \"test\",\n    \"content\": \"test\",\n    \"placeholder\": \"knowledge_base.slugs.PIA_TEC_ANO.placeholder\"\n}"},{"id":"7ae76942-59df-46f9-86bf-0c2c8492de8e","name":"non existing pia","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"measure[title]","value":"test","type":"text"},{"key":"measure[content]","value":"test","type":"text"},{"key":"measure[placeholder]","value":"knowledge_base.slugs.PIA_TEC_ANO.placeholder","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/measures/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","measures",":id"],"variable":[{"key":"pia_id","value":"500","description":"(required) ID of the PIA"},{"key":"id","value":"3"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"exception\": \"#<NoMethodError: undefined method `update' for nil:NilClass>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 0,\n                \"trace\": \"app/controllers/measures_controller.rb:36:in `update'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 0,\n                \"trace\": \"app/controllers/measures_controller.rb:36:in `update'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 70256474916060,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8de51123-5c7c-407b-825f-a77d16c40414"}],"id":"adb1a311-9a31-4a14-b8a8-e95587beba61","_postman_id":"adb1a311-9a31-4a14-b8a8-e95587beba61","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Revisions","item":[{"name":"Return all revisions","id":"322a4a07-53b7-4b5b-b287-13780ba1a543","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/revisions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","revisions"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[{"id":"3622652d-b2ce-4305-9f90-6ad2efd8a312","name":"200 - Return all revisions","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/revisions","host":["http://localhost:3000"],"path":["pias",":pia_id","revisions"],"variable":[{"key":"pia_id","value":"3","description":"(required) ID of the PIA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"pia_id\": 3,\n        \"export\": \"{\\\"pia\\\":{\\\"dbVersion\\\":201910230914,\\\"tableName\\\":\\\"pia\\\",\\\"serverUrl\\\":null,\\\"stat........}\"\n    },\n    {\n        \"id\": 3,\n        \"pia_id\": 3,\n        \"export\": \"{\\\"pia\\\":{\\\"dbVersion\\\":201910230914,\\\"tableName\\\":\\\"pia\\\",\\\"serverUrl\\\":null,\\\"stat........}\"\n    }\n]"}],"_postman_id":"322a4a07-53b7-4b5b-b287-13780ba1a543"},{"name":"Return a revision","id":"0a29831f-7312-4c6a-a2a9-875393b47d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/revisions/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","revisions",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>(required) ID of revision to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"ea1cb093-8504-4b7d-9f70-a22f4eac5664","name":"200 - Return a revision","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/revisions/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","revisions",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"4","description":"(required) ID of measure to fetch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"pia_id\": 5,\n    \"export\": \"{\\\"pia\\\":{\\\"dbVersion\\\":201910230914,\\\"tableName\\\":\\\"pia\\\",\\\"serverUrl\\\":null,\\\"stat........}\"\n}"}],"_postman_id":"0a29831f-7312-4c6a-a2a9-875393b47d82"},{"name":"Delete a revision","id":"ae294b06-acb4-43ab-bf57-1b69ba7213c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/pias/:pia_id/revisions/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","revisions",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>(required) ID of revision to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"7172d94b-7f6b-4ff1-933a-9d27fb614631","name":"204 - Delete a revision","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/revisions/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","revisions",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"6","description":"(required) ID of revision to delete"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"90e5fb16-c4d0-4eff-81d8-5bae4d5febcd","name":"Non existing revision","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/revisions/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","revisions",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"50","description":"(required) ID of revision to delete"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500\n}"},{"id":"d9d0946e-30f0-429b-a2ae-8631d683fc23","name":"500 - Non existing PIA","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/revisions/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","revisions",":id"],"variable":[{"key":"pia_id","value":"50","description":"(required) ID of the PIA"},{"key":"id","value":"4","description":"(required) ID of revision to delete"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500\n}"}],"_postman_id":"ae294b06-acb4-43ab-bf57-1b69ba7213c9"},{"name":"Create a revision","id":"6c1ebd93-5149-4bfb-996a-8184065ec57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"revision[export]","value":"{}","type":"text"}]},"url":"http://localhost:3000/pias/:pia_id/revisions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","revisions"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[{"id":"8d68f18d-a4c6-46d5-9a9f-5a395b6cf573","name":"422 - PIA must exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"revision[export]","value":"\"export\": \"{\\\"pia\\\":{\\\"dbVersion\\\":201910230914,\\\"tableName\\\":\\\"pia\\\",\\\"serverUrl\\\":null,\\\"stat........}\"","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/revisions","host":["http://localhost:3000"],"path":["pias",":pia_id","revisions"],"variable":[{"key":"pia_id","value":"13","description":"(required) ID of the PIA"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pia\": [\n        \"must exist\"\n    ]\n}"},{"id":"c78aeeaa-5750-4b9e-8ce1-7951582bcd7b","name":"201 - Create a revision","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"revision[export]","value":"{\\\"pia\\\":{\\\"dbVersion\\\":201910230914,\\\"tableName\\\":\\\"pia\\\",\\\"serverUrl\\\":null,\\\"stat........}","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/revisions","host":["http://localhost:3000"],"path":["pias",":pia_id","revisions"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"pia_id\": 5,\n    \"export\": \"{\\\"pia\\\":{\\\"dbVersion\\\":201910230914,\\\"tableName\\\":\\\"pia\\\",\\\"serverUrl\\\":null,\\\"stat........}\"\n}"}],"_postman_id":"6c1ebd93-5149-4bfb-996a-8184065ec57f"}],"id":"723ebb60-55bd-4cf4-a341-b2c221bcef86","_postman_id":"723ebb60-55bd-4cf4-a341-b2c221bcef86","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Evaluations","item":[{"name":"Return all evaluations","id":"972424d0-f74e-4856-aba6-817a43fa9fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/evaluations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","evaluations"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[{"id":"0f341101-9f81-46ad-bdac-fb1bdf73335c","name":"200 - Return all evaluations","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/evaluations","host":["http://localhost:3000"],"path":["pias",":pia_id","evaluations"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 23,\n        \"pia_id\": 5,\n        \"status\": 3,\n        \"reference_to\": \"1.1\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"test\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 2,\n        \"created_at\": \"2021-07-01T14:54:58.988Z\",\n        \"updated_at\": \"2021-07-01T15:11:14.742Z\"\n    },\n    {\n        \"id\": 24,\n        \"pia_id\": 5,\n        \"status\": 3,\n        \"reference_to\": \"1.2\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 2,\n        \"created_at\": \"2021-07-01T15:10:52.754Z\",\n        \"updated_at\": \"2021-07-01T15:10:59.462Z\"\n    },\n    {\n        \"id\": 25,\n        \"pia_id\": 5,\n        \"status\": 3,\n        \"reference_to\": \"2.1.215\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"test\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T09:11:38.031Z\",\n        \"updated_at\": \"2021-07-02T09:43:44.614Z\"\n    },\n    {\n        \"id\": 26,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.1.214\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T09:11:38.036Z\",\n        \"updated_at\": \"2021-07-02T09:11:38.036Z\"\n    },\n    {\n        \"id\": 27,\n        \"pia_id\": 5,\n        \"status\": 3,\n        \"reference_to\": \"2.1.211\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"test\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T09:11:38.041Z\",\n        \"updated_at\": \"2021-07-02T09:12:23.516Z\"\n    },\n    {\n        \"id\": 28,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.1.213\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T09:11:38.052Z\",\n        \"updated_at\": \"2021-07-02T09:11:38.052Z\"\n    },\n    {\n        \"id\": 29,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.1.212\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T09:11:38.056Z\",\n        \"updated_at\": \"2021-07-02T09:11:38.056Z\"\n    },\n    {\n        \"id\": 30,\n        \"pia_id\": 5,\n        \"status\": null,\n        \"reference_to\": \"2.1.215\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"comment\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T09:48:42.038Z\",\n        \"updated_at\": \"2021-07-02T09:48:42.038Z\"\n    },\n    {\n        \"id\": 31,\n        \"pia_id\": 5,\n        \"status\": 1,\n        \"reference_to\": \"3.1.3\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"gg\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T10:27:16.161Z\",\n        \"updated_at\": \"2021-07-02T10:40:00.630Z\"\n    },\n    {\n        \"id\": 32,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"3.1.4\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T10:40:00.614Z\",\n        \"updated_at\": \"2021-07-02T10:40:00.614Z\"\n    },\n    {\n        \"id\": 33,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.221\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.721Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.721Z\"\n    },\n    {\n        \"id\": 34,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.225\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.723Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.723Z\"\n    },\n    {\n        \"id\": 35,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.223\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.735Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.735Z\"\n    },\n    {\n        \"id\": 36,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.221\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.739Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.739Z\"\n    },\n    {\n        \"id\": 37,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.224\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.740Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.740Z\"\n    },\n    {\n        \"id\": 38,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.224\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.773Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.773Z\"\n    },\n    {\n        \"id\": 39,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.225\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.783Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.783Z\"\n    },\n    {\n        \"id\": 40,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.227\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.795Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.795Z\"\n    },\n    {\n        \"id\": 41,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.223\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.826Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.826Z\"\n    },\n    {\n        \"id\": 42,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.222\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.830Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.830Z\"\n    },\n    {\n        \"id\": 43,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.226\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.843Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.843Z\"\n    },\n    {\n        \"id\": 44,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.227\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.869Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.869Z\"\n    },\n    {\n        \"id\": 45,\n        \"pia_id\": 5,\n        \"status\": 0,\n        \"reference_to\": \"2.2.222\",\n        \"action_plan_comment\": \"\",\n        \"evaluation_comment\": \"\",\n        \"evaluation_date\": null,\n        \"gauges\": {},\n        \"estimated_implementation_date\": null,\n        \"person_in_charge\": \"\",\n        \"global_status\": 0,\n        \"created_at\": \"2021-07-02T14:08:34.900Z\",\n        \"updated_at\": \"2021-07-02T14:08:34.900Z\"\n    }\n]"}],"_postman_id":"972424d0-f74e-4856-aba6-817a43fa9fd5"},{"name":"Return an evaluation","id":"31ebc1b4-b45d-4589-9a42-2abadeae805e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/evaluations/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","evaluations",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"5","key":"pia_id"},{"description":{"content":"<p>(required) id</p>\n","type":"text/plain"},"type":"any","value":"300","key":"id"}]}},"response":[{"id":"9af9e36b-f2d9-4115-840e-256c1eecfe51","name":"200 - Return a evaluation","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/evaluations/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","evaluations",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"30","description":"(required) id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\n    \"id\": 30,\n    \"pia_id\": 5,\n    \"status\": null,\n    \"reference_to\": \"2.1.215\",\n    \"action_plan_comment\": \"\",\n    \"evaluation_comment\": \"comment\",\n    \"evaluation_date\": null,\n    \"gauges\": {},\n    \"estimated_implementation_date\": null,\n    \"person_in_charge\": \"\",\n    \"global_status\": 0,\n    \"created_at\": \"2021-07-02T09:48:42.038Z\",\n    \"updated_at\": \"2021-07-02T09:48:42.038Z\"\n}"}],"_postman_id":"31ebc1b4-b45d-4589-9a42-2abadeae805e"},{"name":"Delete an evaluation","id":"3f39d118-908b-4e22-b28d-c24002b29d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/pias/:pia_id/evaluations/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","evaluations",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>(required) ID of evaluation to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"2c978794-51f4-479c-ac73-044453aeb1ce","name":"200 - evaluation based on the ID supplied","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/evaluations/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","evaluations",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"27","description":"(required) ID of evaluation to delete"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"fe03c244-f9c1-4daf-9995-0c573389bc93","name":"500 - Internal Server Error ( pia not exist )","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:pia_id/evaluations/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","evaluations",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"27","description":"(required) ID of evaluation to delete"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"exception\": \"#<NoMethodError: undefined method `destroy' for nil:NilClass>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 0,\n                \"trace\": \"app/controllers/evaluations_controller.rb:47:in `destroy'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 0,\n                \"trace\": \"app/controllers/evaluations_controller.rb:47:in `destroy'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329703303600,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3f39d118-908b-4e22-b28d-c24002b29d14"},{"name":"Create an evaluation","id":"a960ac7c-7e8f-4ce3-89bc-0709f5047025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"evaluation[pia_id]","value":"5","type":"text","disabled":true},{"key":"evaluation[status]","value":"","type":"text"},{"key":"evaluation[evaluation_comment]","value":"comment","type":"text"},{"key":"evaluation[reference_to]","value":"2.1.215","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":"http://localhost:3000/pias/:pia_id/evaluations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","evaluations"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[{"id":"2da7d635-b04f-444b-b9b3-8ec7be0f258a","name":"201 - Creates a new evaluation","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"evaluation[pia_id]","value":"5","type":"text","disabled":true},{"key":"evaluation[status]","value":"","type":"text"},{"key":"evaluation[evaluation_comment]","value":"comment","type":"text"},{"key":"evaluation[reference_to]","value":"2.1.215","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/evaluations","host":["http://localhost:3000"],"path":["pias",":pia_id","evaluations"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 46,\n    \"pia_id\": 5,\n    \"status\": null,\n    \"reference_to\": \"2.1.215\",\n    \"action_plan_comment\": \"\",\n    \"evaluation_comment\": \"comment\",\n    \"evaluation_date\": null,\n    \"gauges\": {},\n    \"estimated_implementation_date\": null,\n    \"person_in_charge\": \"\",\n    \"global_status\": 0,\n    \"created_at\": \"2021-07-05T09:35:58.933Z\",\n    \"updated_at\": \"2021-07-05T09:35:58.933Z\"\n}"},{"id":"ce38ba63-8b05-4f03-996b-d1df81d26482","name":"422 - pia must exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"evaluation[pia_id]","value":"5","type":"text","disabled":true},{"key":"evaluation[status]","value":"","type":"text"},{"key":"evaluation[evaluation_comment]","value":"comment","type":"text"},{"key":"evaluation[reference_to]","value":"2.1.215","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/evaluations","host":["http://localhost:3000"],"path":["pias",":pia_id","evaluations"],"variable":[{"key":"pia_id","value":"500","description":"(required) ID of the PIA"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pia\": [\n        \"must exist\"\n    ]\n}"}],"_postman_id":"a960ac7c-7e8f-4ce3-89bc-0709f5047025"},{"name":"Update an evaluation","id":"35296f94-6b53-4384-91f1-9722e443edd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"evaluation[pia_id]","value":"5","type":"text","disabled":true},{"key":"evaluation[status]","value":"3","type":"text"},{"key":"evaluation[evaluation_comment]","value":"comment","type":"text"},{"key":"evaluation[reference_to]","value":"2.1.215","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":"http://localhost:3000/pias/:pia_id/evaluations/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","evaluations",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"500","key":"pia_id"},{"description":{"content":"<p>(required) ID of evaluation to update</p>\n","type":"text/plain"},"type":"any","value":"23","key":"id"}]}},"response":[{"id":"495a8986-a577-4afd-a345-ea1d03427644","name":"200 - Update an evaluation","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"evaluation[pia_id]","value":"5","type":"text","disabled":true},{"key":"evaluation[status]","value":"3","type":"text"},{"key":"evaluation[evaluation_comment]","value":"comment","type":"text"},{"key":"evaluation[reference_to]","value":"2.1.215","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/evaluations/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","evaluations",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"25","description":"(required) ID of evaluation to update\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 25,\n    \"pia_id\": 5,\n    \"status\": 3,\n    \"reference_to\": \"2.1.215\",\n    \"action_plan_comment\": \"\",\n    \"evaluation_comment\": \"comment\",\n    \"evaluation_date\": null,\n    \"gauges\": {},\n    \"estimated_implementation_date\": null,\n    \"person_in_charge\": \"\",\n    \"global_status\": 0,\n    \"created_at\": \"2021-07-02T09:11:38.031Z\",\n    \"updated_at\": \"2021-07-05T09:43:57.614Z\"\n}"},{"id":"899381a1-3b29-4829-a37d-4753c05df124","name":"500 - Internal Server Error ( pia not exist )","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"evaluation[pia_id]","value":"5","type":"text","disabled":true},{"key":"evaluation[status]","value":"3","type":"text"},{"key":"evaluation[evaluation_comment]","value":"comment","type":"text"},{"key":"evaluation[reference_to]","value":"2.1.215","type":"text"},{"key":"evaluation[created_at]","value":"","type":"text","disabled":true}]},"url":{"raw":"http://localhost:3000/pias/:pia_id/evaluations/:id","host":["http://localhost:3000"],"path":["pias",":pia_id","evaluations",":id"],"variable":[{"key":"pia_id","value":"5","description":"(required) ID of the PIA"},{"key":"id","value":"25","description":"(required) ID of evaluation to update\n"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"exception\": \"#<NoMethodError: undefined method `update' for nil:NilClass>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 0,\n                \"trace\": \"app/controllers/evaluations_controller.rb:36:in `update'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 0,\n                \"trace\": \"app/controllers/evaluations_controller.rb:36:in `update'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 1,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 2,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:195:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 3,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rendering.rb:30:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:135:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 6,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 7,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 8,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 10,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 11,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 13,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 14,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 15,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 18,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 24,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 25,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 26,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 27,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 28,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 29,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 30,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 31,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 33,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 35,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 36,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 37,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 38,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 39,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 41,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 42,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 43,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 44,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 48,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 49,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 50,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 51,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 52,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 53,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 54,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 70256471263280,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"35296f94-6b53-4384-91f1-9722e443edd1"}],"id":"cb7a1b78-3c74-45db-a8f9-6cc1cf15f954","_postman_id":"cb7a1b78-3c74-45db-a8f9-6cc1cf15f954","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Comments","item":[{"name":"Return all comments","id":"4953b821-46de-4707-8ad2-31040caa28c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/comments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","comments"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[],"_postman_id":"4953b821-46de-4707-8ad2-31040caa28c2"},{"name":"Return a comment","id":"0d710b42-b827-4aad-a389-3c2a91c993f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:pia_id/comments/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","comments",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>ID of comment to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0d710b42-b827-4aad-a389-3c2a91c993f1"},{"name":"Delete a comment","id":"865ea9a4-7b08-42ab-89f5-94c1c939647e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/pias/:pia_id/comments/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","comments",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"},{"description":{"content":"<p>ID of comment to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"865ea9a4-7b08-42ab-89f5-94c1c939647e"},{"name":"Create a comment","id":"69240776-81b1-4563-9723-eb08444b496e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/pias/:pia_id/comments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":pia_id","comments"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>ID of the PIA</p>\n","type":"text/plain"},"type":"any","value":"","key":"pia_id"}]}},"response":[],"_postman_id":"69240776-81b1-4563-9723-eb08444b496e"}],"id":"a6528e54-2e38-4a2f-89a8-23ba7dae7ea8","event":[{"listen":"prerequest","script":{"id":"05d38fd6-5b7d-4640-93a8-0c723c421bd0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc66c0ae-02a5-4e03-ac64-6a6bf38f00aa","type":"text/javascript","exec":[""]}}],"_postman_id":"a6528e54-2e38-4a2f-89a8-23ba7dae7ea8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Attachments","item":[{"name":"Return all attachments","id":"0d361bf8-6a39-4405-98b5-90b3dda7045e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/pia/:pia_id/attachments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pia",":pia_id","attachments"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"string","value":"","key":"pia_id"}]}},"response":[],"_postman_id":"0d361bf8-6a39-4405-98b5-90b3dda7045e"},{"name":"Return an attachment","id":"c22dbc6e-f0f0-4b53-a091-fe3ef7af19f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/pia/:pia_id/attachments/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pia",":pia_id","attachments",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of the PIA</p>\n","type":"text/plain"},"type":"string","value":"","key":"pia_id"},{"description":{"content":"<p>(required) ID of attachment to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c22dbc6e-f0f0-4b53-a091-fe3ef7af19f1"},{"name":"Delete an attachment","id":"00fbac5e-3bc3-4a49-8ff8-a340adad6914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/pia/:pia_id/attachments/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pia",":pia_id","attachments",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"string","value":"","key":"pia_id"},{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"00fbac5e-3bc3-4a49-8ff8-a340adad6914"},{"name":"Create (upload) an attachment","id":"798419ae-6169-4631-aefb-8ac4535ce967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"attachment[reference_to]","value":"1.1","type":"text"},{"key":"attachment[description]","value":"Text","type":"text"},{"key":"attachment[for_measure]","value":"false","type":"text"},{"key":"attachment[attached_file][pia_id]","value":"","type":"text"},{"key":"attachment[attached_file][file]","value":"","type":"text"},{"key":"attachment[attached_file][name]","value":"","type":"text"},{"key":"attachment[attached_file][mime_type]","value":"","type":"text"}]},"url":"http://localhost:3000/pia/:pia_id/attachments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pia",":pia_id","attachments"],"host":["http://localhost:3000"],"query":[],"variable":[{"id":"d0bf3dc5-4f99-4de7-a399-a585b6aba635","type":"string","value":"","key":"pia_id"}]}},"response":[],"_postman_id":"798419ae-6169-4631-aefb-8ac4535ce967"}],"id":"c08e7a6d-86cd-424f-a1d6-80768430ebdb","_postman_id":"c08e7a6d-86cd-424f-a1d6-80768430ebdb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Return all PIAs","event":[{"listen":"test","script":{"id":"ae32e81e-43a8-46ac-ac89-e833fe88aa3d","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Content test\", function() {","  var body = JSON.parse(responseBody);","  pm.expect(body[0].id).to.equal(1);","});",""],"type":"text/javascript"}}],"id":"755500f1-40ea-41d6-83d2-d57e38444ea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias"],"host":["http://localhost:3000"],"query":[{"disabled":true,"key":"export","value":"false"}],"variable":[]}},"response":[{"id":"d7c4ed14-f9be-49ab-9027-ca31d440d99b","name":"200 - Returns all PIAs","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/pias"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"status\": 3,\n        \"name\": \"(EXAMPLE) Captoo\",\n        \"author_name\": \"Elisabeth York\",\n        \"evaluator_name\": \"Eric Vincent\",\n        \"validator_name\": \"Mary Smith\",\n        \"dpo_status\": 1,\n        \"dpo_opinion\": \"L’analyse menée montre qu’avec la mise en place des plans d’actions préconisés, la protection de la vie privée des personnes est garantie de manière acceptable.\",\n        \"dpos_names\": \"Michael Thomas (DPO)\",\n        \"people_names\": \"Les clients potentiels\",\n        \"concerned_people_opinion\": \"Le panel de clients interrogé lors de l'étude de marché est majoritairement intéressé par le produit et accepte ses modalités d'utilisation.\",\n        \"concerned_people_status\": 1,\n        \"rejection_reason\": \"\",\n        \"applied_adjustments\": \"\",\n        \"is_example\": 1,\n        \"created_at\": \"2021-06-16T07:35:56.700Z\",\n        \"updated_at\": \"2021-06-16T07:35:56.700Z\",\n        \"concerned_people_searched_opinion\": true,\n        \"concerned_people_searched_content\": \"undefined\",\n        \"structure_id\": null,\n        \"structure_name\": null,\n        \"structure_sector_name\": null,\n        \"structure_data\": null,\n        \"category\": \"undefined\",\n        \"is_archive\": 0\n    },\n    {\n        \"id\": 2,\n        \"status\": 0,\n        \"name\": \"test\",\n        \"author_name\": \"test\",\n        \"evaluator_name\": \"test\",\n        \"validator_name\": \"test\",\n        \"dpo_status\": 0,\n        \"dpo_opinion\": \"\",\n        \"dpos_names\": \"\",\n        \"people_names\": \"\",\n        \"concerned_people_opinion\": \"\",\n        \"concerned_people_status\": 0,\n        \"rejection_reason\": \"\",\n        \"applied_adjustments\": \"\",\n        \"is_example\": 0,\n        \"created_at\": \"2021-06-16T08:37:19.720Z\",\n        \"updated_at\": \"2021-06-16T08:37:20.439Z\",\n        \"concerned_people_searched_opinion\": false,\n        \"concerned_people_searched_content\": \"\",\n        \"structure_id\": 1,\n        \"structure_name\": \"test\",\n        \"structure_sector_name\": \"test\",\n        \"structure_data\": {\n            \"sections\": [\n                {\n                    \"id\": 1,\n                    \"items\": [\n                        {\n                            \"id\": 1,\n                            \"title\": \"sections.1.items.1.title\",\n                            \"questions\": [\n                                {\n                                    \"id\": 111,\n                                    \"title\": \"sections.1.items.1.questions.1.title\",\n                                    \"active\": true,\n                                    \"answer\": \"test\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.1.items.1.questions.1.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_DESC\",\n                                        \"PIA_DEF_FIN\",\n                                        \"PIA_CUSTOM_11\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 112,\n                                    \"title\": \"sections.1.items.1.questions.2.title\",\n                                    \"active\": true,\n                                    \"answer\": \"test\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.1.items.1.questions.2.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_DESC\",\n                                        \"PIA_DEF_RT\",\n                                        \"PIA_DEF_ST\",\n                                        \"PIA_CUSTOM_11\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 113,\n                                    \"title\": \"sections.1.items.1.questions.3.title\",\n                                    \"active\": true,\n                                    \"answer\": \"test\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.1.items.1.questions.3.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_DESC\",\n                                        \"PIA_CUSTOM_11\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 114,\n                                    \"title\": \"test\",\n                                    \"active\": true,\n                                    \"answer\": \"test\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"\",\n                                    \"link_knowledge_base\": []\n                                }\n                            ],\n                            \"short_help\": \"sections.1.items.1.short_help\",\n                            \"evaluation_mode\": \"item\"\n                        },\n                        {\n                            \"id\": 2,\n                            \"title\": \"sections.1.items.2.title\",\n                            \"questions\": [\n                                {\n                                    \"id\": 121,\n                                    \"title\": \"sections.1.items.2.questions.1.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.1.items.2.questions.1.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_DATA\",\n                                        \"PIA_LGL_DEST\",\n                                        \"PIA_DEF_DCP\",\n                                        \"PIA_DEF_DEST\",\n                                        \"PIA_CUSTOM_12\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 122,\n                                    \"title\": \"sections.1.items.2.questions.2.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.1.items.2.questions.2.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_LCYC\",\n                                        \"PIA_CUSTOM_12\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 123,\n                                    \"title\": \"sections.1.items.2.questions.3.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.1.items.2.questions.3.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_SUPT\",\n                                        \"PIA_CUSTOM_12\"\n                                    ]\n                                }\n                            ],\n                            \"short_help\": \"sections.1.items.2.short_help\",\n                            \"evaluation_mode\": \"item\"\n                        }\n                    ],\n                    \"title\": \"sections.1.title\",\n                    \"short_help\": \"sections.1.short_help\"\n                },\n                {\n                    \"id\": 2,\n                    \"items\": [\n                        {\n                            \"id\": 1,\n                            \"title\": \"sections.2.items.1.title\",\n                            \"questions\": [\n                                {\n                                    \"id\": 211,\n                                    \"title\": \"sections.2.items.1.questions.1.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.1.questions.1.placeholder\",\n                                    \"short_title\": \"sections.2.items.1.questions.1.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_FIN\",\n                                        \"PIA_DEF_FIN\",\n                                        \"PIA_CUSTOM_21\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 212,\n                                    \"title\": \"sections.2.items.1.questions.2.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.1.questions.2.placeholder\",\n                                    \"short_title\": \"sections.2.items.1.questions.2.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_FOND\",\n                                        \"PIA_CUSTOM_21\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 213,\n                                    \"title\": \"sections.2.items.1.questions.3.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.1.questions.3.placeholder\",\n                                    \"short_title\": \"sections.2.items.1.questions.3.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_MINI\",\n                                        \"PIA_DEF_MINC\",\n                                        \"PIA_DEF_MIND\",\n                                        \"PIA_CUSTOM_21\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 214,\n                                    \"title\": \"sections.2.items.1.questions.4.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.1.questions.4.placeholder\",\n                                    \"short_title\": \"sections.2.items.1.questions.4.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_EXA\",\n                                        \"PIA_CUSTOM_21\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 215,\n                                    \"title\": \"sections.2.items.1.questions.5.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.1.questions.5.placeholder\",\n                                    \"short_title\": \"sections.2.items.1.questions.5.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_DUR\",\n                                        \"PIA_CUSTOM_21\"\n                                    ]\n                                }\n                            ],\n                            \"short_help\": \"sections.2.items.2.short_help\",\n                            \"evaluation_mode\": \"question\"\n                        },\n                        {\n                            \"id\": 2,\n                            \"title\": \"sections.2.items.2.title\",\n                            \"questions\": [\n                                {\n                                    \"id\": 221,\n                                    \"title\": \"sections.2.items.2.questions.1.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.2.questions.1.placeholder\",\n                                    \"short_title\": \"sections.2.items.2.questions.1.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_INFO\",\n                                        \"PIA_CUSTOM_22\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 222,\n                                    \"title\": \"sections.2.items.2.questions.2.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.2.questions.2.placeholder\",\n                                    \"short_title\": \"sections.2.items.2.questions.2.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_CONS\",\n                                        \"PIA_DEF_CONS\",\n                                        \"PIA_CUSTOM_22\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 223,\n                                    \"title\": \"sections.2.items.2.questions.3.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.2.questions.3.placeholder\",\n                                    \"short_title\": \"sections.2.items.2.questions.3.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_ACC\",\n                                        \"PIA_LGL_PORT\",\n                                        \"PIA_DEF_ACC\",\n                                        \"PIA_DEF_PORT\",\n                                        \"PIA_CUSTOM_22\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 224,\n                                    \"title\": \"sections.2.items.2.questions.4.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.2.questions.4.placeholder\",\n                                    \"short_title\": \"sections.2.items.2.questions.4.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_EFF\",\n                                        \"PIA_LGL_RECT\",\n                                        \"PIA_DEF_EFF\",\n                                        \"PIA_DEF_RECT\",\n                                        \"PIA_CUSTOM_22\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 225,\n                                    \"title\": \"sections.2.items.2.questions.5.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.2.questions.5.placeholder\",\n                                    \"short_title\": \"sections.2.items.2.questions.5.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_LIM\",\n                                        \"PIA_DEF_LIM\",\n                                        \"PIA_DEF_OPP\",\n                                        \"PIA_CUSTOM_22\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 226,\n                                    \"title\": \"sections.2.items.2.questions.6.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.2.questions.6.placeholder\",\n                                    \"short_title\": \"sections.2.items.2.questions.6.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_ST\",\n                                        \"PIA_DEF_ST\",\n                                        \"PIA_CUSTOM_22\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 227,\n                                    \"title\": \"sections.2.items.2.questions.7.title\",\n                                    \"active\": true,\n                                    \"answer\": \"\",\n                                    \"answer_type\": \"text\",\n                                    \"placeholder\": \"sections.2.items.2.questions.7.placeholder\",\n                                    \"short_title\": \"sections.2.items.2.questions.7.short_title\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_LGL_TRAN\",\n                                        \"PIA_CUSTOM_22\"\n                                    ]\n                                }\n                            ],\n                            \"short_help\": \"sections.2.items.2.short_help\",\n                            \"evaluation_mode\": \"question\"\n                        }\n                    ],\n                    \"title\": \"sections.2.title\",\n                    \"short_help\": \"sections.2.short_help\"\n                },\n                {\n                    \"id\": 3,\n                    \"items\": [\n                        {\n                            \"id\": 1,\n                            \"title\": \"sections.3.items.1.title\",\n                            \"answers\": [],\n                            \"filter_by\": \"measure\",\n                            \"is_measure\": true,\n                            \"short_help\": \"sections.3.items.1.short_help\",\n                            \"evaluation_mode\": \"question\",\n                            \"link_knowledge_base\": []\n                        },\n                        {\n                            \"id\": 2,\n                            \"title\": \"sections.3.items.2.title\",\n                            \"questions\": [\n                                {\n                                    \"id\": 321,\n                                    \"title\": \"sections.3.items.2.questions.1.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.2.questions.1.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_ACCI\",\n                                        \"PIA_DEF_IMP\",\n                                        \"PIA_CUSTOM_32\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 322,\n                                    \"title\": \"sections.3.items.2.questions.2.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.2.questions.2.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_ACCI\",\n                                        \"PIA_DEF_MEN\",\n                                        \"PIA_EX_MENA\",\n                                        \"PIA_EX_MENM\",\n                                        \"PIA_EX_MENI\",\n                                        \"PIA_CUSTOM_32\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 323,\n                                    \"title\": \"sections.3.items.2.questions.3.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.2.questions.3.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_ACCI\",\n                                        \"PIA_DEF_SRC\",\n                                        \"PIA_EX_HUMI\",\n                                        \"PIA_EX_HUME\",\n                                        \"PIA_EX_NHUM\",\n                                        \"PIA_CUSTOM_32\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 324,\n                                    \"title\": \"sections.3.items.2.questions.4.title\",\n                                    \"active\": true,\n                                    \"is_measure\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.2.questions.4.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_ACCI\",\n                                        \"PIA_DEF_MES\",\n                                        \"PIA_METHOD_MES\",\n                                        \"PIA_CUSTOM_32\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 325,\n                                    \"title\": \"sections.3.items.2.questions.5.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"gauge\",\n                                    \"cartography\": \"risk-access_x\",\n                                    \"placeholder\": \"sections.3.items.2.questions.5.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_ACCI\",\n                                        \"PIA_DEF_IMP\",\n                                        \"PIA_DEF_GRV\",\n                                        \"PIA_EX_IMPN\",\n                                        \"PIA_EX_IMPL\",\n                                        \"PIA_EX_IMPI\",\n                                        \"PIA_EX_IMPM\",\n                                        \"PIA_CUSTOM_32\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 326,\n                                    \"title\": \"sections.3.items.2.questions.6.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"gauge\",\n                                    \"cartography\": \"risk-access_y\",\n                                    \"placeholder\": \"sections.3.items.2.questions.6.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_ACCI\",\n                                        \"PIA_DEF_VRA\",\n                                        \"PIA_EX_VRAN\",\n                                        \"PIA_EX_VRAL\",\n                                        \"PIA_EX_VRAI\",\n                                        \"PIA_EX_VRAM\",\n                                        \"PIA_CUSTOM_32\"\n                                    ]\n                                }\n                            ],\n                            \"short_help\": \"sections.3.items.2.short_help\",\n                            \"evaluation_mode\": \"item\",\n                            \"evaluation_with_gauge\": true\n                        },\n                        {\n                            \"id\": 3,\n                            \"title\": \"sections.3.items.3.title\",\n                            \"questions\": [\n                                {\n                                    \"id\": 331,\n                                    \"title\": \"sections.3.items.3.questions.1.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.3.questions.1.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_MODI\",\n                                        \"PIA_DEF_IMP\",\n                                        \"PIA_CUSTOM_33\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 332,\n                                    \"title\": \"sections.3.items.3.questions.2.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.3.questions.2.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_MODI\",\n                                        \"PIA_DEF_MEN\",\n                                        \"PIA_EX_MENA\",\n                                        \"PIA_EX_MENM\",\n                                        \"PIA_EX_MENI\",\n                                        \"PIA_CUSTOM_33\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 333,\n                                    \"title\": \"sections.3.items.3.questions.3.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.3.questions.3.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_MODI\",\n                                        \"PIA_DEF_SRC\",\n                                        \"PIA_EX_HUMI\",\n                                        \"PIA_EX_HUME\",\n                                        \"PIA_EX_NHUM\",\n                                        \"PIA_CUSTOM_33\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 334,\n                                    \"title\": \"sections.3.items.3.questions.4.title\",\n                                    \"active\": true,\n                                    \"is_measure\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.3.questions.4.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_MODI\",\n                                        \"PIA_DEF_MES\",\n                                        \"PIA_CUSTOM_33\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 335,\n                                    \"title\": \"sections.3.items.3.questions.5.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"gauge\",\n                                    \"cartography\": \"risk-change_x\",\n                                    \"placeholder\": \"sections.3.items.3.questions.5.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_MODI\",\n                                        \"PIA_DEF_GRV\",\n                                        \"PIA_DEF_IMP\",\n                                        \"PIA_EX_IMPN\",\n                                        \"PIA_EX_IMPL\",\n                                        \"PIA_EX_IMPI\",\n                                        \"PIA_EX_IMPM\",\n                                        \"PIA_CUSTOM_33\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 336,\n                                    \"title\": \"sections.3.items.3.questions.6.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"gauge\",\n                                    \"cartography\": \"risk-change_y\",\n                                    \"placeholder\": \"sections.3.items.3.questions.6.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_MODI\",\n                                        \"PIA_DEF_VRA\",\n                                        \"PIA_EX_VRAN\",\n                                        \"PIA_EX_VRAL\",\n                                        \"PIA_EX_VRAI\",\n                                        \"PIA_EX_VRAM\",\n                                        \"PIA_CUSTOM_33\"\n                                    ]\n                                }\n                            ],\n                            \"short_help\": \"sections.3.items.3.short_help\",\n                            \"evaluation_mode\": \"item\",\n                            \"evaluation_with_gauge\": true\n                        },\n                        {\n                            \"id\": 4,\n                            \"title\": \"sections.3.items.4.title\",\n                            \"questions\": [\n                                {\n                                    \"id\": 341,\n                                    \"title\": \"sections.3.items.4.questions.1.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.4.questions.1.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_IND\",\n                                        \"PIA_DEF_IMP\",\n                                        \"PIA_CUSTOM_34\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 342,\n                                    \"title\": \"sections.3.items.4.questions.2.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.4.questions.2.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_IND\",\n                                        \"PIA_DEF_MEN\",\n                                        \"PIA_EX_MENA\",\n                                        \"PIA_EX_MENM\",\n                                        \"PIA_EX_MENI\",\n                                        \"PIA_CUSTOM_34\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 343,\n                                    \"title\": \"sections.3.items.4.questions.3.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.4.questions.3.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_IND\",\n                                        \"PIA_DEF_SRC\",\n                                        \"PIA_EX_HUMI\",\n                                        \"PIA_EX_HUME\",\n                                        \"PIA_EX_NHUM\",\n                                        \"PIA_CUSTOM_34\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 344,\n                                    \"title\": \"sections.3.items.4.questions.4.title\",\n                                    \"active\": true,\n                                    \"is_measure\": true,\n                                    \"answer_type\": \"list\",\n                                    \"placeholder\": \"sections.3.items.4.questions.4.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_IND\",\n                                        \"PIA_DEF_MES\",\n                                        \"PIA_CUSTOM_34\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 345,\n                                    \"title\": \"sections.3.items.4.questions.5.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"gauge\",\n                                    \"cartography\": \"risk-disappearance_x\",\n                                    \"placeholder\": \"sections.3.items.4.questions.5.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_IND\",\n                                        \"PIA_DEF_GRV\",\n                                        \"PIA_DEF_IMP\",\n                                        \"PIA_EX_IMPN\",\n                                        \"PIA_EX_IMPL\",\n                                        \"PIA_EX_IMPI\",\n                                        \"PIA_EX_IMPM\",\n                                        \"PIA_CUSTOM_34\"\n                                    ]\n                                },\n                                {\n                                    \"id\": 346,\n                                    \"title\": \"sections.3.items.4.questions.6.title\",\n                                    \"active\": true,\n                                    \"answer_type\": \"gauge\",\n                                    \"cartography\": \"risk-disappearance_y\",\n                                    \"placeholder\": \"sections.3.items.4.questions.6.placeholder\",\n                                    \"link_knowledge_base\": [\n                                        \"PIA_DEF_IND\",\n                                        \"PIA_DEF_VRA\",\n                                        \"PIA_EX_VRAN\",\n                                        \"PIA_EX_VRAL\",\n                                        \"PIA_EX_VRAI\",\n                                        \"PIA_EX_VRAM\",\n                                        \"PIA_CUSTOM_34\"\n                                    ]\n                                }\n                            ],\n                            \"short_help\": \"sections.3.items.4.short_help\",\n                            \"evaluation_mode\": \"item\",\n                            \"evaluation_with_gauge\": true\n                        },\n                        {\n                            \"id\": 5,\n                            \"type\": \"\",\n                            \"title\": \"sections.3.items.5.title\",\n                            \"short_help\": \"sections.3.items.5.short_help\",\n                            \"evaluation_mode\": \"\"\n                        }\n                    ],\n                    \"title\": \"sections.3.title\",\n                    \"short_help\": \"sections.3.short_help\"\n                },\n                {\n                    \"id\": 4,\n                    \"items\": [\n                        {\n                            \"id\": 1,\n                            \"title\": \"sections.4.items.1.title\",\n                            \"short_help\": \"sections.4.items.1.short_help\",\n                            \"evaluation_mode\": \"\",\n                            \"link_knowledge_base\": [\n                                \"PIA_VAL_CART\",\n                                \"PIA_CUSTOM_41\"\n                            ]\n                        },\n                        {\n                            \"id\": 2,\n                            \"title\": \"sections.4.items.2.title\",\n                            \"short_help\": \"sections.4.items.2.short_help\",\n                            \"evaluation_mode\": \"\",\n                            \"link_knowledge_base\": [\n                                \"PIA_VAL_ACT\",\n                                \"PIA_CUSTOM_41\"\n                            ]\n                        },\n                        {\n                            \"id\": 3,\n                            \"title\": \"sections.4.items.3.title\",\n                            \"short_help\": \"sections.4.items.3.short_help\",\n                            \"evaluation_mode\": \"\",\n                            \"link_knowledge_base\": [\n                                \"PIA_VAL_DPO\",\n                                \"PIA_VAL_CONC\",\n                                \"PIA_VAL_RT\",\n                                \"PIA_CUSTOM_41\"\n                            ]\n                        },\n                        {\n                            \"id\": 4,\n                            \"hide\": true,\n                            \"title\": \"sections.4.items.4.title\",\n                            \"short_help\": \"\",\n                            \"evaluation_mode\": \"\",\n                            \"link_knowledge_base\": \"\"\n                        },\n                        {\n                            \"id\": 5,\n                            \"hide\": true,\n                            \"title\": \"sections.4.items.5.title\",\n                            \"short_help\": \"\",\n                            \"evaluation_mode\": \"\",\n                            \"link_knowledge_base\": \"\"\n                        }\n                    ],\n                    \"title\": \"sections.4.title\",\n                    \"short_help\": \"sections.4.short_help\"\n                }\n            ]\n        },\n        \"category\": \"test\",\n        \"is_archive\": 0\n    }\n]"}],"_postman_id":"755500f1-40ea-41d6-83d2-d57e38444ea2"},{"name":"Return a PIA","event":[{"listen":"test","script":{"id":"7e06ab28-dcac-4f3e-9a58-508d111b2436","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Content test\", function() {","  var body = JSON.parse(responseBody);","  pm.expect(body[0].id).to.equal(1);","});",""],"type":"text/javascript"}}],"id":"fd2ff276-5616-44da-8e26-96dfb4e2d0a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>ID of PIA to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"5ed3d3f8-5745-4a3b-9bca-0687d34e5414","name":"200 - Return a Pia","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:id","host":["http://localhost:3000"],"path":["pias",":id"],"variable":[{"key":"id","value":"1","description":"(required) ID of PIA to fetch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"status\": 3,\n    \"name\": \"(EXAMPLE) Captoo\",\n    \"author_name\": \"Elisabeth York\",\n    \"evaluator_name\": \"Eric Vincent\",\n    \"validator_name\": \"Mary Smith\",\n    \"dpo_status\": 1,\n    \"dpo_opinion\": \"L’analyse menée montre qu’avec la mise en place des plans d’actions préconisés, la protection de la vie privée des personnes est garantie de manière acceptable.\",\n    \"dpos_names\": \"Michael Thomas (DPO)\",\n    \"people_names\": \"Les clients potentiels\",\n    \"concerned_people_opinion\": \"Le panel de clients interrogé lors de l'étude de marché est majoritairement intéressé par le produit et accepte ses modalités d'utilisation.\",\n    \"concerned_people_status\": 1,\n    \"rejection_reason\": \"\",\n    \"applied_adjustments\": \"\",\n    \"is_example\": 1,\n    \"created_at\": \"2021-06-16T07:35:56.700Z\",\n    \"updated_at\": \"2021-06-16T07:35:56.700Z\",\n    \"concerned_people_searched_opinion\": true,\n    \"concerned_people_searched_content\": \"undefined\",\n    \"structure_id\": null,\n    \"structure_name\": null,\n    \"structure_sector_name\": null,\n    \"structure_data\": null,\n    \"category\": \"undefined\",\n    \"is_archive\": 0\n}"},{"id":"59cfb47c-4e85-46a1-b570-a4f3cf839c71","name":"404 - Pia not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/pias/:id","host":["http://localhost:3000"],"path":["pias",":id"],"variable":[{"key":"id","value":"1","description":"(required) ID of PIA to fetch"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"exception\": \"#<ActiveRecord::RecordNotFound: Couldn't find Pia with 'id'=500>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 1,\n                \"trace\": \"app/controllers/pias_controller.rb:83:in `set_pia'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 1,\n                \"trace\": \"app/controllers/pias_controller.rb:83:in `set_pia'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329709362260,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"fd2ff276-5616-44da-8e26-96dfb4e2d0a1"},{"name":"Return PIA EXAMPLE","event":[{"listen":"test","script":{"id":"a5deecbf-3df6-4cb8-aac6-a3cb2bc00687","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Content test\", function() {","  var body = JSON.parse(responseBody);","  pm.expect(body.id).to.equal(1);","});",""],"type":"text/javascript"}}],"id":"f329b502-caec-4d04-abab-121ffd67bc25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pias/example","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias","example"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"00c5df36-b251-4835-ad11-d8f61fbc7121","name":"200 - Return PIA EXEMPLE","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/pias/example"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"status\": 3,\n    \"name\": \"(EXAMPLE) Captoo\",\n    \"author_name\": \"Elisabeth York\",\n    \"evaluator_name\": \"Eric Vincent\",\n    \"validator_name\": \"Mary Smith\",\n    \"dpo_status\": 1,\n    \"dpo_opinion\": \"L’analyse menée montre qu’avec la mise en place des plans d’actions préconisés, la protection de la vie privée des personnes est garantie de manière acceptable.\",\n    \"dpos_names\": \"Michael Thomas (DPO)\",\n    \"people_names\": \"Les clients potentiels\",\n    \"concerned_people_opinion\": \"Le panel de clients interrogé lors de l'étude de marché est majoritairement intéressé par le produit et accepte ses modalités d'utilisation.\",\n    \"concerned_people_status\": 1,\n    \"rejection_reason\": \"\",\n    \"applied_adjustments\": \"\",\n    \"is_example\": 1,\n    \"created_at\": \"2021-06-16T07:35:56.700Z\",\n    \"updated_at\": \"2021-06-16T07:35:56.700Z\",\n    \"concerned_people_searched_opinion\": true,\n    \"concerned_people_searched_content\": \"undefined\",\n    \"structure_id\": null,\n    \"structure_name\": null,\n    \"structure_sector_name\": null,\n    \"structure_data\": null,\n    \"category\": \"undefined\",\n    \"is_archive\": 0\n}"}],"_postman_id":"f329b502-caec-4d04-abab-121ffd67bc25"},{"name":"Create a PIA","event":[{"listen":"prerequest","script":{"id":"e18d72ec-37fe-45c5-a3e0-0df15f63a71c","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"2e7feebd-9bed-4efe-9f4f-fe2a2034467d","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);","});","pm.test(\"Keep body request datas in result\", function() {","    const jsonData = pm.response.json()","    pm.expect(jsonData.name).to.eql(pm.request.body.formdata.get('pia[name]'));","    pm.expect(jsonData.author_name).to.eql(pm.request.body.formdata.get('pia[author_name]'));","    pm.expect(jsonData.evaluator_name).to.eql(pm.request.body.formdata.get('pia[evaluator_name]'));","    pm.expect(jsonData.validator_name).to.eql(pm.request.body.formdata.get('pia[validator_name]'));","    pm.expect(jsonData.validator_name).to.eql(pm.request.body.formdata.get('pia[validator_name]'));","});"],"type":"text/javascript"}}],"id":"a27b26a3-3cf0-429e-8016-f63fcaa55736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"pia[name]","value":"test name","type":"text"},{"key":"pia[author_name]","value":"test author","type":"text"},{"key":"pia[evaluator_name]","value":"test evaluator","type":"text"},{"key":"pia[validator_name]","value":"test validator","type":"text"},{"key":"pia[status]","value":"0","type":"text","disabled":true},{"key":"pia[is_example]","value":"0","type":"text"},{"key":"pia[is_archive]","value":"0","type":"text"},{"key":"pia[created_at]","value":"","type":"text","disabled":true},{"key":"pia[structure_id]","value":"","description":"<p>by default use default template</p>\n","type":"text"}]},"url":"http://localhost:3000/pias","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"223f8c4a-8dee-403f-a10d-a34ebaf28858","name":"200 - Create PIA","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"pia[name]","value":"Test","type":"text"},{"key":"pia[author_name]","value":"Author","type":"text"},{"key":"pia[evaluator_name]","value":"Evaluator","type":"text"},{"key":"pia[validator_name]","value":"Validator","type":"text"},{"key":"pia[status]","value":"0","type":"text"},{"key":"pia[is_example]","value":"0","type":"text"},{"key":"pia[is_archive]","value":"0","type":"text"},{"key":"pia[created_at]","value":"Thu Jul 01 2021 12:08:08 GMT+0200 (heure d’été d’Europe centrale)","type":"text","disabled":true},{"key":"pia[structure_id]","value":"","type":"text"}]},"url":"http://localhost:3000/pias"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"status\": 0,\n    \"name\": \"Test\",\n    \"author_name\": \"Author\",\n    \"evaluator_name\": \"Evaluator\",\n    \"validator_name\": \"Validator\",\n    \"dpo_status\": 0,\n    \"dpo_opinion\": \"\",\n    \"dpos_names\": \"\",\n    \"people_names\": \"\",\n    \"concerned_people_opinion\": \"\",\n    \"concerned_people_status\": 0,\n    \"rejection_reason\": \"\",\n    \"applied_adjustments\": \"\",\n    \"is_example\": 0,\n    \"created_at\": \"2021-07-01T10:16:00.136Z\",\n    \"updated_at\": \"2021-07-01T10:16:00.136Z\",\n    \"concerned_people_searched_opinion\": false,\n    \"concerned_people_searched_content\": null,\n    \"structure_id\": null,\n    \"structure_name\": null,\n    \"structure_sector_name\": null,\n    \"structure_data\": null,\n    \"category\": null,\n    \"is_archive\": 0\n}"}],"_postman_id":"a27b26a3-3cf0-429e-8016-f63fcaa55736"},{"name":"Update a PIA","event":[{"listen":"test","script":{"id":"4d807a94-b2de-463c-baee-adfcf718cec2","exec":["pm.test(\"Successful PATCH request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);","});","pm.test(\"Keep body request datas in result\", function() {","    const jsonData = pm.response.json()","    pm.expect(jsonData.name).to.eql(pm.request.body.formdata.get('pia[name]'));","    pm.expect(jsonData.author_name).to.eql(pm.request.body.formdata.get('pia[author_name]'));","    pm.expect(jsonData.evaluator_name).to.eql(pm.request.body.formdata.get('pia[evaluator_name]'));","    pm.expect(jsonData.validator_name).to.eql(pm.request.body.formdata.get('pia[validator_name]'));","    pm.expect(jsonData.validator_name).to.eql(pm.request.body.formdata.get('pia[validator_name]'));","});"],"type":"text/javascript"}}],"id":"1c59ca05-cefd-4f8f-84a7-e051eba3b812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"pia[name]","value":"Test","type":"text"},{"key":"pia[author_name]","value":"Author","type":"text"},{"key":"pia[evaluator_name]","value":"Evaluator","type":"text"},{"key":"pia[validator_name]","value":"Validator","type":"text"},{"key":"pia[status]","value":"0","type":"text"},{"key":"pia[is_example]","value":"0","type":"text"},{"key":"pia[is_archive]","value":"0","type":"text"},{"key":"pia[created_at]","value":"Thu Jul 01 2021 12:08:08 GMT+0200 (heure d’été d’Europe centrale)","type":"text"},{"key":"pia[structure_id]","value":"","description":"<p>by default use default template</p>\n","type":"text"}]},"url":"http://localhost:3000/pias/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of PIA to update</p>\n","type":"text/plain"},"type":"any","value":"5","key":"id"}]}},"response":[{"id":"0ebd153e-a277-4bdc-8a6d-f6f5b100a33f","name":"200 - Update PIA","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"pia[name]","value":"Test","type":"text"},{"key":"pia[author_name]","value":"Author","type":"text"},{"key":"pia[evaluator_name]","value":"Evaluator","type":"text"},{"key":"pia[validator_name]","value":"Validator","type":"text"},{"key":"pia[status]","value":"2","type":"text"},{"key":"pia[is_example]","value":"0","type":"text"},{"key":"pia[is_archive]","value":"0","type":"text"},{"key":"pia[created_at]","value":"Thu Jul 01 2021 12:08:08 GMT+0200 (heure d’été d’Europe centrale)","type":"text"},{"key":"pia[structure_id]","value":"","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:id","host":["http://localhost:3000"],"path":["pias",":id"],"variable":[{"key":"id","value":"5","description":"(required) ID of PIA to update"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"status\": 0,\n    \"name\": \"Test\",\n    \"author_name\": \"Author\",\n    \"evaluator_name\": \"Evaluator\",\n    \"validator_name\": \"Validator\",\n    \"dpo_status\": 0,\n    \"dpo_opinion\": \"\",\n    \"dpos_names\": \"\",\n    \"people_names\": \"\",\n    \"concerned_people_opinion\": \"\",\n    \"concerned_people_status\": 0,\n    \"rejection_reason\": \"\",\n    \"applied_adjustments\": \"\",\n    \"is_example\": 0,\n    \"created_at\": \"2021-07-01T10:16:00.136Z\",\n    \"updated_at\": \"2021-07-01T10:16:00.136Z\",\n    \"concerned_people_searched_opinion\": false,\n    \"concerned_people_searched_content\": null,\n    \"structure_id\": null,\n    \"structure_name\": null,\n    \"structure_sector_name\": null,\n    \"structure_data\": null,\n    \"category\": null,\n    \"is_archive\": 0\n}"},{"id":"cec79ce4-df68-4142-b9e6-cd5d26630911","name":"404 - Pia not found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"pia[name]","value":"Test","type":"text"},{"key":"pia[author_name]","value":"Author","type":"text"},{"key":"pia[evaluator_name]","value":"Evaluator","type":"text"},{"key":"pia[validator_name]","value":"Validator","type":"text"},{"key":"pia[status]","value":"0","type":"text"},{"key":"pia[is_example]","value":"0","type":"text"},{"key":"pia[is_archive]","value":"0","type":"text"},{"key":"pia[created_at]","value":"Thu Jul 01 2021 12:08:08 GMT+0200 (heure d’été d’Europe centrale)","type":"text"},{"key":"pia[structure_id]","value":"","description":"by default use default template","type":"text"}]},"url":{"raw":"http://localhost:3000/pias/:id","host":["http://localhost:3000"],"path":["pias",":id"],"variable":[{"key":"id","value":"5","description":"(required) ID of PIA to update"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"exception\": \"#<ActiveRecord::RecordNotFound: Couldn't find Pia with 'id'=500>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 1,\n                \"trace\": \"app/controllers/pias_controller.rb:83:in `set_pia'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 1,\n                \"trace\": \"app/controllers/pias_controller.rb:83:in `set_pia'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329700403020,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1c59ca05-cefd-4f8f-84a7-e051eba3b812"},{"name":"Delete a PIA","event":[{"listen":"test","script":{"id":"c0d9348f-0ce2-4578-81c5-7015d1a84404","exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([204]);","});"],"type":"text/javascript"}}],"id":"70aeaa75-6c1a-4acb-985d-3da492bedea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/pias/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["pias",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of PIA to delete</p>\n","type":"text/plain"},"type":"any","value":"5","key":"id"}]}},"response":[{"id":"69ca63d9-3e1d-4035-94e6-fb0244d7c5f0","name":"204 - Delete a pia","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:id","host":["http://localhost:3000"],"path":["pias",":id"],"variable":[{"key":"id","value":"3","description":"(required) ID of PIA to delete"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0ea63a8f-dc81-420d-917e-56b17b8d22de","name":"404 - Pia not found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/pias/:id","host":["http://localhost:3000"],"path":["pias",":id"],"variable":[{"key":"id","value":"300","description":"(required) ID of PIA to delete"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"exception\": \"#<ActiveRecord::RecordNotFound: Couldn't find Pia with 'id'=300>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 1,\n                \"trace\": \"app/controllers/pias_controller.rb:83:in `set_pia'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 1,\n                \"trace\": \"app/controllers/pias_controller.rb:83:in `set_pia'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 47329685482900,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"70aeaa75-6c1a-4acb-985d-3da492bedea2"}],"id":"355f9bc1-87ec-4772-9a38-af27168cb31c","_postman_id":"355f9bc1-87ec-4772-9a38-af27168cb31c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Return all users","id":"6b82129f-33ce-46c4-bddd-dd26fe45582e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["users"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b82129f-33ce-46c4-bddd-dd26fe45582e"},{"name":"Create an user","id":"cc49c2b6-ce4a-4d75-bee7-37cafea22a00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user[firstname]","value":"test","type":"text"},{"key":"user[lastname]","value":"test","type":"text"},{"key":"user[email]","value":"test@test.com","type":"text"},{"key":"user[password]","value":"azeazeaze","type":"text"},{"key":"user[password_confirmation]","value":"azeazeaze","type":"text"}]},"url":"http://localhost:3000/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["users"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc49c2b6-ce4a-4d75-bee7-37cafea22a00"},{"name":"Update an user","id":"5930422f-88d2-4fac-9baf-900dbf9a477a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"user[firstname]","value":"test23","type":"text"}]},"url":"http://localhost:3000/users/:user_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["users",":user_id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"6","key":"user_id"}]}},"response":[],"_postman_id":"5930422f-88d2-4fac-9baf-900dbf9a477a"},{"name":"Delete an user","id":"5a2805f6-40b4-4fe0-9dd9-4433a4f11ebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/users/:user_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["users",":user_id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"d898f777-4c05-40e0-8c31-26cbdc8fe96b","name":"Delete existing user","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/users/:user_id","host":["http://localhost:3000"],"path":["users",":user_id"],"variable":[{"key":"user_id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5a2805f6-40b4-4fe0-9dd9-4433a4f11ebb"},{"name":"unlock access","id":"ebcf9921-048d-41d7-bf12-e762ec975496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/unlock_access/:uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["users","unlock_access",":uuid"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"9060a3a7-2054-4d39-a01b-be97e4285533","key":"uuid"}]}},"response":[],"_postman_id":"ebcf9921-048d-41d7-bf12-e762ec975496"},{"name":"password forgotten","id":"c3931e78-c673-4e9c-80ff-e24ac1a301ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/password-forgotten/:email","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["users","password-forgotten",":email"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":null,"key":"email"}]}},"response":[],"_postman_id":"c3931e78-c673-4e9c-80ff-e24ac1a301ab"},{"name":"Check password Force","id":"3e55623a-a31d-42b5-a6d7-67e6679fc3b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/:id/password-test/:password","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["users",":id","password-test",":password"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":null,"key":"id"},{"type":"any","value":null,"key":"password"}]}},"response":[],"_postman_id":"3e55623a-a31d-42b5-a6d7-67e6679fc3b9"}],"id":"686588f5-0831-4d5e-ae2c-16aeb359385a","_postman_id":"686588f5-0831-4d5e-ae2c-16aeb359385a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Structures","item":[{"name":"Return all structures","id":"c00c7a8f-6248-41f1-a027-0ad0c36568f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/structures","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["structures"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c00c7a8f-6248-41f1-a027-0ad0c36568f2"},{"name":"Return a structure","id":"5fa9c979-0b80-4267-8161-2c21eb24e66a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/structures/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["structures",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of STRUCTURE to fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5fa9c979-0b80-4267-8161-2c21eb24e66a"},{"name":"Delete a structure","id":"704ca024-dd77-4f59-b416-aea84a859209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/structures/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["structures",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of STRUCTURE to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"704ca024-dd77-4f59-b416-aea84a859209"},{"name":"Create a structure","id":"6074b244-26b6-44da-9dc5-aaf7812992e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"structure[name]","value":"","type":"text"},{"key":"structure[sector_name]","value":"","type":"text"},{"key":"structure[data]","value":"","type":"text"},{"key":"structure[created_at]","value":"","type":"text"}]},"url":"http://localhost:3000/structures","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["structures"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"108bcff3-a038-4a30-8446-bd816ab5003d","name":"201 - Creates a new STRUCTURE","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"structure[name]","value":"Structure name","type":"text"},{"key":"structure[sector_name]","value":"Structure sector name","type":"text"},{"key":"structure[data]","value":"{\"sections\":[{\"id\":1,\"title\":\"sections.1.title\",\"short_help\":\"sections.1.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.1.items.1.title\",\"evaluation_mode\":\"item\",\"short_help\":\"sections.1.items.1.short_help\",\"questions\":[{\"id\":111,\"title\":\"sections.1.items.1.questions.1.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_DEF_FIN\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":112,\"title\":\"sections.1.items.1.questions.2.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_DEF_RT\",\"PIA_DEF_ST\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":113,\"title\":\"sections.1.items.1.questions.3.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]},{\"id\":2,\"title\":\"sections.1.items.2.title\",\"evaluation_mode\":\"item\",\"short_help\":\"sections.1.items.2.short_help\",\"questions\":[{\"id\":121,\"title\":\"sections.1.items.2.questions.1.title\",\"link_knowledge_base\":[\"PIA_LGL_DATA\",\"PIA_LGL_DEST\",\"PIA_DEF_DCP\",\"PIA_DEF_DEST\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":122,\"title\":\"sections.1.items.2.questions.2.title\",\"link_knowledge_base\":[\"PIA_LGL_LCYC\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":123,\"title\":\"sections.1.items.2.questions.3.title\",\"link_knowledge_base\":[\"PIA_LGL_SUPT\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]}]},{\"id\":2,\"title\":\"sections.2.title\",\"short_help\":\"sections.2.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.2.items.1.title\",\"evaluation_mode\":\"question\",\"short_help\":\"sections.2.items.2.short_help\",\"questions\":[{\"id\":211,\"title\":\"sections.2.items.1.questions.1.title\",\"short_title\":\"sections.2.items.1.questions.1.short_title\",\"link_knowledge_base\":[\"PIA_LGL_FIN\",\"PIA_DEF_FIN\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":212,\"title\":\"sections.2.items.1.questions.2.title\",\"short_title\":\"sections.2.items.1.questions.2.short_title\",\"link_knowledge_base\":[\"PIA_LGL_FOND\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":213,\"title\":\"sections.2.items.1.questions.3.title\",\"short_title\":\"sections.2.items.1.questions.3.short_title\",\"link_knowledge_base\":[\"PIA_LGL_MINI\",\"PIA_DEF_MINC\",\"PIA_DEF_MIND\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":214,\"title\":\"sections.2.items.1.questions.4.title\",\"short_title\":\"sections.2.items.1.questions.4.short_title\",\"link_knowledge_base\":[\"PIA_DEF_EXA\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.4.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":215,\"title\":\"sections.2.items.1.questions.5.title\",\"short_title\":\"sections.2.items.1.questions.5.short_title\",\"link_knowledge_base\":[\"PIA_LGL_DUR\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.5.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]},{\"id\":2,\"title\":\"sections.2.items.2.title\",\"evaluation_mode\":\"question\",\"short_help\":\"sections.2.items.2.short_help\",\"questions\":[{\"id\":221,\"title\":\"sections.2.items.2.questions.1.title\",\"short_title\":\"sections.2.items.2.questions.1.short_title\",\"link_knowledge_base\":[\"PIA_LGL_INFO\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":222,\"title\":\"sections.2.items.2.questions.2.title\",\"short_title\":\"sections.2.items.2.questions.2.short_title\",\"link_knowledge_base\":[\"PIA_LGL_CONS\",\"PIA_DEF_CONS\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":223,\"title\":\"sections.2.items.2.questions.3.title\",\"short_title\":\"sections.2.items.2.questions.3.short_title\",\"link_knowledge_base\":[\"PIA_LGL_ACC\",\"PIA_LGL_PORT\",\"PIA_DEF_ACC\",\"PIA_DEF_PORT\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":224,\"title\":\"sections.2.items.2.questions.4.title\",\"short_title\":\"sections.2.items.2.questions.4.short_title\",\"link_knowledge_base\":[\"PIA_LGL_EFF\",\"PIA_LGL_RECT\",\"PIA_DEF_EFF\",\"PIA_DEF_RECT\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.4.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":225,\"title\":\"sections.2.items.2.questions.5.title\",\"short_title\":\"sections.2.items.2.questions.5.short_title\",\"link_knowledge_base\":[\"PIA_LGL_LIM\",\"PIA_DEF_LIM\",\"PIA_DEF_OPP\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.5.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":226,\"title\":\"sections.2.items.2.questions.6.title\",\"short_title\":\"sections.2.items.2.questions.6.short_title\",\"link_knowledge_base\":[\"PIA_LGL_ST\",\"PIA_DEF_ST\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.6.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":227,\"title\":\"sections.2.items.2.questions.7.title\",\"short_title\":\"sections.2.items.2.questions.7.short_title\",\"link_knowledge_base\":[\"PIA_LGL_TRAN\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.7.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]}]},{\"id\":3,\"title\":\"sections.3.title\",\"short_help\":\"sections.3.short_help\",\"items\":[{\"id\":1,\"is_measure\":true,\"filter_by\":\"measure\",\"title\":\"sections.3.items.1.title\",\"link_knowledge_base\":[],\"evaluation_mode\":\"question\",\"short_help\":\"sections.3.items.1.short_help\",\"answers\":[]},{\"id\":2,\"title\":\"sections.3.items.2.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.2.short_help\",\"questions\":[{\"id\":321,\"title\":\"sections.3.items.2.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":322,\"title\":\"sections.3.items.2.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":323,\"title\":\"sections.3.items.2.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":324,\"title\":\"sections.3.items.2.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_MES\",\"PIA_METHOD_MES\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":325,\"title\":\"sections.3.items.2.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_IMP\",\"PIA_DEF_GRV\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-access_x\",\"active\":true},{\"id\":326,\"title\":\"sections.3.items.2.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-access_y\",\"active\":true}]},{\"id\":3,\"title\":\"sections.3.items.3.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.3.short_help\",\"questions\":[{\"id\":331,\"title\":\"sections.3.items.3.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":332,\"title\":\"sections.3.items.3.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":333,\"title\":\"sections.3.items.3.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":334,\"title\":\"sections.3.items.3.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_MES\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":335,\"title\":\"sections.3.items.3.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_GRV\",\"PIA_DEF_IMP\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-change_x\",\"active\":true},{\"id\":336,\"title\":\"sections.3.items.3.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-change_y\",\"active\":true}]},{\"id\":4,\"title\":\"sections.3.items.4.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.4.short_help\",\"questions\":[{\"id\":341,\"title\":\"sections.3.items.4.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":342,\"title\":\"sections.3.items.4.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":343,\"title\":\"sections.3.items.4.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":344,\"title\":\"sections.3.items.4.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_MES\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":345,\"title\":\"sections.3.items.4.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_GRV\",\"PIA_DEF_IMP\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-disappearance_x\",\"active\":true},{\"id\":346,\"title\":\"sections.3.items.4.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-disappearance_y\",\"active\":true}]},{\"id\":5,\"title\":\"sections.3.items.5.title\",\"evaluation_mode\":\"\",\"short_help\":\"sections.3.items.5.short_help\",\"type\":\"\"}]},{\"id\":4,\"title\":\"sections.4.title\",\"short_help\":\"sections.4.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.4.items.1.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_CART\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.1.short_help\"},{\"id\":2,\"title\":\"sections.4.items.2.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_ACT\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.2.short_help\"},{\"id\":3,\"title\":\"sections.4.items.3.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_DPO\",\"PIA_VAL_CONC\",\"PIA_VAL_RT\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.3.short_help\"},{\"id\":4,\"hide\":true,\"title\":\"sections.4.items.4.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":\"\",\"short_help\":\"\"},{\"id\":5,\"hide\":true,\"title\":\"sections.4.items.5.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":\"\",\"short_help\":\"\"}]}]}","type":"text"},{"key":"structure[created_at]","value":"Thu Jul 01 2021 14:43:23 GMT+0200 (heure d’été d’Europe centrale)","type":"text"}]},"url":"http://localhost:3000/structures"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Structure name\",\n    \"sector_name\": \"Structure sector name\",\n    \"data\": {\n        \"sections\": [\n            {\n                \"id\": 1,\n                \"title\": \"sections.1.title\",\n                \"short_help\": \"sections.1.short_help\",\n                \"items\": [\n                    {\n                        \"id\": 1,\n                        \"title\": \"sections.1.items.1.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"short_help\": \"sections.1.items.1.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 111,\n                                \"title\": \"sections.1.items.1.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DESC\",\n                                    \"PIA_DEF_FIN\",\n                                    \"PIA_CUSTOM_11\"\n                                ],\n                                \"placeholder\": \"sections.1.items.1.questions.1.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 112,\n                                \"title\": \"sections.1.items.1.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DESC\",\n                                    \"PIA_DEF_RT\",\n                                    \"PIA_DEF_ST\",\n                                    \"PIA_CUSTOM_11\"\n                                ],\n                                \"placeholder\": \"sections.1.items.1.questions.2.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 113,\n                                \"title\": \"sections.1.items.1.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DESC\",\n                                    \"PIA_CUSTOM_11\"\n                                ],\n                                \"placeholder\": \"sections.1.items.1.questions.3.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"title\": \"sections.1.items.2.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"short_help\": \"sections.1.items.2.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 121,\n                                \"title\": \"sections.1.items.2.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DATA\",\n                                    \"PIA_LGL_DEST\",\n                                    \"PIA_DEF_DCP\",\n                                    \"PIA_DEF_DEST\",\n                                    \"PIA_CUSTOM_12\"\n                                ],\n                                \"placeholder\": \"sections.1.items.2.questions.1.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 122,\n                                \"title\": \"sections.1.items.2.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_LCYC\",\n                                    \"PIA_CUSTOM_12\"\n                                ],\n                                \"placeholder\": \"sections.1.items.2.questions.2.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 123,\n                                \"title\": \"sections.1.items.2.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_SUPT\",\n                                    \"PIA_CUSTOM_12\"\n                                ],\n                                \"placeholder\": \"sections.1.items.2.questions.3.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"title\": \"sections.2.title\",\n                \"short_help\": \"sections.2.short_help\",\n                \"items\": [\n                    {\n                        \"id\": 1,\n                        \"title\": \"sections.2.items.1.title\",\n                        \"evaluation_mode\": \"question\",\n                        \"short_help\": \"sections.2.items.2.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 211,\n                                \"title\": \"sections.2.items.1.questions.1.title\",\n                                \"short_title\": \"sections.2.items.1.questions.1.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_FIN\",\n                                    \"PIA_DEF_FIN\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.1.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 212,\n                                \"title\": \"sections.2.items.1.questions.2.title\",\n                                \"short_title\": \"sections.2.items.1.questions.2.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_FOND\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.2.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 213,\n                                \"title\": \"sections.2.items.1.questions.3.title\",\n                                \"short_title\": \"sections.2.items.1.questions.3.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_MINI\",\n                                    \"PIA_DEF_MINC\",\n                                    \"PIA_DEF_MIND\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.3.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 214,\n                                \"title\": \"sections.2.items.1.questions.4.title\",\n                                \"short_title\": \"sections.2.items.1.questions.4.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_EXA\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.4.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 215,\n                                \"title\": \"sections.2.items.1.questions.5.title\",\n                                \"short_title\": \"sections.2.items.1.questions.5.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DUR\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.5.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"title\": \"sections.2.items.2.title\",\n                        \"evaluation_mode\": \"question\",\n                        \"short_help\": \"sections.2.items.2.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 221,\n                                \"title\": \"sections.2.items.2.questions.1.title\",\n                                \"short_title\": \"sections.2.items.2.questions.1.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_INFO\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.1.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 222,\n                                \"title\": \"sections.2.items.2.questions.2.title\",\n                                \"short_title\": \"sections.2.items.2.questions.2.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_CONS\",\n                                    \"PIA_DEF_CONS\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.2.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 223,\n                                \"title\": \"sections.2.items.2.questions.3.title\",\n                                \"short_title\": \"sections.2.items.2.questions.3.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_ACC\",\n                                    \"PIA_LGL_PORT\",\n                                    \"PIA_DEF_ACC\",\n                                    \"PIA_DEF_PORT\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.3.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 224,\n                                \"title\": \"sections.2.items.2.questions.4.title\",\n                                \"short_title\": \"sections.2.items.2.questions.4.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_EFF\",\n                                    \"PIA_LGL_RECT\",\n                                    \"PIA_DEF_EFF\",\n                                    \"PIA_DEF_RECT\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.4.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 225,\n                                \"title\": \"sections.2.items.2.questions.5.title\",\n                                \"short_title\": \"sections.2.items.2.questions.5.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_LIM\",\n                                    \"PIA_DEF_LIM\",\n                                    \"PIA_DEF_OPP\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.5.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 226,\n                                \"title\": \"sections.2.items.2.questions.6.title\",\n                                \"short_title\": \"sections.2.items.2.questions.6.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_ST\",\n                                    \"PIA_DEF_ST\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.6.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 227,\n                                \"title\": \"sections.2.items.2.questions.7.title\",\n                                \"short_title\": \"sections.2.items.2.questions.7.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_TRAN\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.7.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"id\": 3,\n                \"title\": \"sections.3.title\",\n                \"short_help\": \"sections.3.short_help\",\n                \"items\": [\n                    {\n                        \"id\": 1,\n                        \"is_measure\": true,\n                        \"filter_by\": \"measure\",\n                        \"title\": \"sections.3.items.1.title\",\n                        \"link_knowledge_base\": [],\n                        \"evaluation_mode\": \"question\",\n                        \"short_help\": \"sections.3.items.1.short_help\",\n                        \"answers\": []\n                    },\n                    {\n                        \"id\": 2,\n                        \"title\": \"sections.3.items.2.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"evaluation_with_gauge\": true,\n                        \"short_help\": \"sections.3.items.2.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 321,\n                                \"title\": \"sections.3.items.2.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.1.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 322,\n                                \"title\": \"sections.3.items.2.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_MEN\",\n                                    \"PIA_EX_MENA\",\n                                    \"PIA_EX_MENM\",\n                                    \"PIA_EX_MENI\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.2.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 323,\n                                \"title\": \"sections.3.items.2.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_SRC\",\n                                    \"PIA_EX_HUMI\",\n                                    \"PIA_EX_HUME\",\n                                    \"PIA_EX_NHUM\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.3.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 324,\n                                \"title\": \"sections.3.items.2.questions.4.title\",\n                                \"is_measure\": true,\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_MES\",\n                                    \"PIA_METHOD_MES\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.4.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 325,\n                                \"title\": \"sections.3.items.2.questions.5.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_DEF_GRV\",\n                                    \"PIA_EX_IMPN\",\n                                    \"PIA_EX_IMPL\",\n                                    \"PIA_EX_IMPI\",\n                                    \"PIA_EX_IMPM\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.5.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-access_x\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 326,\n                                \"title\": \"sections.3.items.2.questions.6.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_VRA\",\n                                    \"PIA_EX_VRAN\",\n                                    \"PIA_EX_VRAL\",\n                                    \"PIA_EX_VRAI\",\n                                    \"PIA_EX_VRAM\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.6.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-access_y\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 3,\n                        \"title\": \"sections.3.items.3.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"evaluation_with_gauge\": true,\n                        \"short_help\": \"sections.3.items.3.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 331,\n                                \"title\": \"sections.3.items.3.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.1.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 332,\n                                \"title\": \"sections.3.items.3.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_MEN\",\n                                    \"PIA_EX_MENA\",\n                                    \"PIA_EX_MENM\",\n                                    \"PIA_EX_MENI\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.2.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 333,\n                                \"title\": \"sections.3.items.3.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_SRC\",\n                                    \"PIA_EX_HUMI\",\n                                    \"PIA_EX_HUME\",\n                                    \"PIA_EX_NHUM\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.3.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 334,\n                                \"title\": \"sections.3.items.3.questions.4.title\",\n                                \"is_measure\": true,\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_MES\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.4.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 335,\n                                \"title\": \"sections.3.items.3.questions.5.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_GRV\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_EX_IMPN\",\n                                    \"PIA_EX_IMPL\",\n                                    \"PIA_EX_IMPI\",\n                                    \"PIA_EX_IMPM\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.5.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-change_x\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 336,\n                                \"title\": \"sections.3.items.3.questions.6.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_VRA\",\n                                    \"PIA_EX_VRAN\",\n                                    \"PIA_EX_VRAL\",\n                                    \"PIA_EX_VRAI\",\n                                    \"PIA_EX_VRAM\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.6.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-change_y\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 4,\n                        \"title\": \"sections.3.items.4.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"evaluation_with_gauge\": true,\n                        \"short_help\": \"sections.3.items.4.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 341,\n                                \"title\": \"sections.3.items.4.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.1.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 342,\n                                \"title\": \"sections.3.items.4.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_MEN\",\n                                    \"PIA_EX_MENA\",\n                                    \"PIA_EX_MENM\",\n                                    \"PIA_EX_MENI\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.2.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 343,\n                                \"title\": \"sections.3.items.4.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_SRC\",\n                                    \"PIA_EX_HUMI\",\n                                    \"PIA_EX_HUME\",\n                                    \"PIA_EX_NHUM\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.3.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 344,\n                                \"title\": \"sections.3.items.4.questions.4.title\",\n                                \"is_measure\": true,\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_MES\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.4.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 345,\n                                \"title\": \"sections.3.items.4.questions.5.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_GRV\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_EX_IMPN\",\n                                    \"PIA_EX_IMPL\",\n                                    \"PIA_EX_IMPI\",\n                                    \"PIA_EX_IMPM\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.5.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-disappearance_x\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 346,\n                                \"title\": \"sections.3.items.4.questions.6.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_VRA\",\n                                    \"PIA_EX_VRAN\",\n                                    \"PIA_EX_VRAL\",\n                                    \"PIA_EX_VRAI\",\n                                    \"PIA_EX_VRAM\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.6.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-disappearance_y\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 5,\n                        \"title\": \"sections.3.items.5.title\",\n                        \"evaluation_mode\": \"\",\n                        \"short_help\": \"sections.3.items.5.short_help\",\n                        \"type\": \"\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"title\": \"sections.4.title\",\n                \"short_help\": \"sections.4.short_help\",\n                \"items\": [\n                    {\n                        \"id\": 1,\n                        \"title\": \"sections.4.items.1.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": [\n                            \"PIA_VAL_CART\",\n                            \"PIA_CUSTOM_41\"\n                        ],\n                        \"short_help\": \"sections.4.items.1.short_help\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"title\": \"sections.4.items.2.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": [\n                            \"PIA_VAL_ACT\",\n                            \"PIA_CUSTOM_41\"\n                        ],\n                        \"short_help\": \"sections.4.items.2.short_help\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"title\": \"sections.4.items.3.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": [\n                            \"PIA_VAL_DPO\",\n                            \"PIA_VAL_CONC\",\n                            \"PIA_VAL_RT\",\n                            \"PIA_CUSTOM_41\"\n                        ],\n                        \"short_help\": \"sections.4.items.3.short_help\"\n                    },\n                    {\n                        \"id\": 4,\n                        \"hide\": true,\n                        \"title\": \"sections.4.items.4.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": \"\",\n                        \"short_help\": \"\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"hide\": true,\n                        \"title\": \"sections.4.items.5.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": \"\",\n                        \"short_help\": \"\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"created_at\": \"2021-07-01T12:46:32.102Z\",\n    \"updated_at\": \"2021-07-01T12:46:32.102Z\"\n}"}],"_postman_id":"6074b244-26b6-44da-9dc5-aaf7812992e5"},{"name":"Update a structure","id":"ae155a0f-26c8-4c3b-b8fe-f06549fa50ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"structure[name]","value":"Structure name","type":"text"},{"key":"structure[sector_name]","value":"Structure sector name","type":"text"},{"key":"structure[data]","value":"{\"sections\":[{\"id\":1,\"title\":\"sections.1.title\",\"short_help\":\"sections.1.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.1.items.1.title\",\"evaluation_mode\":\"item\",\"short_help\":\"sections.1.items.1.short_help\",\"questions\":[{\"id\":111,\"title\":\"sections.1.items.1.questions.1.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_DEF_FIN\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":112,\"title\":\"sections.1.items.1.questions.2.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_DEF_RT\",\"PIA_DEF_ST\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":113,\"title\":\"sections.1.items.1.questions.3.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]},{\"id\":2,\"title\":\"sections.1.items.2.title\",\"evaluation_mode\":\"item\",\"short_help\":\"sections.1.items.2.short_help\",\"questions\":[{\"id\":121,\"title\":\"sections.1.items.2.questions.1.title\",\"link_knowledge_base\":[\"PIA_LGL_DATA\",\"PIA_LGL_DEST\",\"PIA_DEF_DCP\",\"PIA_DEF_DEST\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":122,\"title\":\"sections.1.items.2.questions.2.title\",\"link_knowledge_base\":[\"PIA_LGL_LCYC\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":123,\"title\":\"sections.1.items.2.questions.3.title\",\"link_knowledge_base\":[\"PIA_LGL_SUPT\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]}]},{\"id\":2,\"title\":\"sections.2.title\",\"short_help\":\"sections.2.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.2.items.1.title\",\"evaluation_mode\":\"question\",\"short_help\":\"sections.2.items.2.short_help\",\"questions\":[{\"id\":211,\"title\":\"sections.2.items.1.questions.1.title\",\"short_title\":\"sections.2.items.1.questions.1.short_title\",\"link_knowledge_base\":[\"PIA_LGL_FIN\",\"PIA_DEF_FIN\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":212,\"title\":\"sections.2.items.1.questions.2.title\",\"short_title\":\"sections.2.items.1.questions.2.short_title\",\"link_knowledge_base\":[\"PIA_LGL_FOND\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":213,\"title\":\"sections.2.items.1.questions.3.title\",\"short_title\":\"sections.2.items.1.questions.3.short_title\",\"link_knowledge_base\":[\"PIA_LGL_MINI\",\"PIA_DEF_MINC\",\"PIA_DEF_MIND\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":214,\"title\":\"sections.2.items.1.questions.4.title\",\"short_title\":\"sections.2.items.1.questions.4.short_title\",\"link_knowledge_base\":[\"PIA_DEF_EXA\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.4.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":215,\"title\":\"sections.2.items.1.questions.5.title\",\"short_title\":\"sections.2.items.1.questions.5.short_title\",\"link_knowledge_base\":[\"PIA_LGL_DUR\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.5.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]},{\"id\":2,\"title\":\"sections.2.items.2.title\",\"evaluation_mode\":\"question\",\"short_help\":\"sections.2.items.2.short_help\",\"questions\":[{\"id\":221,\"title\":\"sections.2.items.2.questions.1.title\",\"short_title\":\"sections.2.items.2.questions.1.short_title\",\"link_knowledge_base\":[\"PIA_LGL_INFO\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":222,\"title\":\"sections.2.items.2.questions.2.title\",\"short_title\":\"sections.2.items.2.questions.2.short_title\",\"link_knowledge_base\":[\"PIA_LGL_CONS\",\"PIA_DEF_CONS\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":223,\"title\":\"sections.2.items.2.questions.3.title\",\"short_title\":\"sections.2.items.2.questions.3.short_title\",\"link_knowledge_base\":[\"PIA_LGL_ACC\",\"PIA_LGL_PORT\",\"PIA_DEF_ACC\",\"PIA_DEF_PORT\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":224,\"title\":\"sections.2.items.2.questions.4.title\",\"short_title\":\"sections.2.items.2.questions.4.short_title\",\"link_knowledge_base\":[\"PIA_LGL_EFF\",\"PIA_LGL_RECT\",\"PIA_DEF_EFF\",\"PIA_DEF_RECT\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.4.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":225,\"title\":\"sections.2.items.2.questions.5.title\",\"short_title\":\"sections.2.items.2.questions.5.short_title\",\"link_knowledge_base\":[\"PIA_LGL_LIM\",\"PIA_DEF_LIM\",\"PIA_DEF_OPP\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.5.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":226,\"title\":\"sections.2.items.2.questions.6.title\",\"short_title\":\"sections.2.items.2.questions.6.short_title\",\"link_knowledge_base\":[\"PIA_LGL_ST\",\"PIA_DEF_ST\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.6.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":227,\"title\":\"sections.2.items.2.questions.7.title\",\"short_title\":\"sections.2.items.2.questions.7.short_title\",\"link_knowledge_base\":[\"PIA_LGL_TRAN\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.7.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]}]},{\"id\":3,\"title\":\"sections.3.title\",\"short_help\":\"sections.3.short_help\",\"items\":[{\"id\":1,\"is_measure\":true,\"filter_by\":\"measure\",\"title\":\"sections.3.items.1.title\",\"link_knowledge_base\":[],\"evaluation_mode\":\"question\",\"short_help\":\"sections.3.items.1.short_help\",\"answers\":[]},{\"id\":2,\"title\":\"sections.3.items.2.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.2.short_help\",\"questions\":[{\"id\":321,\"title\":\"sections.3.items.2.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":322,\"title\":\"sections.3.items.2.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":323,\"title\":\"sections.3.items.2.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":324,\"title\":\"sections.3.items.2.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_MES\",\"PIA_METHOD_MES\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":325,\"title\":\"sections.3.items.2.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_IMP\",\"PIA_DEF_GRV\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-access_x\",\"active\":true},{\"id\":326,\"title\":\"sections.3.items.2.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-access_y\",\"active\":true}]},{\"id\":3,\"title\":\"sections.3.items.3.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.3.short_help\",\"questions\":[{\"id\":331,\"title\":\"sections.3.items.3.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":332,\"title\":\"sections.3.items.3.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":333,\"title\":\"sections.3.items.3.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":334,\"title\":\"sections.3.items.3.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_MES\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":335,\"title\":\"sections.3.items.3.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_GRV\",\"PIA_DEF_IMP\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-change_x\",\"active\":true},{\"id\":336,\"title\":\"sections.3.items.3.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-change_y\",\"active\":true}]},{\"id\":4,\"title\":\"sections.3.items.4.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.4.short_help\",\"questions\":[{\"id\":341,\"title\":\"sections.3.items.4.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":342,\"title\":\"sections.3.items.4.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":343,\"title\":\"sections.3.items.4.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":344,\"title\":\"sections.3.items.4.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_MES\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":345,\"title\":\"sections.3.items.4.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_GRV\",\"PIA_DEF_IMP\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-disappearance_x\",\"active\":true},{\"id\":346,\"title\":\"sections.3.items.4.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-disappearance_y\",\"active\":true}]},{\"id\":5,\"title\":\"sections.3.items.5.title\",\"evaluation_mode\":\"\",\"short_help\":\"sections.3.items.5.short_help\",\"type\":\"\"}]},{\"id\":4,\"title\":\"sections.4.title\",\"short_help\":\"sections.4.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.4.items.1.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_CART\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.1.short_help\"},{\"id\":2,\"title\":\"sections.4.items.2.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_ACT\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.2.short_help\"},{\"id\":3,\"title\":\"sections.4.items.3.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_DPO\",\"PIA_VAL_CONC\",\"PIA_VAL_RT\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.3.short_help\"},{\"id\":4,\"hide\":true,\"title\":\"sections.4.items.4.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":\"\",\"short_help\":\"\"},{\"id\":5,\"hide\":true,\"title\":\"sections.4.items.5.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":\"\",\"short_help\":\"\"}]}]}","type":"text"},{"key":"structure[created_at]","value":"Thu Jul 01 2021 14:43:23 GMT+0200 (heure d’été d’Europe centrale)","type":"text"}]},"url":"http://localhost:3000/structures/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["structures",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"c6db5f89-ca19-43c7-85cc-01d6f1756d68","name":"200 - Update a new STRUCTURE","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"structure[name]","value":"Structure name","type":"text"},{"key":"structure[sector_name]","value":"Structure sector name","type":"text"},{"key":"structure[data]","value":"{\"sections\":[{\"id\":1,\"title\":\"sections.1.title\",\"short_help\":\"sections.1.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.1.items.1.title\",\"evaluation_mode\":\"item\",\"short_help\":\"sections.1.items.1.short_help\",\"questions\":[{\"id\":111,\"title\":\"sections.1.items.1.questions.1.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_DEF_FIN\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":112,\"title\":\"sections.1.items.1.questions.2.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_DEF_RT\",\"PIA_DEF_ST\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":113,\"title\":\"sections.1.items.1.questions.3.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]},{\"id\":2,\"title\":\"sections.1.items.2.title\",\"evaluation_mode\":\"item\",\"short_help\":\"sections.1.items.2.short_help\",\"questions\":[{\"id\":121,\"title\":\"sections.1.items.2.questions.1.title\",\"link_knowledge_base\":[\"PIA_LGL_DATA\",\"PIA_LGL_DEST\",\"PIA_DEF_DCP\",\"PIA_DEF_DEST\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":122,\"title\":\"sections.1.items.2.questions.2.title\",\"link_knowledge_base\":[\"PIA_LGL_LCYC\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":123,\"title\":\"sections.1.items.2.questions.3.title\",\"link_knowledge_base\":[\"PIA_LGL_SUPT\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]}]},{\"id\":2,\"title\":\"sections.2.title\",\"short_help\":\"sections.2.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.2.items.1.title\",\"evaluation_mode\":\"question\",\"short_help\":\"sections.2.items.2.short_help\",\"questions\":[{\"id\":211,\"title\":\"sections.2.items.1.questions.1.title\",\"short_title\":\"sections.2.items.1.questions.1.short_title\",\"link_knowledge_base\":[\"PIA_LGL_FIN\",\"PIA_DEF_FIN\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":212,\"title\":\"sections.2.items.1.questions.2.title\",\"short_title\":\"sections.2.items.1.questions.2.short_title\",\"link_knowledge_base\":[\"PIA_LGL_FOND\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":213,\"title\":\"sections.2.items.1.questions.3.title\",\"short_title\":\"sections.2.items.1.questions.3.short_title\",\"link_knowledge_base\":[\"PIA_LGL_MINI\",\"PIA_DEF_MINC\",\"PIA_DEF_MIND\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":214,\"title\":\"sections.2.items.1.questions.4.title\",\"short_title\":\"sections.2.items.1.questions.4.short_title\",\"link_knowledge_base\":[\"PIA_DEF_EXA\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.4.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":215,\"title\":\"sections.2.items.1.questions.5.title\",\"short_title\":\"sections.2.items.1.questions.5.short_title\",\"link_knowledge_base\":[\"PIA_LGL_DUR\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.5.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]},{\"id\":2,\"title\":\"sections.2.items.2.title\",\"evaluation_mode\":\"question\",\"short_help\":\"sections.2.items.2.short_help\",\"questions\":[{\"id\":221,\"title\":\"sections.2.items.2.questions.1.title\",\"short_title\":\"sections.2.items.2.questions.1.short_title\",\"link_knowledge_base\":[\"PIA_LGL_INFO\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":222,\"title\":\"sections.2.items.2.questions.2.title\",\"short_title\":\"sections.2.items.2.questions.2.short_title\",\"link_knowledge_base\":[\"PIA_LGL_CONS\",\"PIA_DEF_CONS\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":223,\"title\":\"sections.2.items.2.questions.3.title\",\"short_title\":\"sections.2.items.2.questions.3.short_title\",\"link_knowledge_base\":[\"PIA_LGL_ACC\",\"PIA_LGL_PORT\",\"PIA_DEF_ACC\",\"PIA_DEF_PORT\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":224,\"title\":\"sections.2.items.2.questions.4.title\",\"short_title\":\"sections.2.items.2.questions.4.short_title\",\"link_knowledge_base\":[\"PIA_LGL_EFF\",\"PIA_LGL_RECT\",\"PIA_DEF_EFF\",\"PIA_DEF_RECT\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.4.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":225,\"title\":\"sections.2.items.2.questions.5.title\",\"short_title\":\"sections.2.items.2.questions.5.short_title\",\"link_knowledge_base\":[\"PIA_LGL_LIM\",\"PIA_DEF_LIM\",\"PIA_DEF_OPP\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.5.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":226,\"title\":\"sections.2.items.2.questions.6.title\",\"short_title\":\"sections.2.items.2.questions.6.short_title\",\"link_knowledge_base\":[\"PIA_LGL_ST\",\"PIA_DEF_ST\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.6.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":227,\"title\":\"sections.2.items.2.questions.7.title\",\"short_title\":\"sections.2.items.2.questions.7.short_title\",\"link_knowledge_base\":[\"PIA_LGL_TRAN\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.7.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]}]},{\"id\":3,\"title\":\"sections.3.title\",\"short_help\":\"sections.3.short_help\",\"items\":[{\"id\":1,\"is_measure\":true,\"filter_by\":\"measure\",\"title\":\"sections.3.items.1.title\",\"link_knowledge_base\":[],\"evaluation_mode\":\"question\",\"short_help\":\"sections.3.items.1.short_help\",\"answers\":[]},{\"id\":2,\"title\":\"sections.3.items.2.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.2.short_help\",\"questions\":[{\"id\":321,\"title\":\"sections.3.items.2.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":322,\"title\":\"sections.3.items.2.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":323,\"title\":\"sections.3.items.2.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":324,\"title\":\"sections.3.items.2.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_MES\",\"PIA_METHOD_MES\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":325,\"title\":\"sections.3.items.2.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_IMP\",\"PIA_DEF_GRV\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-access_x\",\"active\":true},{\"id\":326,\"title\":\"sections.3.items.2.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-access_y\",\"active\":true}]},{\"id\":3,\"title\":\"sections.3.items.3.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.3.short_help\",\"questions\":[{\"id\":331,\"title\":\"sections.3.items.3.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":332,\"title\":\"sections.3.items.3.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":333,\"title\":\"sections.3.items.3.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":334,\"title\":\"sections.3.items.3.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_MES\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":335,\"title\":\"sections.3.items.3.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_GRV\",\"PIA_DEF_IMP\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-change_x\",\"active\":true},{\"id\":336,\"title\":\"sections.3.items.3.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-change_y\",\"active\":true}]},{\"id\":4,\"title\":\"sections.3.items.4.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.4.short_help\",\"questions\":[{\"id\":341,\"title\":\"sections.3.items.4.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":342,\"title\":\"sections.3.items.4.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":343,\"title\":\"sections.3.items.4.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":344,\"title\":\"sections.3.items.4.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_MES\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":345,\"title\":\"sections.3.items.4.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_GRV\",\"PIA_DEF_IMP\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-disappearance_x\",\"active\":true},{\"id\":346,\"title\":\"sections.3.items.4.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-disappearance_y\",\"active\":true}]},{\"id\":5,\"title\":\"sections.3.items.5.title\",\"evaluation_mode\":\"\",\"short_help\":\"sections.3.items.5.short_help\",\"type\":\"\"}]},{\"id\":4,\"title\":\"sections.4.title\",\"short_help\":\"sections.4.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.4.items.1.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_CART\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.1.short_help\"},{\"id\":2,\"title\":\"sections.4.items.2.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_ACT\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.2.short_help\"},{\"id\":3,\"title\":\"sections.4.items.3.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_DPO\",\"PIA_VAL_CONC\",\"PIA_VAL_RT\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.3.short_help\"},{\"id\":4,\"hide\":true,\"title\":\"sections.4.items.4.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":\"\",\"short_help\":\"\"},{\"id\":5,\"hide\":true,\"title\":\"sections.4.items.5.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":\"\",\"short_help\":\"\"}]}]}","type":"text"},{"key":"structure[created_at]","value":"Thu Jul 01 2021 14:43:23 GMT+0200 (heure d’été d’Europe centrale)","type":"text"}]},"url":"http://localhost:3000/structures"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Structure name\",\n    \"sector_name\": \"Structure sector name\",\n    \"data\": {\n        \"sections\": [\n            {\n                \"id\": 1,\n                \"title\": \"sections.1.title\",\n                \"short_help\": \"sections.1.short_help\",\n                \"items\": [\n                    {\n                        \"id\": 1,\n                        \"title\": \"sections.1.items.1.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"short_help\": \"sections.1.items.1.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 111,\n                                \"title\": \"sections.1.items.1.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DESC\",\n                                    \"PIA_DEF_FIN\",\n                                    \"PIA_CUSTOM_11\"\n                                ],\n                                \"placeholder\": \"sections.1.items.1.questions.1.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 112,\n                                \"title\": \"sections.1.items.1.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DESC\",\n                                    \"PIA_DEF_RT\",\n                                    \"PIA_DEF_ST\",\n                                    \"PIA_CUSTOM_11\"\n                                ],\n                                \"placeholder\": \"sections.1.items.1.questions.2.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 113,\n                                \"title\": \"sections.1.items.1.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DESC\",\n                                    \"PIA_CUSTOM_11\"\n                                ],\n                                \"placeholder\": \"sections.1.items.1.questions.3.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"title\": \"sections.1.items.2.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"short_help\": \"sections.1.items.2.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 121,\n                                \"title\": \"sections.1.items.2.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DATA\",\n                                    \"PIA_LGL_DEST\",\n                                    \"PIA_DEF_DCP\",\n                                    \"PIA_DEF_DEST\",\n                                    \"PIA_CUSTOM_12\"\n                                ],\n                                \"placeholder\": \"sections.1.items.2.questions.1.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 122,\n                                \"title\": \"sections.1.items.2.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_LCYC\",\n                                    \"PIA_CUSTOM_12\"\n                                ],\n                                \"placeholder\": \"sections.1.items.2.questions.2.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 123,\n                                \"title\": \"sections.1.items.2.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_SUPT\",\n                                    \"PIA_CUSTOM_12\"\n                                ],\n                                \"placeholder\": \"sections.1.items.2.questions.3.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"title\": \"sections.2.title\",\n                \"short_help\": \"sections.2.short_help\",\n                \"items\": [\n                    {\n                        \"id\": 1,\n                        \"title\": \"sections.2.items.1.title\",\n                        \"evaluation_mode\": \"question\",\n                        \"short_help\": \"sections.2.items.2.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 211,\n                                \"title\": \"sections.2.items.1.questions.1.title\",\n                                \"short_title\": \"sections.2.items.1.questions.1.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_FIN\",\n                                    \"PIA_DEF_FIN\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.1.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 212,\n                                \"title\": \"sections.2.items.1.questions.2.title\",\n                                \"short_title\": \"sections.2.items.1.questions.2.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_FOND\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.2.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 213,\n                                \"title\": \"sections.2.items.1.questions.3.title\",\n                                \"short_title\": \"sections.2.items.1.questions.3.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_MINI\",\n                                    \"PIA_DEF_MINC\",\n                                    \"PIA_DEF_MIND\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.3.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 214,\n                                \"title\": \"sections.2.items.1.questions.4.title\",\n                                \"short_title\": \"sections.2.items.1.questions.4.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_EXA\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.4.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 215,\n                                \"title\": \"sections.2.items.1.questions.5.title\",\n                                \"short_title\": \"sections.2.items.1.questions.5.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_DUR\",\n                                    \"PIA_CUSTOM_21\"\n                                ],\n                                \"placeholder\": \"sections.2.items.1.questions.5.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"title\": \"sections.2.items.2.title\",\n                        \"evaluation_mode\": \"question\",\n                        \"short_help\": \"sections.2.items.2.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 221,\n                                \"title\": \"sections.2.items.2.questions.1.title\",\n                                \"short_title\": \"sections.2.items.2.questions.1.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_INFO\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.1.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 222,\n                                \"title\": \"sections.2.items.2.questions.2.title\",\n                                \"short_title\": \"sections.2.items.2.questions.2.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_CONS\",\n                                    \"PIA_DEF_CONS\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.2.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 223,\n                                \"title\": \"sections.2.items.2.questions.3.title\",\n                                \"short_title\": \"sections.2.items.2.questions.3.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_ACC\",\n                                    \"PIA_LGL_PORT\",\n                                    \"PIA_DEF_ACC\",\n                                    \"PIA_DEF_PORT\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.3.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 224,\n                                \"title\": \"sections.2.items.2.questions.4.title\",\n                                \"short_title\": \"sections.2.items.2.questions.4.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_EFF\",\n                                    \"PIA_LGL_RECT\",\n                                    \"PIA_DEF_EFF\",\n                                    \"PIA_DEF_RECT\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.4.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 225,\n                                \"title\": \"sections.2.items.2.questions.5.title\",\n                                \"short_title\": \"sections.2.items.2.questions.5.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_LIM\",\n                                    \"PIA_DEF_LIM\",\n                                    \"PIA_DEF_OPP\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.5.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 226,\n                                \"title\": \"sections.2.items.2.questions.6.title\",\n                                \"short_title\": \"sections.2.items.2.questions.6.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_ST\",\n                                    \"PIA_DEF_ST\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.6.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 227,\n                                \"title\": \"sections.2.items.2.questions.7.title\",\n                                \"short_title\": \"sections.2.items.2.questions.7.short_title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_LGL_TRAN\",\n                                    \"PIA_CUSTOM_22\"\n                                ],\n                                \"placeholder\": \"sections.2.items.2.questions.7.placeholder\",\n                                \"answer_type\": \"text\",\n                                \"answer\": \"\",\n                                \"active\": true\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"id\": 3,\n                \"title\": \"sections.3.title\",\n                \"short_help\": \"sections.3.short_help\",\n                \"items\": [\n                    {\n                        \"id\": 1,\n                        \"is_measure\": true,\n                        \"filter_by\": \"measure\",\n                        \"title\": \"sections.3.items.1.title\",\n                        \"link_knowledge_base\": [],\n                        \"evaluation_mode\": \"question\",\n                        \"short_help\": \"sections.3.items.1.short_help\",\n                        \"answers\": []\n                    },\n                    {\n                        \"id\": 2,\n                        \"title\": \"sections.3.items.2.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"evaluation_with_gauge\": true,\n                        \"short_help\": \"sections.3.items.2.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 321,\n                                \"title\": \"sections.3.items.2.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.1.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 322,\n                                \"title\": \"sections.3.items.2.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_MEN\",\n                                    \"PIA_EX_MENA\",\n                                    \"PIA_EX_MENM\",\n                                    \"PIA_EX_MENI\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.2.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 323,\n                                \"title\": \"sections.3.items.2.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_SRC\",\n                                    \"PIA_EX_HUMI\",\n                                    \"PIA_EX_HUME\",\n                                    \"PIA_EX_NHUM\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.3.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 324,\n                                \"title\": \"sections.3.items.2.questions.4.title\",\n                                \"is_measure\": true,\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_MES\",\n                                    \"PIA_METHOD_MES\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.4.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 325,\n                                \"title\": \"sections.3.items.2.questions.5.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_DEF_GRV\",\n                                    \"PIA_EX_IMPN\",\n                                    \"PIA_EX_IMPL\",\n                                    \"PIA_EX_IMPI\",\n                                    \"PIA_EX_IMPM\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.5.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-access_x\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 326,\n                                \"title\": \"sections.3.items.2.questions.6.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_ACCI\",\n                                    \"PIA_DEF_VRA\",\n                                    \"PIA_EX_VRAN\",\n                                    \"PIA_EX_VRAL\",\n                                    \"PIA_EX_VRAI\",\n                                    \"PIA_EX_VRAM\",\n                                    \"PIA_CUSTOM_32\"\n                                ],\n                                \"placeholder\": \"sections.3.items.2.questions.6.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-access_y\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 3,\n                        \"title\": \"sections.3.items.3.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"evaluation_with_gauge\": true,\n                        \"short_help\": \"sections.3.items.3.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 331,\n                                \"title\": \"sections.3.items.3.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.1.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 332,\n                                \"title\": \"sections.3.items.3.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_MEN\",\n                                    \"PIA_EX_MENA\",\n                                    \"PIA_EX_MENM\",\n                                    \"PIA_EX_MENI\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.2.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 333,\n                                \"title\": \"sections.3.items.3.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_SRC\",\n                                    \"PIA_EX_HUMI\",\n                                    \"PIA_EX_HUME\",\n                                    \"PIA_EX_NHUM\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.3.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 334,\n                                \"title\": \"sections.3.items.3.questions.4.title\",\n                                \"is_measure\": true,\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_MES\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.4.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 335,\n                                \"title\": \"sections.3.items.3.questions.5.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_GRV\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_EX_IMPN\",\n                                    \"PIA_EX_IMPL\",\n                                    \"PIA_EX_IMPI\",\n                                    \"PIA_EX_IMPM\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.5.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-change_x\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 336,\n                                \"title\": \"sections.3.items.3.questions.6.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_MODI\",\n                                    \"PIA_DEF_VRA\",\n                                    \"PIA_EX_VRAN\",\n                                    \"PIA_EX_VRAL\",\n                                    \"PIA_EX_VRAI\",\n                                    \"PIA_EX_VRAM\",\n                                    \"PIA_CUSTOM_33\"\n                                ],\n                                \"placeholder\": \"sections.3.items.3.questions.6.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-change_y\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 4,\n                        \"title\": \"sections.3.items.4.title\",\n                        \"evaluation_mode\": \"item\",\n                        \"evaluation_with_gauge\": true,\n                        \"short_help\": \"sections.3.items.4.short_help\",\n                        \"questions\": [\n                            {\n                                \"id\": 341,\n                                \"title\": \"sections.3.items.4.questions.1.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.1.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 342,\n                                \"title\": \"sections.3.items.4.questions.2.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_MEN\",\n                                    \"PIA_EX_MENA\",\n                                    \"PIA_EX_MENM\",\n                                    \"PIA_EX_MENI\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.2.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 343,\n                                \"title\": \"sections.3.items.4.questions.3.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_SRC\",\n                                    \"PIA_EX_HUMI\",\n                                    \"PIA_EX_HUME\",\n                                    \"PIA_EX_NHUM\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.3.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 344,\n                                \"title\": \"sections.3.items.4.questions.4.title\",\n                                \"is_measure\": true,\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_MES\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.4.placeholder\",\n                                \"answer_type\": \"list\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 345,\n                                \"title\": \"sections.3.items.4.questions.5.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_GRV\",\n                                    \"PIA_DEF_IMP\",\n                                    \"PIA_EX_IMPN\",\n                                    \"PIA_EX_IMPL\",\n                                    \"PIA_EX_IMPI\",\n                                    \"PIA_EX_IMPM\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.5.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-disappearance_x\",\n                                \"active\": true\n                            },\n                            {\n                                \"id\": 346,\n                                \"title\": \"sections.3.items.4.questions.6.title\",\n                                \"link_knowledge_base\": [\n                                    \"PIA_DEF_IND\",\n                                    \"PIA_DEF_VRA\",\n                                    \"PIA_EX_VRAN\",\n                                    \"PIA_EX_VRAL\",\n                                    \"PIA_EX_VRAI\",\n                                    \"PIA_EX_VRAM\",\n                                    \"PIA_CUSTOM_34\"\n                                ],\n                                \"placeholder\": \"sections.3.items.4.questions.6.placeholder\",\n                                \"answer_type\": \"gauge\",\n                                \"cartography\": \"risk-disappearance_y\",\n                                \"active\": true\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": 5,\n                        \"title\": \"sections.3.items.5.title\",\n                        \"evaluation_mode\": \"\",\n                        \"short_help\": \"sections.3.items.5.short_help\",\n                        \"type\": \"\"\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"title\": \"sections.4.title\",\n                \"short_help\": \"sections.4.short_help\",\n                \"items\": [\n                    {\n                        \"id\": 1,\n                        \"title\": \"sections.4.items.1.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": [\n                            \"PIA_VAL_CART\",\n                            \"PIA_CUSTOM_41\"\n                        ],\n                        \"short_help\": \"sections.4.items.1.short_help\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"title\": \"sections.4.items.2.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": [\n                            \"PIA_VAL_ACT\",\n                            \"PIA_CUSTOM_41\"\n                        ],\n                        \"short_help\": \"sections.4.items.2.short_help\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"title\": \"sections.4.items.3.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": [\n                            \"PIA_VAL_DPO\",\n                            \"PIA_VAL_CONC\",\n                            \"PIA_VAL_RT\",\n                            \"PIA_CUSTOM_41\"\n                        ],\n                        \"short_help\": \"sections.4.items.3.short_help\"\n                    },\n                    {\n                        \"id\": 4,\n                        \"hide\": true,\n                        \"title\": \"sections.4.items.4.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": \"\",\n                        \"short_help\": \"\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"hide\": true,\n                        \"title\": \"sections.4.items.5.title\",\n                        \"evaluation_mode\": \"\",\n                        \"link_knowledge_base\": \"\",\n                        \"short_help\": \"\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"created_at\": \"2021-07-01T12:46:32.102Z\",\n    \"updated_at\": \"2021-07-01T12:46:32.102Z\"\n}"},{"id":"176a0619-1383-4f8d-beef-24b8a19c5d07","name":"404 - Structure not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"structure[name]","value":"Structure name","type":"text"},{"key":"structure[sector_name]","value":"Structure sector name","type":"text"},{"key":"structure[data]","value":"{\"sections\":[{\"id\":1,\"title\":\"sections.1.title\",\"short_help\":\"sections.1.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.1.items.1.title\",\"evaluation_mode\":\"item\",\"short_help\":\"sections.1.items.1.short_help\",\"questions\":[{\"id\":111,\"title\":\"sections.1.items.1.questions.1.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_DEF_FIN\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":112,\"title\":\"sections.1.items.1.questions.2.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_DEF_RT\",\"PIA_DEF_ST\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":113,\"title\":\"sections.1.items.1.questions.3.title\",\"link_knowledge_base\":[\"PIA_LGL_DESC\",\"PIA_CUSTOM_11\"],\"placeholder\":\"sections.1.items.1.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]},{\"id\":2,\"title\":\"sections.1.items.2.title\",\"evaluation_mode\":\"item\",\"short_help\":\"sections.1.items.2.short_help\",\"questions\":[{\"id\":121,\"title\":\"sections.1.items.2.questions.1.title\",\"link_knowledge_base\":[\"PIA_LGL_DATA\",\"PIA_LGL_DEST\",\"PIA_DEF_DCP\",\"PIA_DEF_DEST\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":122,\"title\":\"sections.1.items.2.questions.2.title\",\"link_knowledge_base\":[\"PIA_LGL_LCYC\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":123,\"title\":\"sections.1.items.2.questions.3.title\",\"link_knowledge_base\":[\"PIA_LGL_SUPT\",\"PIA_CUSTOM_12\"],\"placeholder\":\"sections.1.items.2.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]}]},{\"id\":2,\"title\":\"sections.2.title\",\"short_help\":\"sections.2.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.2.items.1.title\",\"evaluation_mode\":\"question\",\"short_help\":\"sections.2.items.2.short_help\",\"questions\":[{\"id\":211,\"title\":\"sections.2.items.1.questions.1.title\",\"short_title\":\"sections.2.items.1.questions.1.short_title\",\"link_knowledge_base\":[\"PIA_LGL_FIN\",\"PIA_DEF_FIN\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":212,\"title\":\"sections.2.items.1.questions.2.title\",\"short_title\":\"sections.2.items.1.questions.2.short_title\",\"link_knowledge_base\":[\"PIA_LGL_FOND\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":213,\"title\":\"sections.2.items.1.questions.3.title\",\"short_title\":\"sections.2.items.1.questions.3.short_title\",\"link_knowledge_base\":[\"PIA_LGL_MINI\",\"PIA_DEF_MINC\",\"PIA_DEF_MIND\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":214,\"title\":\"sections.2.items.1.questions.4.title\",\"short_title\":\"sections.2.items.1.questions.4.short_title\",\"link_knowledge_base\":[\"PIA_DEF_EXA\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.4.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":215,\"title\":\"sections.2.items.1.questions.5.title\",\"short_title\":\"sections.2.items.1.questions.5.short_title\",\"link_knowledge_base\":[\"PIA_LGL_DUR\",\"PIA_CUSTOM_21\"],\"placeholder\":\"sections.2.items.1.questions.5.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]},{\"id\":2,\"title\":\"sections.2.items.2.title\",\"evaluation_mode\":\"question\",\"short_help\":\"sections.2.items.2.short_help\",\"questions\":[{\"id\":221,\"title\":\"sections.2.items.2.questions.1.title\",\"short_title\":\"sections.2.items.2.questions.1.short_title\",\"link_knowledge_base\":[\"PIA_LGL_INFO\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.1.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":222,\"title\":\"sections.2.items.2.questions.2.title\",\"short_title\":\"sections.2.items.2.questions.2.short_title\",\"link_knowledge_base\":[\"PIA_LGL_CONS\",\"PIA_DEF_CONS\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.2.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":223,\"title\":\"sections.2.items.2.questions.3.title\",\"short_title\":\"sections.2.items.2.questions.3.short_title\",\"link_knowledge_base\":[\"PIA_LGL_ACC\",\"PIA_LGL_PORT\",\"PIA_DEF_ACC\",\"PIA_DEF_PORT\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.3.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":224,\"title\":\"sections.2.items.2.questions.4.title\",\"short_title\":\"sections.2.items.2.questions.4.short_title\",\"link_knowledge_base\":[\"PIA_LGL_EFF\",\"PIA_LGL_RECT\",\"PIA_DEF_EFF\",\"PIA_DEF_RECT\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.4.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":225,\"title\":\"sections.2.items.2.questions.5.title\",\"short_title\":\"sections.2.items.2.questions.5.short_title\",\"link_knowledge_base\":[\"PIA_LGL_LIM\",\"PIA_DEF_LIM\",\"PIA_DEF_OPP\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.5.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":226,\"title\":\"sections.2.items.2.questions.6.title\",\"short_title\":\"sections.2.items.2.questions.6.short_title\",\"link_knowledge_base\":[\"PIA_LGL_ST\",\"PIA_DEF_ST\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.6.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true},{\"id\":227,\"title\":\"sections.2.items.2.questions.7.title\",\"short_title\":\"sections.2.items.2.questions.7.short_title\",\"link_knowledge_base\":[\"PIA_LGL_TRAN\",\"PIA_CUSTOM_22\"],\"placeholder\":\"sections.2.items.2.questions.7.placeholder\",\"answer_type\":\"text\",\"answer\":\"\",\"active\":true}]}]},{\"id\":3,\"title\":\"sections.3.title\",\"short_help\":\"sections.3.short_help\",\"items\":[{\"id\":1,\"is_measure\":true,\"filter_by\":\"measure\",\"title\":\"sections.3.items.1.title\",\"link_knowledge_base\":[],\"evaluation_mode\":\"question\",\"short_help\":\"sections.3.items.1.short_help\",\"answers\":[]},{\"id\":2,\"title\":\"sections.3.items.2.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.2.short_help\",\"questions\":[{\"id\":321,\"title\":\"sections.3.items.2.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":322,\"title\":\"sections.3.items.2.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":323,\"title\":\"sections.3.items.2.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":324,\"title\":\"sections.3.items.2.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_MES\",\"PIA_METHOD_MES\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":325,\"title\":\"sections.3.items.2.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_IMP\",\"PIA_DEF_GRV\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-access_x\",\"active\":true},{\"id\":326,\"title\":\"sections.3.items.2.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_ACCI\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_32\"],\"placeholder\":\"sections.3.items.2.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-access_y\",\"active\":true}]},{\"id\":3,\"title\":\"sections.3.items.3.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.3.short_help\",\"questions\":[{\"id\":331,\"title\":\"sections.3.items.3.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":332,\"title\":\"sections.3.items.3.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":333,\"title\":\"sections.3.items.3.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":334,\"title\":\"sections.3.items.3.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_MES\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":335,\"title\":\"sections.3.items.3.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_GRV\",\"PIA_DEF_IMP\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-change_x\",\"active\":true},{\"id\":336,\"title\":\"sections.3.items.3.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_MODI\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_33\"],\"placeholder\":\"sections.3.items.3.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-change_y\",\"active\":true}]},{\"id\":4,\"title\":\"sections.3.items.4.title\",\"evaluation_mode\":\"item\",\"evaluation_with_gauge\":true,\"short_help\":\"sections.3.items.4.short_help\",\"questions\":[{\"id\":341,\"title\":\"sections.3.items.4.questions.1.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_IMP\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.1.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":342,\"title\":\"sections.3.items.4.questions.2.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_MEN\",\"PIA_EX_MENA\",\"PIA_EX_MENM\",\"PIA_EX_MENI\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.2.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":343,\"title\":\"sections.3.items.4.questions.3.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_SRC\",\"PIA_EX_HUMI\",\"PIA_EX_HUME\",\"PIA_EX_NHUM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.3.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":344,\"title\":\"sections.3.items.4.questions.4.title\",\"is_measure\":true,\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_MES\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.4.placeholder\",\"answer_type\":\"list\",\"active\":true},{\"id\":345,\"title\":\"sections.3.items.4.questions.5.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_GRV\",\"PIA_DEF_IMP\",\"PIA_EX_IMPN\",\"PIA_EX_IMPL\",\"PIA_EX_IMPI\",\"PIA_EX_IMPM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.5.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-disappearance_x\",\"active\":true},{\"id\":346,\"title\":\"sections.3.items.4.questions.6.title\",\"link_knowledge_base\":[\"PIA_DEF_IND\",\"PIA_DEF_VRA\",\"PIA_EX_VRAN\",\"PIA_EX_VRAL\",\"PIA_EX_VRAI\",\"PIA_EX_VRAM\",\"PIA_CUSTOM_34\"],\"placeholder\":\"sections.3.items.4.questions.6.placeholder\",\"answer_type\":\"gauge\",\"cartography\":\"risk-disappearance_y\",\"active\":true}]},{\"id\":5,\"title\":\"sections.3.items.5.title\",\"evaluation_mode\":\"\",\"short_help\":\"sections.3.items.5.short_help\",\"type\":\"\"}]},{\"id\":4,\"title\":\"sections.4.title\",\"short_help\":\"sections.4.short_help\",\"items\":[{\"id\":1,\"title\":\"sections.4.items.1.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_CART\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.1.short_help\"},{\"id\":2,\"title\":\"sections.4.items.2.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_ACT\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.2.short_help\"},{\"id\":3,\"title\":\"sections.4.items.3.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":[\"PIA_VAL_DPO\",\"PIA_VAL_CONC\",\"PIA_VAL_RT\",\"PIA_CUSTOM_41\"],\"short_help\":\"sections.4.items.3.short_help\"},{\"id\":4,\"hide\":true,\"title\":\"sections.4.items.4.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":\"\",\"short_help\":\"\"},{\"id\":5,\"hide\":true,\"title\":\"sections.4.items.5.title\",\"evaluation_mode\":\"\",\"link_knowledge_base\":\"\",\"short_help\":\"\"}]}]}","type":"text"},{"key":"structure[created_at]","value":"Thu Jul 01 2021 14:43:23 GMT+0200 (heure d’été d’Europe centrale)","type":"text"}]},"url":{"raw":"http://localhost:3000/structures/:id","host":["http://localhost:3000"],"path":["structures",":id"],"variable":[{"key":"id","value":"10000"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"exception\": \"#<ActiveRecord::RecordNotFound: Couldn't find Structure with 'id'=1000>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 1,\n                \"trace\": \"app/controllers/structures_controller.rb:67:in `set_structure'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 1,\n                \"trace\": \"app/controllers/structures_controller.rb:67:in `set_structure'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 46979698397280,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ae155a0f-26c8-4c3b-b8fe-f06549fa50ac"}],"id":"963fcd14-9a77-4273-bef0-822ec7526ab4","_postman_id":"963fcd14-9a77-4273-bef0-822ec7526ab4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Knowledges","item":[{"name":"Return all knowledge bases","id":"0814db62-ba7a-402f-861b-ea6c034bd530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/knowledge_bases","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["knowledge_bases"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"f59dc4b0-2c41-46e8-b26d-3b4eb6262282","name":"200 - Return all KNOWLEDGE BASE","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/knowledge_bases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"name\": \"test 2\",\n        \"author\": \"test\",\n        \"contributors\": \"test\",\n        \"is_example\": false,\n        \"created_at\": \"2021-06-16T08:34:30.413Z\",\n        \"updated_at\": \"2021-06-16T08:34:30.413Z\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Knowledge base Name\",\n        \"author\": \"Author\",\n        \"contributors\": \"Contributors List\",\n        \"is_example\": false,\n        \"created_at\": \"2021-06-16T08:49:20.317Z\",\n        \"updated_at\": \"2021-07-01T13:26:38.651Z\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"test\",\n        \"author\": \"test\",\n        \"contributors\": \"test\",\n        \"is_example\": false,\n        \"created_at\": \"2021-07-01T13:11:36.439Z\",\n        \"updated_at\": \"2021-07-01T13:11:36.439Z\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Knowledge base Name\",\n        \"author\": \"Author\",\n        \"contributors\": \"Contributors List\",\n        \"is_example\": false,\n        \"created_at\": \"2021-07-01T13:15:36.455Z\",\n        \"updated_at\": \"2021-07-01T13:15:36.455Z\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Knowledge base Name\",\n        \"author\": \"Author\",\n        \"contributors\": \"Contributors List\",\n        \"is_example\": false,\n        \"created_at\": \"2021-07-01T13:26:05.288Z\",\n        \"updated_at\": \"2021-07-01T13:26:05.288Z\"\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Knowledge base Name\",\n        \"author\": \"Author\",\n        \"contributors\": \"Contributors List\",\n        \"is_example\": false,\n        \"created_at\": \"2021-07-01T13:26:12.896Z\",\n        \"updated_at\": \"2021-07-01T13:26:12.896Z\"\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Knowledge base Name\",\n        \"author\": \"Author\",\n        \"contributors\": \"Contributors List\",\n        \"is_example\": false,\n        \"created_at\": \"2021-07-01T13:28:43.377Z\",\n        \"updated_at\": \"2021-07-01T13:28:43.377Z\"\n    }\n]"}],"_postman_id":"0814db62-ba7a-402f-861b-ea6c034bd530"},{"name":"Return a knowledge base","id":"23ab7c4a-afd4-4344-b6af-74f89cb6864f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/knowledge_bases/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["knowledge_bases",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of knowledge base to Fetch</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"ef5a91b2-8a4c-4b93-8d40-ce62cbfbb5a7","name":"200 - Return a KNOWLEDGE BASE","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/knowledge_bases/:id","host":["http://localhost:3000"],"path":["knowledge_bases",":id"],"variable":[{"key":"id","value":"2","description":"(required) ID of knowledge base to Fetch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10,\n    \"name\": \"Knowledge base Name\",\n    \"author\": \"Author\",\n    \"contributors\": \"Contributors List\",\n    \"is_example\": false,\n    \"created_at\": \"2021-07-01T13:28:43.377Z\",\n    \"updated_at\": \"2021-07-01T13:28:43.377Z\"\n}"},{"id":"c3634c30-e9bf-4ae8-b984-57c444022b67","name":"404 - Knowledge base not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/knowledge_bases/:id","host":["http://localhost:3000"],"path":["knowledge_bases",":id"],"variable":[{"key":"id","value":"10","description":"(required) ID of knowledge base to Fetch"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"exception\": \"#<ActiveRecord::RecordNotFound: Couldn't find KnowledgeBase with 'id'=2>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 1,\n                \"trace\": \"app/controllers/knowledge_bases_controller.rb:38:in `get_knowledge_base'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 1,\n                \"trace\": \"app/controllers/knowledge_bases_controller.rb:38:in `get_knowledge_base'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 70256539611540,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"23ab7c4a-afd4-4344-b6af-74f89cb6864f"},{"name":"Delete a knowledge base","id":"7f8980ec-cbb7-4669-8f90-55dce5dd8571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/knowledge_bases/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["knowledge_bases",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of knowledge base to Delete</p>\n","type":"text/plain"},"type":"any","value":"4","key":"id"}]}},"response":[{"id":"9b456136-516f-435d-841e-d1c8babdc7a3","name":"204 - Delete KNOWLEDGE BASE","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/knowledge_bases/:id","host":["http://localhost:3000"],"path":["knowledge_bases",":id"],"variable":[{"key":"id","value":"2","description":"(required) ID of knowledge base to Delete"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"69d3d588-d00d-4a65-876c-ca1e1a6b3830","name":"404- Knowledge base not found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/knowledge_bases/:id","host":["http://localhost:3000"],"path":["knowledge_bases",":id"],"variable":[{"key":"id","value":"2","description":"(required) ID of knowledge base to Delete"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"exception\": \"#<ActiveRecord::RecordNotFound: Couldn't find KnowledgeBase with 'id'=2>\",\n    \"traces\": {\n        \"Application Trace\": [\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 1,\n                \"trace\": \"app/controllers/knowledge_bases_controller.rb:38:in `get_knowledge_base'\"\n            }\n        ],\n        \"Framework Trace\": [\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ],\n        \"Full Trace\": [\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 0,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/core.rb:177:in `find'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 1,\n                \"trace\": \"app/controllers/knowledge_bases_controller.rb:38:in `get_knowledge_base'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 2,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:428:in `block in make_lambda'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 3,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 4,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 5,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 6,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `block in invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 7,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 8,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:513:in `invoke_before'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 9,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:134:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 10,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/callbacks.rb:41:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 11,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/rescue.rb:22:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 12,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 13,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `block in instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 14,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications/instrumenter.rb:24:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 15,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/notifications.rb:180:in `instrument'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 16,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 17,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 18,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/railties/controller_runtime.rb:27:in `process_action'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 19,\n                \"trace\": \"actionpack (6.0.3.6) lib/abstract_controller/base.rb:136:in `process'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 20,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:190:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 21,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_controller/metal.rb:254:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 22,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 23,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:33:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 24,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:49:in `block in serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 25,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `each'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 26,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/journey/router.rb:32:in `serve'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 27,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/routing/route_set.rb:834:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 28,\n                \"trace\": \"rack (2.2.3) lib/rack/etag.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 29,\n                \"trace\": \"rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 30,\n                \"trace\": \"rack (2.2.3) lib/rack/head.rb:12:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 31,\n                \"trace\": \"activerecord (6.0.3.6) lib/active_record/migration.rb:567:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 32,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 33,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/callbacks.rb:101:in `run_callbacks'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 34,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 35,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 36,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 37,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 38,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 39,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:37:in `call_app'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 40,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `block in call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 41,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `block in tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 42,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:28:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 43,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/tagged_logging.rb:80:in `tagged'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 44,\n                \"trace\": \"railties (6.0.3.6) lib/rails/rack/logger.rb:26:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 45,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 46,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 47,\n                \"trace\": \"rack (2.2.3) lib/rack/runtime.rb:22:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 48,\n                \"trace\": \"activesupport (6.0.3.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 49,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/executor.rb:14:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 50,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/static.rb:126:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 51,\n                \"trace\": \"rack (2.2.3) lib/rack/sendfile.rb:110:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 52,\n                \"trace\": \"actionpack (6.0.3.6) lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 53,\n                \"trace\": \"rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 54,\n                \"trace\": \"railties (6.0.3.6) lib/rails/engine.rb:527:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 55,\n                \"trace\": \"puma (4.3.8) lib/puma/configuration.rb:228:in `call'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 56,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:718:in `handle_request'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 57,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:472:in `process_client'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 58,\n                \"trace\": \"puma (4.3.8) lib/puma/server.rb:328:in `block in run'\"\n            },\n            {\n                \"exception_object_id\": 70256471259580,\n                \"id\": 59,\n                \"trace\": \"puma (4.3.8) lib/puma/thread_pool.rb:134:in `block in spawn_thread'\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7f8980ec-cbb7-4669-8f90-55dce5dd8571"},{"name":"Create a knowledge base","id":"e4b3af0a-86de-4d14-a408-2e065dd611ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"knowledge_base[name]","value":"","type":"text"},{"key":"knowledge_base[author]","value":"","type":"text"},{"key":"knowledge_base[contributors]","value":"","type":"text"}]},"url":"http://localhost:3000/knowledge_bases","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["knowledge_bases"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"2a318c26-4bc5-48b4-abbb-f2fd7b8251c6","name":"200 - Create KNOWLEDGE BASE","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"knowledge_base[is_example]","value":"0","type":"text"},{"key":"knowledge_base[name]","value":"Knowledge base Name","type":"text"},{"key":"knowledge_base[author]","value":"Author","type":"text"},{"key":"knowledge_base[contributors]","value":"Contributors List","type":"text"}]},"url":"http://localhost:3000/knowledge_bases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"name\": \"Knowledge base Name\",\n    \"author\": \"Author\",\n    \"contributors\": \"Contributors List\",\n    \"is_example\": false,\n    \"created_at\": \"2021-07-01T13:15:36.455Z\",\n    \"updated_at\": \"2021-07-01T13:15:36.455Z\"\n}"}],"_postman_id":"e4b3af0a-86de-4d14-a408-2e065dd611ae"},{"name":"Update a knowledge base","id":"bf330e25-fa72-43d4-af8f-5de6b1280c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"knowledge_base[name]","value":"","type":"text"},{"key":"knowledge_base[author]","value":"","type":"text"},{"key":"knowledge_base[contributors]","value":"","type":"text"}]},"url":"http://localhost:3000/knowledge_bases/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}},"urlObject":{"path":["knowledge_bases",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"description":{"content":"<p>(required) ID of Knowledge to Update</p>\n","type":"text/plain"},"type":"any","value":"50","key":"id"}]}},"response":[{"id":"2500d9dc-790f-4414-ad31-c9f99b9b0213","name":"200 - Update KNOWLEDGE BASE Copy","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"knowledge_base[name]","value":"Knowledge base Name","type":"text"},{"key":"knowledge_base[author]","value":"Author","type":"text"},{"key":"knowledge_base[contributors]","value":"Contributors List","type":"text"}]},"url":{"raw":"http://localhost:3000/knowledge_bases/:id","host":["http://localhost:3000"],"path":["knowledge_bases",":id"],"variable":[{"key":"id","value":"5","description":"(required) ID of Knowledge to Update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"name\": \"Knowledge base Name\",\n    \"author\": \"Author\",\n    \"contributors\": \"Contributors List\",\n    \"is_example\": false,\n    \"created_at\": \"2021-06-16T08:49:20.317Z\",\n    \"updated_at\": \"2021-07-01T13:26:38.651Z\"\n}"},{"id":"2e62a30d-2295-473b-9034-5ec4c3354bcc","name":"404 - Knowledge base not found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"knowledge_base[name]","value":"Knowledge base Name","type":"text"},{"key":"knowledge_base[author]","value":"Author","type":"text"},{"key":"knowledge_base[contributors]","value":"Contributors List","type":"text"}]},"url":{"raw":"http://localhost:3000/knowledge_bases/:id","host":["http://localhost:3000"],"path":["knowledge_bases",":id"],"variable":[{"key":"id","value":"5","description":"(required) ID of Knowledge to Update"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bf330e25-fa72-43d4-af8f-5de6b1280c26"}],"id":"e377cdfd-dd13-4368-afd1-6ff873aee4cb","_postman_id":"e377cdfd-dd13-4368-afd1-6ff873aee4cb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","id":"86cd3e0c-2b13-4a7a-95ce-ffb6c092cd51","name":"DEPRECATED - PIA Back - Documentation","type":"collection"}}},{"name":"Get server information","id":"2eeae9e4-e15b-4df5-827e-4645e822cb4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/info","urlObject":{"path":["info"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2eeae9e4-e15b-4df5-827e-4645e822cb4a"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"541a8f42-e65d-41e8-ba80-6ce736d9e8f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b5c51f40-9125-48f7-9246-6fe7878b7bd1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost:3000"}]}