{"info":{"_postman_id":"2e24206f-872e-402d-85f0-f5831b8afd43","name":"Joomla 4 API","description":"<html><head></head><body><h2 id=\"joomla-core-apis\">Joomla Core APIs</h2>\n<p>Every URL requires authentication unless designated a public URL. For security in Joomla 4.0.0 we plan to make the default Api Application require a Super User account (as the API Application is brand new), this may get relaxed as the API stabilizes and is well tested in the community. If you are using the basic authentication plugin (currently the only shipped plugin as of Joomla 4 alpha 10) it requires the addition to the curl commands below using --user user_name:password</p>\n<p>Every URL needs to be prepended with the Joomla host before the path (e.g. instead of <code>/api/index.php/v1/article</code> you need <code>http://example.com/api/index.php/v1/article</code>)</p>\n<p>Any names of properties in curly brackets ({}) indicate the property is a variable that should be substituted.</p>\n<p>Unless otherwise noted these APIs were introduced in Joomla 4. For more information on the Joomla API Specification (as opposed to this list of URLs and options) please visit the Joomla Api Specification.</p>\n<p><a href=\"https://docs.joomla.org/J4.x:Joomla_Core_APIs\">docs.joomla.org</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9617873","collectionId":"2e24206f-872e-402d-85f0-f5831b8afd43","publishedId":"Szzj9yJy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-17T05:28:53.000Z"},"item":[{"name":"1 Banners","item":[{"name":"1.1 Banners","item":[{"name":"1.1.1 Get List of Banners","id":"b6361e30-6b38-4460-be73-639b79debecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/banners","urlObject":{"path":["{{base_path}}","banners"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6361e30-6b38-4460-be73-639b79debecd"},{"name":"1.1.2 Get Single Banner","id":"992a10a7-f95b-4233-bb4c-ffb838b8aa3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/banners/{{banner_id}}","urlObject":{"path":["{{base_path}}","banners","{{banner_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"992a10a7-f95b-4233-bb4c-ffb838b8aa3d"},{"name":"1.1.3 Delete Banner","id":"3239184c-8cdf-487f-a806-a1ae065c4f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/banners/{{banner_id}}","urlObject":{"path":["{{base_path}}","banners","{{banner_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3239184c-8cdf-487f-a806-a1ae065c4f51"},{"name":"1.1.4 Create Banner","id":"ad57a707-76a3-4b0f-992e-5674a3ecbb81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"catid\": 3,\n    \"clicks\": 0,\n    \"custombannercode\": \"\",\n    \"description\": \"Text\",\n    \"metakey\": \"\",\n    \"name\": \"Name\",\n    \"params\": {\n        \"alt\": \"\",\n        \"height\": \"\",\n        \"imageurl\": \"\",\n        \"width\": \"\"\n    }\n}"},"url":"{{domain}}/{{base_path}}/banners","urlObject":{"path":["{{base_path}}","banners"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad57a707-76a3-4b0f-992e-5674a3ecbb81"},{"name":"1.1.5 Update Banner","id":"9145d0dc-4846-41ad-b84d-97a957eac4c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"name\",\n    \"catid\": 3,\n    \"description\": \"New Text\",\n    \"name\": \"New Name\"\n}"},"url":"{{domain}}/{{base_path}}/banners/{{banner_id}}","urlObject":{"path":["{{base_path}}","banners","{{banner_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9145d0dc-4846-41ad-b84d-97a957eac4c3"}],"id":"f8b4dece-cb75-44a5-bf6b-b5d5f9b9d75b","_postman_id":"f8b4dece-cb75-44a5-bf6b-b5d5f9b9d75b","description":""},{"name":"1.2 Clients","item":[{"name":"1.2.1 Get List of Clients","id":"164a1d33-70a5-417f-9f41-d4c60c54a198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/clients","urlObject":{"path":["{{base_path}}","banners","clients"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"164a1d33-70a5-417f-9f41-d4c60c54a198"},{"name":"1.2.2 Get Single Client","id":"ee921052-c703-42c1-b257-93035161671b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/clients/{{client_id}}","urlObject":{"path":["{{base_path}}","banners","clients","{{client_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee921052-c703-42c1-b257-93035161671b"},{"name":"1.2.3 Delete Client","id":"c9d61151-3078-4e3e-b805-35df3f32b811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/categories/{{category_id}}","urlObject":{"path":["{{base_path}}","banners","categories","{{category_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9d61151-3078-4e3e-b805-35df3f32b811"},{"name":"1.2.4 Create Client","id":"721eea71-6158-45b6-a956-592780c54df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contact\": \"Name\",\n    \"email\": \"email@mail.com\",\n    \"extrainfo\": \"\",\n    \"metakey\": \"\",\n    \"name\": \"Clients\",\n    \"state\": 1\n}"},"url":"{{domain}}/{{base_path}}/banners/clients","urlObject":{"path":["{{base_path}}","banners","clients"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"721eea71-6158-45b6-a956-592780c54df7"},{"name":"1.2.5 Update Client","id":"737fccbe-5972-461e-94f8-1f4c83754579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contact\": \"new Name\",\n    \"email\": \"newemail@mail.com\",\n    \"name\": \"Clients\"\n}"},"url":"{{domain}}/{{base_path}}/banners/clients/{{client_id}}","urlObject":{"path":["{{base_path}}","banners","clients","{{client_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"737fccbe-5972-461e-94f8-1f4c83754579"}],"id":"cae89951-a230-4feb-a113-a9d54d801341","_postman_id":"cae89951-a230-4feb-a113-a9d54d801341","description":""},{"name":"1.3 Categories","item":[{"name":"1.3.1 Get List of Categories","id":"41fe05dc-69fe-472b-a814-fa25c60eae12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/categories","urlObject":{"path":["{{base_path}}","banners","categories"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"41fe05dc-69fe-472b-a814-fa25c60eae12"},{"name":"1.3.2 Get Single Category","id":"5547d59e-76e3-41cb-a8a3-2c8eee9aa700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/categories/{{category_id}}","urlObject":{"path":["{{base_path}}","banners","categories","{{category_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5547d59e-76e3-41cb-a8a3-2c8eee9aa700"},{"name":"1.3.3 Delete Category","id":"3e49626b-8c51-4434-a09c-1f44f7d411ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/categories/{{category_id}}","urlObject":{"path":["{{base_path}}","banners","categories","{{category_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e49626b-8c51-4434-a09c-1f44f7d411ca"},{"name":"1.3.4 Create Category","id":"5f91ab9d-418e-4074-98eb-5150387d5bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"access\": 1,\n    \"alias\": \"cat\",\n    \"extension\": \"com_banners\",\n    \"language\": \"*\",\n    \"note\": \"\",\n    \"parent_id\": 1,\n    \"published\": 1,\n    \"title\": \"Title\"\n}"},"url":"{{domain}}/{{base_path}}/banners/categories","urlObject":{"path":["{{base_path}}","banners","categories"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f91ab9d-418e-4074-98eb-5150387d5bf4"},{"name":"1.3.5 Update Category","id":"2d97b38c-259a-4e38-ae72-8643664579c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"cat\",\n    \"note\": \"Some Text\",\n    \"parent_id\": 1,\n    \"title\": \"New Title\"\n}"},"url":"{{domain}}/{{base_path}}/banners/categories/{{category_id}}","urlObject":{"path":["{{base_path}}","banners","categories","{{category_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d97b38c-259a-4e38-ae72-8643664579c1"}],"id":"8e528448-0b0f-47c2-9f96-3f912c980372","_postman_id":"8e528448-0b0f-47c2-9f96-3f912c980372","description":""},{"name":"1.4 Content History","item":[{"name":"1.4.1 Get List of Content Histories","id":"e434d144-8adc-4c7b-a022-8690240b95c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/contenthistory/{{banner_id}}","urlObject":{"path":["{{base_path}}","banners","contenthistory","{{banner_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e434d144-8adc-4c7b-a022-8690240b95c4"},{"name":"1.4.2 Toggle Keep Content History","id":"6ef276d4-a2df-49f7-846b-dc3f0957712c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/contenthistory/keep/{{contenthistory_id}}","urlObject":{"path":["{{base_path}}","banners","contenthistory","keep","{{contenthistory_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ef276d4-a2df-49f7-846b-dc3f0957712c"},{"name":"1.4.3 Delete Content Histories","id":"b07b6904-fe6e-4b7e-9ceb-98d95c249920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/banners/contenthistory/{{contenthistory_id}}","urlObject":{"path":["{{base_path}}","banners","contenthistory","{{contenthistory_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b07b6904-fe6e-4b7e-9ceb-98d95c249920"}],"id":"46f0c404-7847-41a4-8809-57c04fa9c068","_postman_id":"46f0c404-7847-41a4-8809-57c04fa9c068","description":""}],"id":"41168f10-6989-4166-9bd5-93c2f2ff0f3d","_postman_id":"41168f10-6989-4166-9bd5-93c2f2ff0f3d","description":""},{"name":"2 Config","item":[{"name":"2.1 Application","item":[{"name":"2.1.1 Get List of Application Configs","id":"5a9fd189-9283-463d-b76e-d3132b9ddc07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/config/application","urlObject":{"path":["{{base_path}}","config","application"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a9fd189-9283-463d-b76e-d3132b9ddc07"},{"name":"2.1.2 Update Application Config","id":"f26dbf10-b8fa-4570-b275-21d62970d06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"debug\": true,\r\n    \"sitename\": \"123\"\r\n}"},"url":"{{domain}}/{{base_path}}/config/application","urlObject":{"path":["{{base_path}}","config","application"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f26dbf10-b8fa-4570-b275-21d62970d06f"}],"id":"29768f22-744c-473d-9e97-f6100191e19b","_postman_id":"29768f22-744c-473d-9e97-f6100191e19b","description":""},{"name":"2.2 Component","item":[{"name":"2.2.1 Get List of Component Configs","id":"94e95340-a757-471c-a353-4d51d50301dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/config/{{component_name}}","description":"<p>Example \"component_name\" is \"com_content\".</p>\n","urlObject":{"path":["{{base_path}}","config","{{component_name}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94e95340-a757-471c-a353-4d51d50301dc"},{"name":"2.2.2 Update Component Config","id":"b350e56b-fd5f-442d-a590-16b1e90ee9ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"link_titles\": 1\r\n}"},"url":"{{domain}}/{{base_path}}/config/com_content","description":"<p>In this exaple the component is \"com_content\"</p>\n","urlObject":{"path":["{{base_path}}","config","com_content"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b350e56b-fd5f-442d-a590-16b1e90ee9ee"}],"id":"ba38edfb-9f38-49f5-ab8e-6d6392cdbb44","_postman_id":"ba38edfb-9f38-49f5-ab8e-6d6392cdbb44","description":""}],"id":"1112f37e-a18c-4807-94d4-243365dc785d","event":[{"listen":"prerequest","script":{"id":"b58926b9-3ec7-4cd8-97be-f47a27604ded","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c02c09c-db0c-49ce-8e44-54ed59e8ce6e","type":"text/javascript","exec":[""]}}],"_postman_id":"1112f37e-a18c-4807-94d4-243365dc785d","description":""},{"name":"3 Contact","item":[{"name":"3.1 Contact","item":[{"name":"3.1.1 Get List of Contacts","id":"af2869f6-ad7d-4c6c-ad33-2b44ed3a028f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/contacts","urlObject":{"path":["{{base_path}}","contacts"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af2869f6-ad7d-4c6c-ad33-2b44ed3a028f"},{"name":"3.1.2 Get Single Contact","id":"77275ce7-224e-4266-9716-65fe25048373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/contacts/{{constant_id}}","urlObject":{"path":["{{base_path}}","contacts","{{constant_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77275ce7-224e-4266-9716-65fe25048373"},{"name":"3.1.3 Delete Contact","id":"15323c69-ee8d-414f-8039-f30814b88e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/contacts/{{constant_id}}","urlObject":{"path":["{{base_path}}","contacts","{{constant_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15323c69-ee8d-414f-8039-f30814b88e80"},{"name":"3.1.4 Create Contact","id":"ff43583f-f5e0-4d27-aa7f-d136137e79e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"contact\",\n    \"catid\": 4,\n    \"language\": \"*\",\n    \"name\": \"Contact\"\n}"},"url":"{{domain}}/{{base_path}}/contacts","urlObject":{"path":["{{base_path}}","contacts"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff43583f-f5e0-4d27-aa7f-d136137e79e0"},{"name":"3.1.5 Update Contact","id":"660190bb-f7fa-4fd5-877d-013383e8b772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"contact\",\n    \"catid\": 4,\n    \"name\": \"New Contact\"\n}"},"url":"{{domain}}/{{base_path}}/contacts/{{constant_id}}","urlObject":{"path":["{{base_path}}","contacts","{{constant_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"660190bb-f7fa-4fd5-877d-013383e8b772"},{"name":"3.1.6 Submit Contact Form","id":"9afee5fe-edaa-4ccb-9597-f377f39d57da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contact_email\": \"email@mail.com\",\n    \"contact_message\": \"some text\",\n    \"contact_name\": \"name\",\n    \"contact_subject\": \"subject\"\n}"},"url":"{{domain}}/{{base_path}}/contacts/form/{{contact_id}}","urlObject":{"path":["{{base_path}}","contacts","form","{{contact_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9afee5fe-edaa-4ccb-9597-f377f39d57da"}],"id":"c80d4418-419e-468a-9a16-1ea88a78b138","_postman_id":"c80d4418-419e-468a-9a16-1ea88a78b138","description":""},{"name":"3.2 Categories","item":[],"id":"10c82e9b-cc2e-4d4d-90d4-4fa0a471d66f","description":"<ol>\n<li>Route Contact Categories is: \"contact/categories\"</li>\n<li>Working with it is similar to Banners Categories.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"2ece9903-29bf-4504-9ada-bbe382d47c53","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"672d016a-5bcf-4ebf-8d8c-0ccf418492f4","type":"text/javascript","exec":[""]}}],"_postman_id":"10c82e9b-cc2e-4d4d-90d4-4fa0a471d66f"},{"name":"3.3 Fields Contact","item":[{"name":"3.3.1 Get List of Fields Contact","id":"e53d7c59-7e8e-42f2-b4c1-0d99c2607f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/contacts/contact","urlObject":{"path":["{{base_path}}","fields","contacts","contact"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e53d7c59-7e8e-42f2-b4c1-0d99c2607f14"},{"name":"3.3.2 Get Single Field Contact","id":"6ca05cc9-1a31-451e-8f82-1aae3e17ddf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/contacts/contact/{{field_id}}","urlObject":{"path":["{{base_path}}","fields","contacts","contact","{{field_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ca05cc9-1a31-451e-8f82-1aae3e17ddf1"},{"name":"3.3.3 Delete Field Contact","id":"220bc24f-540a-4bfd-9f43-dfa7bd425c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/contacts/contact/{{field_id}}","urlObject":{"path":["{{base_path}}","fields","contacts","contact","{{field_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"220bc24f-540a-4bfd-9f43-dfa7bd425c24"},{"name":"3.3.4 Create Field Contact","id":"a53c9573-20ef-4e91-9e28-fa40576ba351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"access\": 1,\n    \"context\": \"com_contact.contact\",\n    \"default_value\": \"\",\n    \"description\": \"\",\n    \"group_id\": 0,\n    \"label\": \"contact field\",\n    \"language\": \"*\",\n    \"name\": \"contact-field\",\n    \"note\": \"\",\n    \"params\": {\n        \"class\": \"\",\n        \"display\": \"2\",\n        \"display_readonly\": \"2\",\n        \"hint\": \"\",\n        \"label_class\": \"\",\n        \"label_render_class\": \"\",\n        \"layout\": \"\",\n        \"prefix\": \"\",\n        \"render_class\": \"\",\n        \"show_on\": \"\",\n        \"showlabel\": \"1\",\n        \"suffix\": \"\"\n    },\n    \"required\": 0,\n    \"state\": 1,\n    \"title\": \"contact field\",\n    \"type\": \"text\"\n}"},"url":"{{domain}}/{{base_path}}/fields/contacts/contact","urlObject":{"path":["{{base_path}}","fields","contacts","contact"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a53c9573-20ef-4e91-9e28-fa40576ba351"},{"name":"3.3.5 Update Field Contact","id":"ad42e400-f5cb-4fc5-951c-db0392e0236b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"new contact field\",\n    \"name\": \"contact-field\",\n    \"label\": \"contact field\",\n    \"default_value\": \"\",\n    \"type\": \"text\",\n    \"note\": \"\",\n    \"description\": \"Some New Text\"\n}"},"url":"{{domain}}/{{base_path}}/fields/contacts/contact/{{field_id}}","urlObject":{"path":["{{base_path}}","fields","contacts","contact","{{field_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad42e400-f5cb-4fc5-951c-db0392e0236b"}],"id":"b4c70f48-2cfd-4616-abbd-deeaff832193","_postman_id":"b4c70f48-2cfd-4616-abbd-deeaff832193","description":""},{"name":"3.4 Fields Contact Mail","item":[],"id":"dd059b6d-3d48-4f99-a841-b8fc53a4c89a","description":"<ol>\n<li>Route Fields Contact Mail is: \"fields/contact/mail\"</li>\n<li>Working with it is similar to Fields Contact.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"a1c4efd9-8886-4f28-bc6f-44f53f3a5a97","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c3aa5d9-6c48-4b6d-aab6-b94ce085917e","type":"text/javascript","exec":[""]}}],"_postman_id":"dd059b6d-3d48-4f99-a841-b8fc53a4c89a"},{"name":"3.5 Fields Contact Categories","item":[],"id":"4de6eb66-28e9-49f3-aaa9-af1d311d62d9","description":"<ol>\n<li>Route Fields Contact Categories is: \"v1/fields/contact/categories\"</li>\n<li>Working with it is similar to Fields Contact.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"f836f8fa-d7be-4759-a9d9-1bf5cb2e0c83","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"70666412-7403-4d2b-8e81-d37647258eda","type":"text/javascript","exec":[""]}}],"_postman_id":"4de6eb66-28e9-49f3-aaa9-af1d311d62d9"},{"name":"3.6 Groups Fields Contact","item":[{"name":"3.6.1 Get List of Groups Fields Contact","id":"ec699cc7-c1e3-4966-97d3-abc139ac5131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/groups/contact/contact","urlObject":{"path":["{{base_path}}","fields","groups","contact","contact"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec699cc7-c1e3-4966-97d3-abc139ac5131"},{"name":"3.6.2 Get Single Group Fields Contact","id":"68c411a8-379e-4f62-bbc1-03e39094c2d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/groups/contact/contact/{{group_id}}","urlObject":{"path":["{{base_path}}","fields","groups","contact","contact","{{group_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68c411a8-379e-4f62-bbc1-03e39094c2d8"},{"name":"3.6.3 Delete Group Fields Contact","id":"48f84284-f457-48c1-b061-c8fd4c8cfaf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/groups/contact/contact/{{group_id}}","urlObject":{"path":["{{base_path}}","fields","groups","contact","contact","{{group_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48f84284-f457-48c1-b061-c8fd4c8cfaf5"},{"name":"3.6.4 Create Group Fields Contact","id":"cae2c4c2-a648-4ffc-8ca2-3d7690a34b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"access\": 1,\n    \"context\": \"com_contact.contact\",\n    \"default_value\": \"\",\n    \"description\": \"\",\n    \"group_id\": 0,\n    \"label\": \"contact field\",\n    \"language\": \"*\",\n    \"name\": \"contact-field3\",\n    \"note\": \"\",\n    \"params\": {\n        \"class\": \"\",\n        \"display\": \"2\",\n        \"display_readonly\": \"2\",\n        \"hint\": \"\",\n        \"label_class\": \"\",\n        \"label_render_class\": \"\",\n        \"layout\": \"\",\n        \"prefix\": \"\",\n        \"render_class\": \"\",\n        \"show_on\": \"\",\n        \"showlabel\": \"1\",\n        \"suffix\": \"\"\n    },\n    \"required\": 0,\n    \"state\": 1,\n    \"title\": \"contact field\",\n    \"type\": \"text\"\n}"},"url":"{{domain}}/{{base_path}}/fields/groups/contact/contact","urlObject":{"path":["{{base_path}}","fields","groups","contact","contact"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cae2c4c2-a648-4ffc-8ca2-3d7690a34b0f"},{"name":"3.6.5 Update Group Fields Contact","id":"79b6dafc-d7df-4e0a-8a5a-8b851f5965ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"new contact group\",\n    \"note\": \"\",\n    \"description\": \"new description\"\n}"},"url":"{{domain}}/{{base_path}}/fields/groups/contact/contact/{{group_id}}","urlObject":{"path":["{{base_path}}","fields","groups","contact","contact","{{group_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79b6dafc-d7df-4e0a-8a5a-8b851f5965ce"}],"id":"9e5919bc-ea30-4383-9cca-119d4787a845","_postman_id":"9e5919bc-ea30-4383-9cca-119d4787a845","description":""},{"name":"3.7 Group Fields Contact Mail","item":[],"id":"7b2e58c5-8fcc-4b8d-a271-b3c7fc34ea9c","description":"<ol>\n<li>Route Group Fields Contact Mail is: \"fields/groups/contact/mail\"</li>\n<li>Working with it is similar to Group Fields Contact.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"43702ccf-c69f-460e-9802-2f33eb5d10c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cd71094f-7b18-4562-8586-f637a32d1107","type":"text/javascript","exec":[""]}}],"_postman_id":"7b2e58c5-8fcc-4b8d-a271-b3c7fc34ea9c"},{"name":"3.8 Group Fields Contact Categories","item":[],"id":"bb0d878f-6edf-44d5-b37a-bc82eef0daee","description":"<ol>\n<li>Route Group Fields Contact Categories is: \"fields/groups/contact/categories\"</li>\n<li>Working with it is similar to Group Fields Contact.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"7fbc60c3-f24b-4e72-826c-eb2cfba82d1a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e7577d6-0328-4e06-92d6-95308854e8da","type":"text/javascript","exec":[""]}}],"_postman_id":"bb0d878f-6edf-44d5-b37a-bc82eef0daee"},{"name":"3.9 Content History","item":[],"id":"a839ab18-9eb6-4f9d-a9e4-4f48ad39189a","description":"<p>1- Route Content History is: \"contact/contenthistory\"\n2. Working with it is similar to Banners Content History.</p>\n","event":[{"listen":"prerequest","script":{"id":"83d2cedf-5d49-4ec2-82c3-6d965b250570","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b9adb7f-0dd8-4fa7-9d19-638635464794","type":"text/javascript","exec":[""]}}],"_postman_id":"a839ab18-9eb6-4f9d-a9e4-4f48ad39189a"}],"id":"948fb4d9-e798-42e4-92b3-1eac051f773b","_postman_id":"948fb4d9-e798-42e4-92b3-1eac051f773b","description":""},{"name":"4 Content","item":[{"name":"4.1 Articles","item":[{"name":"4.1.1 Get List of Articles","id":"7cb4b1ab-4203-41bf-b6c8-ae9ffb94ffe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/content/articles","urlObject":{"path":["{{base_path}}","content","articles"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cb4b1ab-4203-41bf-b6c8-ae9ffb94ffe0"},{"name":"4.1.1 Get List of Articles from a Category","id":"471ba35b-ed5f-488c-a7df-3cd0d54256f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/content/articles?filter[category]={{category_id}}","urlObject":{"path":["{{base_path}}","content","articles"],"host":["{{domain}}"],"query":[{"key":"filter[category]","value":"{{category_id}}"}],"variable":[]}},"response":[],"_postman_id":"471ba35b-ed5f-488c-a7df-3cd0d54256f4"},{"name":"4.1.1 Get List of Articles with tags","id":"6477c02d-d3fa-434a-a9ff-9f85d7c1d70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/content/articles?filter[category]={{category_id}}","urlObject":{"path":["{{base_path}}","content","articles"],"host":["{{domain}}"],"query":[{"key":"filter[category]","value":"{{category_id}}"}],"variable":[]}},"response":[],"_postman_id":"6477c02d-d3fa-434a-a9ff-9f85d7c1d70e"},{"name":"4.1.2 Get Single Article","id":"5fb57c73-23a9-48b3-99b9-ae732f7315fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/content/articles/{{article_id}}","urlObject":{"path":["{{base_path}}","content","articles","{{article_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fb57c73-23a9-48b3-99b9-ae732f7315fe"},{"name":"4.1.3 Delete Article","id":"edd5e844-6494-4949-8949-ba81c3c1c64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{domain}}/{{base_path}}/content/articles/{{article_id}}","urlObject":{"path":["{{base_path}}","content","articles","{{article_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edd5e844-6494-4949-8949-ba81c3c1c64d"},{"name":"4.1.4 Create Article","id":"9c771fcc-4d91-43d8-acdc-9c4a8ed03bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"alias\": \"my-article\",\r\n    \"articletext\": \"My text\",\r\n    \"catid\": 64,\r\n    \"language\": \"*\",\r\n    \"metadesc\": \"\",\r\n    \"metakey\": \"\",\r\n    \"title\": \"Here's an article\",\r\n    \"condition\": 1\r\n}"},"url":"{{domain}}/{{base_path}}/content/articles","description":"<p>Currently the options mentioned here are required properties. However the intention is currently to make AT LEAST metakey and metadesc optional in the API.</p>\n","urlObject":{"path":["{{base_path}}","content","articles"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c771fcc-4d91-43d8-acdc-9c4a8ed03bc8"},{"name":"4.1.4 Create Article Published","id":"d46d185f-83d0-4401-9b56-d9ec0154c1df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"alias\": \"my-article\",\r\n    \"articletext\": \"My text\",\r\n    \"catid\": 64,\r\n    \"language\": \"*\",\r\n    \"metadesc\": \"\",\r\n    \"metakey\": \"\",\r\n    \"title\": \"Here's an article\",\r\n    \"state\": 1\r\n}"},"url":"{{domain}}/{{base_path}}/content/articles","description":"<p>Currently the options mentioned here are required properties. However the intention is currently to make AT LEAST metakey and metadesc optional in the API.</p>\n","urlObject":{"path":["{{base_path}}","content","articles"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d46d185f-83d0-4401-9b56-d9ec0154c1df"},{"name":"4.1.5 Update Article","id":"dcafd460-f094-4783-9402-b4a26c2a8ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"catid\": 64,\r\n    \"title\": \"Updated article\"\r\n}"},"url":"{{domain}}/{{base_path}}/content/articles/{{article_id}}","urlObject":{"path":["{{base_path}}","content","articles","{{article_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcafd460-f094-4783-9402-b4a26c2a8ecc"}],"id":"6a3c7080-a14f-4c7d-a5f6-b148a48f8136","event":[{"listen":"prerequest","script":{"id":"ba1058c1-5814-45bb-8df3-b432d3367a09","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"35069a78-c788-4854-b3e4-851da1b57714","type":"text/javascript","exec":[""]}}],"_postman_id":"6a3c7080-a14f-4c7d-a5f6-b148a48f8136","description":""},{"name":"4.2 Categories","item":[{"name":"4.2.1 Get List of Categories","id":"ae59f855-34b7-4239-b870-0137d0a64b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/content/categories","urlObject":{"path":["{{base_path}}","content","categories"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae59f855-34b7-4239-b870-0137d0a64b2e"},{"name":"4.2.1 Get List of Categories + Search","id":"1b624124-8dd0-4ba6-9b16-a8b514ac4dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/content/categories?filter[search]=ID:10","urlObject":{"path":["{{base_path}}","content","categories"],"host":["{{domain}}"],"query":[{"key":"filter[search]","value":"ID:10"}],"variable":[]}},"response":[],"_postman_id":"1b624124-8dd0-4ba6-9b16-a8b514ac4dd9"}],"id":"06ff23aa-2d99-48d7-9c2f-d851633a003a","description":"<ol>\n<li>Route Content Categories is: \"content/categories\"</li>\n<li>Working with it is similar to Banners Categories, note if workflows is enabled then specifying a workflow is required (similarly to the UI)</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"4ff65a48-3e0d-4382-8f64-4a2d7cae838d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"546454ae-2ae7-45c0-93de-bb7ecac51306","type":"text/javascript","exec":[""]}}],"_postman_id":"06ff23aa-2d99-48d7-9c2f-d851633a003a"},{"name":"4.3 Fields Articles","item":[],"id":"62a32cce-03b9-44f4-813b-3058dc5c5f04","description":"<ol>\n<li>Route Fields Articles is: \"fields/content/articles\"</li>\n<li>Working with it is similar to Fields Contact.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"910ed349-df2c-4b68-bb5b-76b8d94055a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b2e7cfe9-ac4d-449e-bfc8-c6f7411a5307","type":"text/javascript","exec":[""]}}],"_postman_id":"62a32cce-03b9-44f4-813b-3058dc5c5f04"},{"name":"4.4 Groups Fields Articles","item":[],"id":"96a91896-8882-4a06-86fe-327387fa37a8","description":"<ol>\n<li>Route Groups Fields Articles is: \"fields/groups/content/articles\"</li>\n<li>Working with it is similar to Groups Fields Contact.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"ce99f1e3-6648-44d0-aa2a-7fe3dd85aa18","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a86dc426-1224-40da-9373-b088c520d517","type":"text/javascript","exec":[""]}}],"_postman_id":"96a91896-8882-4a06-86fe-327387fa37a8"},{"name":"4.5 Fields Categories","item":[],"id":"e570ec0f-8941-428a-90f6-5345bfc4d053","description":"<ol>\n<li>Route Fields Categories is: \"v1/fields/groups/content/categories\"</li>\n<li>Working with it is similar to Fields Contact.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"efe7abc3-3f60-46f7-bc65-380d32234cdf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"739f6102-9019-49d8-bc4b-1d44396be597","type":"text/javascript","exec":[""]}}],"_postman_id":"e570ec0f-8941-428a-90f6-5345bfc4d053"},{"name":"4.6 Content History","item":[],"id":"6d055321-de42-4d64-bb6e-d7c317c136a0","description":"<ol>\n<li>Route Content History is: \"v1/content/article/contenthistory\"</li>\n<li>Working with it is similar to Banners Content History.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"e5ae0262-91f1-4a09-8efc-b02cdcd73649","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"26e76268-ded6-4c00-965a-903b58fba140","type":"text/javascript","exec":[""]}}],"_postman_id":"6d055321-de42-4d64-bb6e-d7c317c136a0"}],"id":"cd5cd6af-2a22-4879-a847-c659a14cdd2b","event":[{"listen":"prerequest","script":{"id":"f53e2edc-2502-491a-bf3e-d5398613f45e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"31b563fe-b4e6-45e4-a296-e0a11e03b2b9","type":"text/javascript","exec":[""]}}],"_postman_id":"cd5cd6af-2a22-4879-a847-c659a14cdd2b","description":""},{"name":"5 Languages","item":[{"name":"5.1 Languages","item":[{"name":"5.1.1 Get List of Languages","id":"b824acc5-e22a-4e3c-be0e-653d78ce0fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/languages","urlObject":{"path":["{{base_path}}","languages"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b824acc5-e22a-4e3c-be0e-653d78ce0fe0"},{"name":"5.1.2 Install Language","id":"7c904cfc-4469-4c34-ad37-a899b3317a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"package\": \"pkg_fr-FR\"\n}"},"url":"{{domain}}/{{base_path}}/languages","urlObject":{"path":["{{base_path}}","languages"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c904cfc-4469-4c34-ad37-a899b3317a3e"}],"id":"5c491ff3-1c56-418c-8e7a-5d43214b1259","_postman_id":"5c491ff3-1c56-418c-8e7a-5d43214b1259","description":""},{"name":"5.2 Content Languages","item":[],"id":"c875a4b0-52e5-41a5-bfa3-d8eee8d90958","_postman_id":"c875a4b0-52e5-41a5-bfa3-d8eee8d90958","description":""},{"name":"5.3 Overrides Languages","item":[],"id":"a67ba9ff-89a8-495e-bba5-b8430ca7f288","_postman_id":"a67ba9ff-89a8-495e-bba5-b8430ca7f288","description":""}],"id":"21a420fc-053c-4138-beff-9633dcf8cbcd","_postman_id":"21a420fc-053c-4138-beff-9633dcf8cbcd","description":""},{"name":"6 Menus","item":[{"name":"6.1 Menus","item":[{"name":"6.1.1 Get List of Menus","id":"ef6cc724-da80-4cea-9a2c-058500a93914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/menus/{{app}}","urlObject":{"path":["{{base_path}}","menus","{{app}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef6cc724-da80-4cea-9a2c-058500a93914"},{"name":"6.1.2 Get Single Menu","id":"e0bc8385-2882-4665-b2f2-a5ed8eb0001e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/menus/{{app}}/{{menu_id}}","urlObject":{"path":["{{base_path}}","menus","{{app}}","{{menu_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0bc8385-2882-4665-b2f2-a5ed8eb0001e"},{"name":"6.1.3 Delete Menu","id":"6cdadf5f-d405-4c83-94e0-820e6caf00f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/menus/{{app}}/{{menu_id}}","urlObject":{"path":["{{base_path}}","menus","{{app}}","{{menu_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cdadf5f-d405-4c83-94e0-820e6caf00f1"},{"name":"6.1.4 Create Menu","id":"dfaa4527-fbb9-4c03-9056-edfae2963734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": 0,\n    \"description\": \"The menu for the site\",\n    \"menutype\": \"menu\",\n    \"title\": \"Menu\"\n}"},"url":"{{domain}}/{{base_path}}/menus/{{app}}","urlObject":{"path":["{{base_path}}","menus","{{app}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfaa4527-fbb9-4c03-9056-edfae2963734"},{"name":"6.1.5 Update Menu","id":"93473572-c794-48cf-a23f-7971e811ab58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"menutype\": \"menu\",\n    \"title\": \"New Menu\"\n}"},"url":"{{domain}}/{{base_path}}/menus/{{app}}/{{menu_id}}","urlObject":{"path":["{{base_path}}","menus","{{app}}","{{menu_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"93473572-c794-48cf-a23f-7971e811ab58"}],"id":"11bf3f90-e091-4f1c-bcd1-7c7df70d24af","_postman_id":"11bf3f90-e091-4f1c-bcd1-7c7df70d24af","description":""},{"name":"6.2 Menus Items","item":[],"id":"3d1648ed-90ec-41bf-a2c5-ded8c52eb5a1","_postman_id":"3d1648ed-90ec-41bf-a2c5-ded8c52eb5a1","description":""}],"id":"6ac385da-724b-4b5b-b020-21c4d9fc9411","_postman_id":"6ac385da-724b-4b5b-b020-21c4d9fc9411","description":""},{"name":"7 Messages","item":[],"id":"136070af-bc3d-4589-9c1f-388e9cda4d4e","_postman_id":"136070af-bc3d-4589-9c1f-388e9cda4d4e","description":""},{"name":"8 Modules","item":[],"id":"0d0a6c70-c8e2-49bd-84f4-69246cc0a16c","_postman_id":"0d0a6c70-c8e2-49bd-84f4-69246cc0a16c","description":""},{"name":"9 Newsfeeds","item":[],"id":"06305408-04e2-41f5-9ab2-e435f6250aa5","_postman_id":"06305408-04e2-41f5-9ab2-e435f6250aa5","description":""},{"name":"10 Privacy","item":[{"name":"10.XX Export Privacy Requests","id":"e5439f76-2b6b-4e9b-86e1-362dfd88581b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/privacy/requests/export/2","urlObject":{"path":["{{base_path}}","privacy","requests","export","2"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5439f76-2b6b-4e9b-86e1-362dfd88581b"}],"id":"418f1359-e887-4b1b-965c-caea0fef8f33","_postman_id":"418f1359-e887-4b1b-965c-caea0fef8f33","description":""},{"name":"11 Redirect","item":[],"id":"8d3a59f8-f030-4088-9047-6681f07aa321","_postman_id":"8d3a59f8-f030-4088-9047-6681f07aa321","description":""},{"name":"12 Tags","item":[{"name":"12.1 Get List of Tags","id":"a728dc50-442d-4965-b725-a0ad573d3b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/tags","urlObject":{"path":["{{base_path}}","tags"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a728dc50-442d-4965-b725-a0ad573d3b82"},{"name":"12.1 Get List of Tags Copy + Search","id":"c6598859-10c1-4009-8355-1790bd565ad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/tags?filter[search]=Mela","urlObject":{"path":["{{base_path}}","tags"],"host":["{{domain}}"],"query":[{"key":"filter[search]","value":"Mela"}],"variable":[]}},"response":[],"_postman_id":"c6598859-10c1-4009-8355-1790bd565ad4"}],"id":"9b0a60c9-7ae3-4d27-abd2-071b69918177","_postman_id":"9b0a60c9-7ae3-4d27-abd2-071b69918177","description":""},{"name":"13 Templates","item":[],"id":"7f4e9df8-5e7e-42c4-8e33-e8e77ca4797e","_postman_id":"7f4e9df8-5e7e-42c4-8e33-e8e77ca4797e","description":""},{"name":"14 Users","item":[{"name":"14.1 Users","item":[{"name":"14.1.1 Get List of Users","id":"dea07298-33d8-401e-86ac-0335b127643e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/users","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dea07298-33d8-401e-86ac-0335b127643e"},{"name":"14.1.1 Get List of Users: Filter groupid","id":"2a25679e-9b34-4811-a612-c5a8a61c5942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users?filter[groupid]={{group_id}}","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[{"key":"filter[groupid]","value":"{{group_id}}"}],"variable":[]}},"response":[],"_postman_id":"2a25679e-9b34-4811-a612-c5a8a61c5942"},{"name":"14.1.1 Get List of Users: Filter lastVisitDateStart","id":"87da57b6-93d6-4ee4-8df6-9aa3513fecda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users?filter[lastVisitDateStart]={{lastVisitDateStart}}","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[{"key":"filter[lastVisitDateStart]","value":"{{lastVisitDateStart}}"}],"variable":[]}},"response":[],"_postman_id":"87da57b6-93d6-4ee4-8df6-9aa3513fecda"},{"name":"14.1.1 Get List of Users: Filter search","id":"008cc27e-48a9-413b-b2b3-e7fab88c81d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users?filter[search]={{search}}","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[{"key":"filter[search]","value":"{{search}}"}],"variable":[]}},"response":[],"_postman_id":"008cc27e-48a9-413b-b2b3-e7fab88c81d7"},{"name":"14.1.1 Get List of Users: Filter state","id":"527bdf50-5bfc-4382-84d3-3d9243eb31e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users?filter[state]=0","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[{"key":"filter[state]","value":"0"}],"variable":[]}},"response":[],"_postman_id":"527bdf50-5bfc-4382-84d3-3d9243eb31e3"},{"name":"14.1.1 Get List of Users: Filter active","id":"fa272469-6b4c-4042-af8e-92433db71f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users?filter[active]=1","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[{"key":"filter[active]","value":"1"}],"variable":[]}},"response":[],"_postman_id":"fa272469-6b4c-4042-af8e-92433db71f75"},{"name":"14.1.1 Get List of Users: Filter registrationDateStart","id":"c2f2b617-1dfd-4804-9105-e453f474a0af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users?filter[registrationDateStart]={{registrationDateStart}}","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[{"key":"filter[registrationDateStart]","value":"{{registrationDateStart}}"}],"variable":[]}},"response":[],"_postman_id":"c2f2b617-1dfd-4804-9105-e453f474a0af"},{"name":"14.1.1 Get List of Users: Filter registrationDateEnd","id":"994965bd-d815-4915-81d0-1d86de81d8aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users?filter[registrationDateEnd]={{registrationDateEnd}}","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[{"key":"filter[registrationDateEnd]","value":"{{registrationDateEnd}}"}],"variable":[]}},"response":[],"_postman_id":"994965bd-d815-4915-81d0-1d86de81d8aa"},{"name":"14.1.1 Get List of Users: Combination Filter","id":"b293ca18-ae4a-4e05-b1ff-02d6b827ef72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users?filter[groupid]=8&filter[state]=0&filter[registrationDateEnd]={{registrationDateEnd}}","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[{"key":"filter[groupid]","value":"8"},{"key":"filter[state]","value":"0"},{"key":"filter[registrationDateEnd]","value":"{{registrationDateEnd}}"}],"variable":[]}},"response":[],"_postman_id":"b293ca18-ae4a-4e05-b1ff-02d6b827ef72"},{"name":"14.1.2 Get Single User","id":"4888edd9-8972-482f-a531-670c509ed876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/{{base_path}}/users/{{user_id}}","urlObject":{"path":["{{base_path}}","users","{{user_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4888edd9-8972-482f-a531-670c509ed876"},{"name":"14.1.3 Delete User","id":"4f40afe8-8a3a-4dc1-9f1b-0428d245a31e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/users/{{user_id}}","urlObject":{"path":["{{base_path}}","users","{{user_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f40afe8-8a3a-4dc1-9f1b-0428d245a31e"},{"name":"14.1.4 Create User","id":"d973594d-c836-44eb-a98d-238340d77e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"block\": \"0\",\r\n    \"email\": \"test@mail.com\",\r\n    \"groups\": [\r\n        \"2\"\r\n    ],\r\n    \"id\": \"0\",\r\n    \"lastResetTime\": \"\",\r\n    \"lastvisitDate\": \"\",\r\n    \"name\": \"nnn\",\r\n    \"params\": {\r\n        \"admin_language\": \"\",\r\n        \"admin_style\": \"\",\r\n        \"editor\": \"\",\r\n        \"helpsite\": \"\",\r\n        \"language\": \"\",\r\n        \"timezone\": \"\"\r\n    },\r\n    \"password\": \"qwertyqwerty123\",\r\n    \"password2\": \"qwertyqwerty123\",\r\n    \"registerDate\": \"\",\r\n    \"requireReset\": \"0\",\r\n    \"resetCount\": \"0\",\r\n    \"sendEmail\": \"0\",\r\n    \"username\": \"ad\"\r\n}"},"url":"{{domain}}/{{base_path}}/users","description":"<p>Currently the options mentioned here are required properties. However the intention is currently to make AT LEAST metakey and metadesc optional in the API.</p>\n","urlObject":{"path":["{{base_path}}","users"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d973594d-c836-44eb-a98d-238340d77e4f"},{"name":"14.1.5 Update User","id":"2c63cfbf-13c3-4dae-9532-238b3c944fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"new@mail.com\",\r\n    \"groups\": [\r\n        \"2\"\r\n    ],\r\n    \"name\": \"name\",\r\n    \"username\": \"username\"\r\n}"},"url":"{{domain}}/{{base_path}}/users/{{user_id}}","urlObject":{"path":["{{base_path}}","users","{{user_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c63cfbf-13c3-4dae-9532-238b3c944fa3"}],"id":"8741c309-0464-4abb-b09b-a882f28c477c","_postman_id":"8741c309-0464-4abb-b09b-a882f28c477c","description":""},{"name":"14.2 Fields Users","item":[{"name":"14.2.1 Get List of Fields User","id":"f987a3c6-fe66-49c0-83dd-67ded74b6019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/users","urlObject":{"path":["{{base_path}}","fields","users"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f987a3c6-fe66-49c0-83dd-67ded74b6019"},{"name":"14.2.2 Get Single Field User","id":"36c34a67-464c-4fbf-87e8-6f9f6818e980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/users/{{field_id}}","urlObject":{"path":["{{base_path}}","fields","users","{{field_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36c34a67-464c-4fbf-87e8-6f9f6818e980"},{"name":"14.1.3 Delete Field User","id":"278a01ad-2837-4c79-a521-2df34a454f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/fields/users/{{user_id}}","urlObject":{"path":["{{base_path}}","fields","users","{{user_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"278a01ad-2837-4c79-a521-2df34a454f2b"},{"name":"14.2.4 Create Field User","id":"001d7d9b-33b7-4ca2-bfd0-17677c51a907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"access\": 1,\r\n    \"context\": \"com_users.user\",\r\n    \"default_value\": \"\",\r\n    \"description\": \"\",\r\n    \"group_id\": 0,\r\n    \"label\": \"user genre\",\r\n    \"language\": \"*\",\r\n    \"name\": \"user-genre\",\r\n    \"note\": \"\",\r\n    \"params\": {\r\n        \"class\": \"btn-group\",\r\n        \"display\": \"2\",\r\n        \"display_readonly\": \"2\",\r\n        \"hint\": \"\",\r\n        \"label_class\": \"\",\r\n        \"label_render_class\": \"\",\r\n        \"layout\": \"\",\r\n        \"prefix\": \"\",\r\n        \"render_class\": \"\",\r\n        \"show_on\": \"\",\r\n        \"showlabel\": \"1\",\r\n        \"suffix\": \"\"\r\n    },\r\n    \"required\": 1,\r\n    \"state\": 1,\r\n    \"title\": \"user genre\",\r\n    \"type\": \"radio\",\r\n    \"fieldparams\": {\r\n        \"options\": {\r\n            \"__field10\": {\r\n                \"name\": \"Male\",\r\n                \"value\": \"m\"\r\n            },\r\n            \"__field11\": {\r\n                \"name\": \"Female\",\r\n                \"value\": \"f\"\r\n            }\r\n        }\r\n    }\r\n}"},"url":"{{domain}}/{{base_path}}/fields/users","description":"<p>Currently the options mentioned here are required properties. However the intention is currently to make AT LEAST metakey and metadesc optional in the API.</p>\n","urlObject":{"path":["{{base_path}}","fields","users"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"001d7d9b-33b7-4ca2-bfd0-17677c51a907"}],"id":"6709a34b-0698-4176-9135-0bad7040e308","_postman_id":"6709a34b-0698-4176-9135-0bad7040e308","description":""},{"name":"14.3 Groups Fields Users","item":[{"name":"14.3.1 Get List of Groups Fields User","id":"159f9b4a-6f04-4cad-9930-3ea8d4ee1692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/groups/users","urlObject":{"path":["{{base_path}}","groups","users"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"159f9b4a-6f04-4cad-9930-3ea8d4ee1692"},{"name":"14.3.2 Get Single Group Fields User","id":"cfe46aee-68c4-49df-a4cd-b02aae9fd859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{superuser_token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{domain}}/{{base_path}}/groups/users/{{group_id}}","urlObject":{"path":["{{base_path}}","groups","users","{{group_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfe46aee-68c4-49df-a4cd-b02aae9fd859"}],"id":"69f102e8-70f0-4eb0-9b20-dd6c9f6b1f32","_postman_id":"69f102e8-70f0-4eb0-9b20-dd6c9f6b1f32","description":""}],"id":"085cb152-d5e5-4665-91a2-44fe73b76250","_postman_id":"085cb152-d5e5-4665-91a2-44fe73b76250","description":""}],"event":[{"listen":"prerequest","script":{"id":"cc113453-990a-430f-abf4-76cadf27c5f8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d97da8b8-e67f-45ce-9bbf-c19ba84a4d8d","type":"text/javascript","exec":[""]}}]}