{"info":{"_postman_id":"c077590d-c9a7-4f42-a07c-caacf13bf1f8","name":"Akeneo Table Attribute","description":"<html><head></head><body><h3 id=\"authentication\">Authentication</h3>\n<p>Akeneo core authentication require.</p>\n<h3 id=\"connection\">Connection</h3>\n<p>Create Akeneo connection with the help of this link.</p>\n<p><a href=\"https://api.akeneo.com/getting-started/your-first-tutorial-4x/step-2.html\">Connection</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18536468","collectionId":"c077590d-c9a7-4f42-a07c-caacf13bf1f8","publishedId":"UzQxLPM9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-18T11:36:30.000Z"},"item":[{"name":"The authentication request","event":[{"listen":"prerequest","script":{"id":"40d7d8b5-65a9-4f9c-90e4-963cbf9e144c","exec":["postman.setEnvironmentVariable(","    \"base64ClientIdSecret\", ","    btoa(postman.getEnvironmentVariable(\"clientId\") + ':' + postman.getEnvironmentVariable(\"secret\"))",");",""],"type":"text/javascript"}},{"listen":"test","script":{"id":"8b768e05-e170-407f-aeb1-2859eaf207ae","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.access_token);","postman.setEnvironmentVariable(\"refreshToken\", jsonData.refresh_token);"],"type":"text/javascript"}}],"id":"e55f5828-f0c3-4d55-80f4-2c7b84c09b89","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{base64ClientIdSecret}}"},{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\" : \"{{username}}\",\n    \"password\" : \"{{password}}\",\n    \"grant_type\": \"password\"\n }"},"url":"{{url}}/api/oauth/v1/token","description":"<p>It allows you to authenticate yourself thanks to the credentials you provided in the Postman environment you set up before.</p>\n<p><strong>Video URL:</strong> <a href=\"https://www.loom.com/share/f1c8ec5d4989440c8b61e13efed2a212\">Click Here</a></p>\n","urlObject":{"path":["api","oauth","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1f3e1ff6-7e8a-4750-818e-4294e55cc8c1","name":"The authentication request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{base64ClientIdSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"username\" : \"{{username}}\",\n    \"password\" : \"{{password}}\",\n    \"grant_type\": \"password\"\n }"},"url":"{{url}}/api/oauth/v1/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jul 2022 08:02:17 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-store, private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-WebKit-CSP","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"Expires","value":"Mon, 18 Jul 2022 08:02:18 GMT"},{"key":"Content-Length","value":"263"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"YjNjMDllZTRkNGY3YmZjMjhmZjdhMTMwZDRmYjE2NzIyZjg0MmY0NmFhZGFmMjRlNzIwOWUwMmQ5MGJjZWQ3NA\",\n    \"expires_in\": 3600,\n    \"token_type\": \"bearer\",\n    \"scope\": null,\n    \"refresh_token\": \"YzIxYTEwOTNmNDkwMGYwM2Q5ZGE5ODUzMzY4NzJkZDgwYzBmMTA2OGNkMDJlMDE3N2FjNjg3YWM3NjU1YzY5Mw\"\n}"}],"_postman_id":"e55f5828-f0c3-4d55-80f4-2c7b84c09b89"},{"name":"Akeneo Attributes","id":"0ab3ddbd-c4d8-496b-b2df-9003f6b5f15f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/rest/v1/attributes/{code}","description":"<p>Get Akeneo attribute by passing attribute code.</p>\n<p>Video URL: <a href=\"https://www.loom.com/share/8d62d6f659154081af4e2f9a78c60043\">Click Here</a></p>\n","urlObject":{"path":["api","rest","v1","attributes","{code}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"181bd5ee-ae02-41d6-8518-d8606df64c2e","name":"Akeneo Attributes","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/rest/v1/attributes/Table"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jul 2022 08:02:36 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-WebKit-CSP","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"Content-Length","value":"755"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Table\",\n    \"type\": \"pim_catalog_table\",\n    \"group\": \"other\",\n    \"unique\": false,\n    \"useable_as_grid_filter\": false,\n    \"allowed_extensions\": [],\n    \"metric_family\": null,\n    \"default_metric_unit\": null,\n    \"reference_data_name\": null,\n    \"available_locales\": [],\n    \"max_characters\": null,\n    \"validation_rule\": null,\n    \"validation_regexp\": null,\n    \"wysiwyg_enabled\": null,\n    \"number_min\": null,\n    \"number_max\": null,\n    \"decimals_allowed\": null,\n    \"negative_allowed\": null,\n    \"date_min\": null,\n    \"date_max\": null,\n    \"max_file_size\": null,\n    \"minimum_input_length\": null,\n    \"sort_order\": 0,\n    \"localizable\": false,\n    \"scopable\": false,\n    \"labels\": {\n        \"en_US\": \"Table Attribute\",\n        \"de_DE\": \"Table Attribute\",\n        \"fr_FR\": \"Table Attribute\"\n    },\n    \"guidelines\": {},\n    \"auto_option_sorting\": null,\n    \"default_value\": null,\n    \"group_labels\": {\n        \"en_US\": \"Other\",\n        \"fr_FR\": \"Autre\",\n        \"de_DE\": \"Ander\"\n    }\n}"}],"_postman_id":"0ab3ddbd-c4d8-496b-b2df-9003f6b5f15f"},{"name":"Get details of a specific column","id":"f46d314a-5028-4e94-a372-53bd6edd472d","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/rest/v1/media/attributes/{attributeCode}/column/{code} ","description":"<p>To get details of a specific column of an attribute by passing the attribute code and column code.</p>\n<p><strong>Video URL:</strong> <a href=\"https://www.loom.com/share/132c879eea1f408e8d35626c71cd59a7\">Click Here</a></p>\n","urlObject":{"path":["api","rest","v1","media","attributes","{attributeCode}","column","{code} "],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fc8795df-8e55-4121-a556-8fc4a7ccefb1","name":"Get details of a specific column","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/rest/v1/media/attributes/Table/column/01"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jul 2022 06:48:44 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-WebKit-CSP","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"Content-Length","value":"258"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"code\": \"01\",\n    \"type\": \"text\",\n    \"sortOrder\": 0,\n    \"validations\": \"\\\"[]\\\"\",\n    \"options\": \"[]\",\n    \"columnValues\": {\n        \"de_DE\": {\n            \"id\": 1,\n            \"locale\": \"de_DE\",\n            \"value\": \"Text\"\n        },\n        \"en_US\": {\n            \"id\": 2,\n            \"locale\": \"en_US\",\n            \"value\": \"Text\"\n        },\n        \"fr_FR\": {\n            \"id\": 3,\n            \"locale\": \"fr_FR\",\n            \"value\": \"Text\"\n        }\n    }\n}"}],"_postman_id":"f46d314a-5028-4e94-a372-53bd6edd472d"},{"name":"To get list of all the columns","id":"aeef63a2-c348-4755-b531-5058dc2d554f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/rest/v1/media/attributes/{attributeCode}/columns","description":"<p>To get the list of all the columns of an attribute by passing the attribute code.</p>\n<p><strong>Video URL:</strong> <a href=\"https://www.loom.com/share/342e01c992f34936b60a4dcc83bdacd3\">Click Here</a></p>\n","urlObject":{"path":["api","rest","v1","media","attributes","{attributeCode}","columns"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bac4eb4c-1efb-4b5f-a170-63b9b9f69162","name":"Get a List of all column","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/rest/v1/media/attributes/Table/columns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jul 2022 06:37:59 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-WebKit-CSP","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"Content-Length","value":"3235"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/columns?page=1&limit=10&with_count=false\"\n        },\n        \"first\": {\n            \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/columns?page=1&limit=10&with_count=false\"\n        }\n    },\n    \"current_page\": 1,\n    \"_embedded\": {\n        \"items\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/column/01\"\n                    }\n                },\n                \"id\": 1,\n                \"code\": \"01\",\n                \"type\": \"text\",\n                \"sortOrder\": 0,\n                \"validations\": \"\\\"[]\\\"\",\n                \"options\": \"[]\",\n                \"columnValues\": {\n                    \"de_DE\": {\n                        \"id\": 1,\n                        \"locale\": \"de_DE\",\n                        \"value\": \"Text\"\n                    },\n                    \"en_US\": {\n                        \"id\": 2,\n                        \"locale\": \"en_US\",\n                        \"value\": \"Text\"\n                    },\n                    \"fr_FR\": {\n                        \"id\": 3,\n                        \"locale\": \"fr_FR\",\n                        \"value\": \"Text\"\n                    }\n                }\n            },\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/column/02\"\n                    }\n                },\n                \"id\": 2,\n                \"code\": \"02\",\n                \"type\": \"text\",\n                \"sortOrder\": 0,\n                \"validations\": \"\\\"[\\\\\\\"email\\\\\\\"]\\\"\",\n                \"options\": \"[]\",\n                \"columnValues\": {\n                    \"de_DE\": {\n                        \"id\": 4,\n                        \"locale\": \"de_DE\",\n                        \"value\": \"Email de\"\n                    },\n                    \"en_US\": {\n                        \"id\": 5,\n                        \"locale\": \"en_US\",\n                        \"value\": \"Email\"\n                    },\n                    \"fr_FR\": {\n                        \"id\": 6,\n                        \"locale\": \"fr_FR\",\n                        \"value\": \"Email Fr\"\n                    }\n                }\n            },\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/column/03\"\n                    }\n                },\n                \"id\": 3,\n                \"code\": \"03\",\n                \"type\": \"image\",\n                \"sortOrder\": 0,\n                \"validations\": \"\\\"[]\\\"\",\n                \"options\": \"[]\",\n                \"columnValues\": {\n                    \"de_DE\": {\n                        \"id\": 7,\n                        \"locale\": \"de_DE\",\n                        \"value\": \"Image de\"\n                    },\n                    \"en_US\": {\n                        \"id\": 8,\n                        \"locale\": \"en_US\",\n                        \"value\": \"Image\"\n                    },\n                    \"fr_FR\": {\n                        \"id\": 9,\n                        \"locale\": \"fr_FR\",\n                        \"value\": \"Image fr\"\n                    }\n                }\n            },\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/column/05\"\n                    }\n                },\n                \"id\": 5,\n                \"code\": \"05\",\n                \"type\": \"date\",\n                \"sortOrder\": 0,\n                \"validations\": \"\\\"[\\\\\\\"required\\\\\\\"]\\\"\",\n                \"options\": \"[]\",\n                \"columnValues\": {\n                    \"de_DE\": {\n                        \"id\": 13,\n                        \"locale\": \"de_DE\",\n                        \"value\": \"Date de\"\n                    },\n                    \"en_US\": {\n                        \"id\": 14,\n                        \"locale\": \"en_US\",\n                        \"value\": \"Date\"\n                    },\n                    \"fr_FR\": {\n                        \"id\": 15,\n                        \"locale\": \"fr_FR\",\n                        \"value\": \"Date fr\"\n                    }\n                }\n            },\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/column/06\"\n                    }\n                },\n                \"id\": 6,\n                \"code\": \"06\",\n                \"type\": \"select\",\n                \"sortOrder\": 0,\n                \"validations\": \"\\\"[]\\\"\",\n                \"options\": \"\\\"{\\\\\\\"1\\\\\\\":\\\\\\\"One\\\\\\\",\\\\\\\"2\\\\\\\":\\\\\\\"Two\\\\\\\"}\\\"\",\n                \"columnValues\": {\n                    \"de_DE\": {\n                        \"id\": 16,\n                        \"locale\": \"de_DE\",\n                        \"value\": \"Select de\"\n                    },\n                    \"en_US\": {\n                        \"id\": 17,\n                        \"locale\": \"en_US\",\n                        \"value\": \"Select\"\n                    },\n                    \"fr_FR\": {\n                        \"id\": 18,\n                        \"locale\": \"fr_FR\",\n                        \"value\": \"Select fr\"\n                    }\n                }\n            },\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/column/07\"\n                    }\n                },\n                \"id\": 7,\n                \"code\": \"07\",\n                \"type\": \"refrence\",\n                \"sortOrder\": 0,\n                \"validations\": \"\\\"[]\\\"\",\n                \"options\": \"\\\"{\\\\\\\"refrence\\\\\\\":\\\\\\\"color\\\\\\\"}\\\"\",\n                \"columnValues\": {\n                    \"de_DE\": {\n                        \"id\": 19,\n                        \"locale\": \"de_DE\",\n                        \"value\": \"Reference Entity\"\n                    },\n                    \"en_US\": {\n                        \"id\": 20,\n                        \"locale\": \"en_US\",\n                        \"value\": \"Reference Entity\"\n                    },\n                    \"fr_FR\": {\n                        \"id\": 21,\n                        \"locale\": \"fr_FR\",\n                        \"value\": \"Reference Entity\"\n                    }\n                }\n            },\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://vikas.akeneo6demo.com/api/rest/v1/media/attributes/Table/column/08\"\n                    }\n                },\n                \"id\": 8,\n                \"code\": \"08\",\n                \"type\": \"boolean\",\n                \"sortOrder\": 0,\n                \"validations\": \"\\\"[]\\\"\",\n                \"options\": \"[]\",\n                \"columnValues\": {\n                    \"de_DE\": {\n                        \"id\": 22,\n                        \"locale\": \"de_DE\",\n                        \"value\": \"Boolean\"\n                    },\n                    \"en_US\": {\n                        \"id\": 23,\n                        \"locale\": \"en_US\",\n                        \"value\": \"Boolean\"\n                    },\n                    \"fr_FR\": {\n                        \"id\": 24,\n                        \"locale\": \"fr_FR\",\n                        \"value\": \"Boolean\"\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"aeef63a2-c348-4755-b531-5058dc2d554f"},{"name":"Create a column","id":"55a2690f-979c-4843-82c5-8dbe6baa8e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 14,\n    \"code\": \"14\",\n    \"type\": \"text\",\n    \"sortOrder\": 0,\n    \"validations\": \"\\\"[]\\\"\",\n    \"options\": \"[]\",\n    \"columnValues\": {\n        \"de_DE\": {\n            \"id\": 1,\n            \"locale\": \"de_DE\",\n            \"value\": \"Akeneo column\"\n        },\n        \"en_US\": {\n            \"id\": 2,\n            \"locale\": \"en_US\",\n            \"value\": \"Akeneo column\"\n        },\n        \"fr_FR\": {\n            \"id\": 3,\n            \"locale\": \"fr_FR\",\n            \"value\": \"Akeneo column\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/rest/v1/media/attributes/78/columns","description":"<p>To create a column in an attribute by passing attribute id.</p>\n<p><strong>Video URL:</strong> <a href=\"https://www.loom.com/share/178752b231dc4d88950435fa14b1d6c0\">Click Here</a></p>\n","urlObject":{"path":["api","rest","v1","media","attributes","78","columns"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"affe40b4-1474-4554-8dcd-c91e9f7446ab","name":"Create a column","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 14,\n    \"code\": \"14\",\n    \"type\": \"text\",\n    \"sortOrder\": 0,\n    \"validations\": \"\\\"[]\\\"\",\n    \"options\": \"[]\",\n    \"columnValues\": {\n        \"de_DE\": {\n            \"id\": 1,\n            \"locale\": \"de_DE\",\n            \"value\": \"Akeneo column\"\n        },\n        \"en_US\": {\n            \"id\": 2,\n            \"locale\": \"en_US\",\n            \"value\": \"Akeneo column\"\n        },\n        \"fr_FR\": {\n            \"id\": 3,\n            \"locale\": \"fr_FR\",\n            \"value\": \"Akeneo column\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/rest/v1/media/attributes/78/columns"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 06:09:20 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-WebKit-CSP","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"Content-Length","value":"277"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14,\n    \"code\": \"14\",\n    \"type\": \"text\",\n    \"sortOrder\": \"0\",\n    \"validations\": \"[]\",\n    \"options\": \"\",\n    \"columnValues\": {\n        \"de_DE\": {\n            \"id\": 40,\n            \"locale\": \"de_DE\",\n            \"value\": \"Akeneo column\"\n        },\n        \"en_US\": {\n            \"id\": 41,\n            \"locale\": \"en_US\",\n            \"value\": \"Akeneo column\"\n        },\n        \"fr_FR\": {\n            \"id\": 42,\n            \"locale\": \"fr_FR\",\n            \"value\": \"Akeneo column\"\n        }\n    }\n}"}],"_postman_id":"55a2690f-979c-4843-82c5-8dbe6baa8e77"},{"name":"Edit column","id":"0831bf50-83b6-46b2-8db0-e41d4127674a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"code\": \"01\",\n    \"type\": \"text\",\n    \"sortOrder\": 0,\n    \"validations\": \"\\\"[]\\\"\",\n    \"options\": \"[]\",\n    \"columnValues\": {\n        \"de_DE\": {\n            \"id\": 1,\n            \"locale\": \"de_DE\",\n            \"value\": \"Akeneo Test DE\"\n        },\n        \"en_US\": {\n            \"id\": 2,\n            \"locale\": \"en_US\",\n            \"value\": \"Akeneo Test\"\n        },\n        \"fr_FR\": {\n            \"id\": 3,\n            \"locale\": \"fr_FR\",\n            \"value\": \"Akeneo Test FR\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/rest/v1/media/attribute-column-edit/{attributeColumnId}","description":"<p>To edit a specific column by passing the column id.</p>\n<p><strong>Video URL:</strong> <a href=\"https://www.loom.com/share/fcbad8528516499db421f399412c96e4\">Click Here</a></p>\n","urlObject":{"path":["api","rest","v1","media","attribute-column-edit","{attributeColumnId}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"81e3bb8d-546c-4d7a-af2a-966221e6be73","name":"Edit Column","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"code\": \"01\",\n    \"type\": \"text\",\n    \"sortOrder\": 0,\n    \"validations\": \"\\\"[]\\\"\",\n    \"options\": \"[]\",\n    \"columnValues\": {\n        \"de_DE\": {\n            \"id\": 1,\n            \"locale\": \"de_DE\",\n            \"value\": \"NewText\"\n        },\n        \"en_US\": {\n            \"id\": 2,\n            \"locale\": \"en_US\",\n            \"value\": \"Text\"\n        },\n        \"fr_FR\": {\n            \"id\": 3,\n            \"locale\": \"fr_FR\",\n            \"value\": \"Text\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/rest/v1/media/attribute-column-edit/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jul 2022 07:00:27 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-WebKit-CSP","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"Content-Length","value":"257"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1\",\n    \"code\": \"01\",\n    \"type\": \"text\",\n    \"sortOrder\": \"0\",\n    \"validations\": \"[]\",\n    \"options\": \"\",\n    \"columnValues\": {\n        \"de_DE\": {\n            \"id\": \"1\",\n            \"locale\": \"de_DE\",\n            \"value\": \"NewText\"\n        },\n        \"en_US\": {\n            \"id\": \"2\",\n            \"locale\": \"en_US\",\n            \"value\": \"Text\"\n        },\n        \"fr_FR\": {\n            \"id\": \"3\",\n            \"locale\": \"fr_FR\",\n            \"value\": \"Text\"\n        }\n    }\n}"}],"_postman_id":"0831bf50-83b6-46b2-8db0-e41d4127674a"},{"name":"Delete column","id":"2e8e52b8-d881-477c-b130-8fc9434d72d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/rest/v1/media/attribute-column-delete/13","description":"<p>To delete a specific column by passing the column id.</p>\n<p><strong>Video URL:</strong> <a href=\"https://www.loom.com/share/4d25865758854752a12f9340466420a9\">Click Here</a></p>\n","urlObject":{"path":["api","rest","v1","media","attribute-column-delete","13"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6a618138-7d7e-47c5-9978-8c325fdc9351","name":"Delete column","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/rest/v1/media/attribute-column-delete/13"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 06:14:36 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-Content-Security-Policy","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"X-WebKit-CSP","value":"default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: *.akeneo.com; frame-src *; font-src 'self' data:; connect-src 'self' *.akeneo.com"},{"key":"Content-Length","value":"2"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2e8e52b8-d881-477c-b130-8fc9434d72d8"}]}