{"info":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","description":"<html><head></head><body><p>For API key and value please refer to SOPlanning option page, in \"API access\" menu.\nPut those key and value as a header of your API call.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13456412","collectionId":"0c414616-0f7c-409a-afd8-df760fd3fbd2","publishedId":"Tz5s4wwD","public":true,"customColor":{"top-bar":"9FCC3A","right-sidebar":"C0C0C0","highlight":"EF5B25"},"publishDate":"2021-03-16T10:34:48.000Z"},"item":[{"name":"Users methods","item":[{"name":"users","id":"6f192e1c-4ea8-456e-8bda-99abc59ef283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/users","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["users"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f192e1c-4ea8-456e-8bda-99abc59ef283"},{"name":"users/userID","id":"1ccfa742-ad20-4de8-917a-a10276f40243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/users/userID","description":"<p>\"userID\" contained in url is the unique user identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["users","userID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ccfa742-ad20-4de8-917a-a10276f40243"},{"name":"users/userID","id":"3708edaa-b4ee-4c99-8779-12b73e59fad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://YOUR-SOPLANNING-URL/users/userID?name=Test name&login=testlogin&email=test@test.com&password=test&visible=1&active=1&notification=1&address=&phone=&mobile=&color&job&comment&rights&team_id=&default_hourly_rate","description":"<p>Create/update a user.<br />\"userID\" contained in url is the unique user identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["users","userID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"description":{"content":"<p>User name. Can combine first and last name. Maxlength : 50. Required</p>\n","type":"text/plain"},"key":"name","value":"Test name"},{"description":{"content":"<p>Used in order to log in SOPlanning, can be the same as user ID. Maxlength : 100. Optional. Default : empty</p>\n","type":"text/plain"},"key":"login","value":"testlogin"},{"description":{"content":"<p>Email address. Maxlength : 255. Optional.</p>\n","type":"text/plain"},"key":"email","value":"test@test.com"},{"description":{"content":"<p>Password must be sent in clear, hashed on API side. Maxlength : 50. Optional. Will be overwritten only if not empty</p>\n","type":"text/plain"},"key":"password","value":"test"},{"description":{"content":"<p>User is visible or not in the planning.  Vaue : 1 or 0</p>\n","type":"text/plain"},"key":"visible","value":"1"},{"description":{"content":"<p>User can log in if login and password are set.  Vaue : 1 or 0</p>\n","type":"text/plain"},"key":"active","value":"1"},{"description":{"content":"<p>User receives or not email notifications.  Vaue : 1 or 0</p>\n","type":"text/plain"},"key":"notification","value":"1"},{"description":{"content":"<p>Contact information. Maxlength : 255. Optional. </p>\n","type":"text/plain"},"key":"address","value":""},{"description":{"content":"<p>Contact information. Maxlength : 20. Optional. </p>\n","type":"text/plain"},"key":"phone","value":""},{"description":{"content":"<p>Contact information. Maxlength : 20. Optional. </p>\n","type":"text/plain"},"key":"mobile","value":""},{"description":{"content":"<p>Format : HTML color, Hex code. Length : 6. Optional. Default : FFFFFF</p>\n","type":"text/plain"},"key":"color","value":null},{"description":{"content":"<p>User job, 50 chars max. Optional</p>\n","type":"text/plain"},"key":"job","value":null},{"description":{"content":"<p>Free comment, 255 chars, optional</p>\n","type":"text/plain"},"key":"comment","value":null},{"description":{"content":"<p>Not yet implemented</p>\n","type":"text/plain"},"key":"rights","value":null},{"description":{"content":"<p>Team ID to attach the user to. See Team item. Optional.</p>\n","type":"text/plain"},"key":"team_id","value":""},{"description":{"content":"<p>Numeric value. Optional</p>\n","type":"text/plain"},"key":"default_hourly_rate","value":null}],"variable":[]}},"response":[],"_postman_id":"3708edaa-b4ee-4c99-8779-12b73e59fad6"},{"name":"users/userID","id":"8c28566c-4128-4e55-b429-106d55e558d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://YOUR-SOPLANNING-URL/users/userID","description":"<p>\"userID\" contained in url is the unique user identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["users","userID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c28566c-4128-4e55-b429-106d55e558d6"}],"id":"a2b57243-8bac-4223-9eb0-20db89571a31","event":[{"listen":"prerequest","script":{"id":"ed471f59-5b38-4ec6-b2c2-32463e04c9b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f01e7f97-c8c7-4f0c-9de9-8b9a949e12ee","type":"text/javascript","exec":[""]}}],"_postman_id":"a2b57243-8bac-4223-9eb0-20db89571a31","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}}},{"name":"Projects methods","item":[{"name":"projects","id":"c9c84b76-d497-453d-a1ba-5547a33a449d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/projects?id&name=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["projects"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"description":{"content":"<p>Optional, for search</p>\n","type":"text/plain"},"key":"id","value":null},{"description":{"content":"<p>Optional, for search</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[],"_postman_id":"c9c84b76-d497-453d-a1ba-5547a33a449d"},{"name":"projects/projectID","id":"cc2ef3b9-4956-4640-96df-fdbc060de06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/projects/projectID","description":"<p>\"projectID\" contained in url is the unique project identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["projects","projectID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc2ef3b9-4956-4640-96df-fdbc060de06f"},{"name":"projects/projectID","id":"d62ac5a8-8ab9-4472-ac53-a29e1e6418b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://YOUR-SOPLANNING-URL/projects/projectID?name=Test project 1&owner_id=user1&status_id=todo&delivery=&color&link&comment&group_id&budget_amount&budget_time","description":"<p>Create/update a project.\n\"projectID\" contained in url is the unique project identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["projects","projectID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"description":{"content":"<p>Project name. Maxlength : 50. Required</p>\n","type":"text/plain"},"key":"name","value":"Test project 1"},{"description":{"content":"<p>user ID owner of the project (used for rights). Required</p>\n","type":"text/plain"},"key":"owner_id","value":"user1"},{"description":{"content":"<p>Status used for filters, must match with SOPlanning statutes. Required</p>\n","type":"text/plain"},"key":"status_id","value":"todo"},{"description":{"content":"<p>Delivery date (yyyy-mm-dd). Optional</p>\n","type":"text/plain"},"key":"delivery","value":""},{"description":{"content":"<p>Format : HTML color, Hex code. Length : 6. Optional. Default : FFFFFF</p>\n","type":"text/plain"},"key":"color","value":null},{"description":{"content":"<p>Link address. Maxlength : 500. Optional</p>\n","type":"text/plain"},"key":"link","value":null},{"description":{"content":"<p>Comment. Maxlength : 255. Optional</p>\n","type":"text/plain"},"key":"comment","value":null},{"description":{"content":"<p>Group of project, must match with SOPlanning groups</p>\n","type":"text/plain"},"key":"group_id","value":null},{"description":{"content":"<p>Float, budget of the project (money). Optional</p>\n","type":"text/plain"},"key":"budget_amount","value":null},{"description":{"content":"<p>Float, time budget for the project (number of hours). Optional</p>\n","type":"text/plain"},"key":"budget_time","value":null}],"variable":[]}},"response":[],"_postman_id":"d62ac5a8-8ab9-4472-ac53-a29e1e6418b1"},{"name":"projects/projectID","id":"a4f6e83e-51af-4d47-b740-325027c576f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://YOUR-SOPLANNING-URL/projects/projectID","description":"<p>\"projectID\" contained in url is the unique project identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["projects","projectID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4f6e83e-51af-4d47-b740-325027c576f0"}],"id":"956afea1-9330-4707-be10-3d0ed0cd313d","event":[{"listen":"prerequest","script":{"id":"84816753-f5d6-4cc9-9aa2-33ba45f27f2f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c2ec29ef-19e2-4422-9130-429ce7c5c090","type":"text/javascript","exec":[""]}}],"_postman_id":"956afea1-9330-4707-be10-3d0ed0cd313d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}}},{"name":"Tasks methods","item":[{"name":"tasks","id":"588dda8c-618d-4c10-8f5f-29520f5588c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/tasks","description":"<p>Get SOPlanning tasks</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["tasks"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"disabled":true,"description":{"content":"<p>User ID for filtering. Must exists in SOPlanning DB or will throw an error - OPTIONAL</p>\n","type":"text/plain"},"key":"user_id","value":"user1"},{"disabled":true,"description":{"content":"<p>Project ID for filtering. Must exists in SOPlanning DB or will throw an error - OPTIONAL</p>\n","type":"text/plain"},"key":"project_id","value":"project1"},{"disabled":true,"description":{"content":"<p>Date to start from (included). Will filter on start date of the tasks. Format : YYYY-MM-DD - OPTIONAL</p>\n","type":"text/plain"},"key":"start_date","value":"2021-06-17"},{"disabled":true,"description":{"content":"<p>End date for filtering (included). Will filter on start date of the tasks combined with previous field for a date range. Format : YYYY-MM-DD - OPTIONAL</p>\n","type":"text/plain"},"key":"end_date","value":"2021-06-17"},{"disabled":true,"description":{"content":"<p>Possible values : task_id, user_id, project_id, start_date. Default : task_id</p>\n","type":"text/plain"},"key":"sort_by","value":"user_id"},{"disabled":true,"description":{"content":"<p>Possible values : asc, desc. Default : asc</p>\n","type":"text/plain"},"key":"sort_order","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"588dda8c-618d-4c10-8f5f-29520f5588c0"},{"name":"tasks/taskID","id":"b719971e-06e0-4d4e-962a-94972d0e4595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/api/endpoint/tasks/taskID","description":"<p>\"taskID\" contained in url is the unique task identifier coming from soplanning : digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["api","endpoint","tasks","taskID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"b719971e-06e0-4d4e-962a-94972d0e4595"},{"name":"tasks","id":"8fda7139-e568-4ee1-89e6-71d1b76918aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://YOUR-SOPLANNING-URL/tasks?task_id=&user_id=user1&project_id=test1&link_id&start_date=2021-08-01&end_date=&start_time=&end_time=&duration=08:00&status_id=todo&title=test création&comment&link&resource_id=&place_id&milestone=&custom_field=&creator_id&pause&real_duration","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["tasks"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"description":{"content":"<p>If empty, will create a new task. If provided, will update the relevant task</p>\n","type":"text/plain"},"key":"task_id","value":""},{"description":{"content":"<p>User unique identifier. Mandatory</p>\n","type":"text/plain"},"key":"user_id","value":"user1"},{"description":{"content":"<p>Project unique identifier. Mandatory</p>\n","type":"text/plain"},"key":"project_id","value":"test1"},{"description":{"content":"<p>Link between tasks. If not empty, and same link_id for several tasks, they will be linked</p>\n","type":"text/plain"},"key":"link_id","value":null},{"description":{"content":"<p>Start date of the task (yyyy-mm-dd). Mandatory</p>\n","type":"text/plain"},"key":"start_date","value":"2021-08-01"},{"description":{"content":"<p>End date of the task (yyyy-mm-dd). Optional, Fill this date or start and end time, or duration</p>\n","type":"text/plain"},"key":"end_date","value":""},{"description":{"content":"<p>Start time (hh:mm). Optional, please fill also end time in this case</p>\n","type":"text/plain"},"key":"start_time","value":""},{"description":{"content":"<p>End time (hh:mm). Optional, please fill also start time in this case</p>\n","type":"text/plain"},"key":"end_time","value":""},{"description":{"content":"<p>Duration of the task. Possible values : \"AM\", \"PM\" or duration (hh:mm). Optional, will be used no end date defined, or start and end time</p>\n","type":"text/plain"},"key":"duration","value":"08:00"},{"description":{"content":"<p>Status unique identifier. Mandatory</p>\n","type":"text/plain"},"key":"status_id","value":"todo"},{"description":{"content":"<p>Title of the task, 255 chars max, optional</p>\n","type":"text/plain"},"key":"title","value":"test création"},{"description":{"content":"<p>Free comment, 65000 chars max, optional</p>\n","type":"text/plain"},"key":"comment","value":null},{"description":{"content":"<p>Web link, 65000 chars max, optional</p>\n","type":"text/plain"},"key":"link","value":null},{"description":{"content":"<p>Resource unique identifer, optional</p>\n","type":"text/plain"},"key":"resource_id","value":""},{"description":{"content":"<p>Place unique identifer, optional</p>\n","type":"text/plain"},"key":"place_id","value":null},{"description":{"content":"<p>Define if this task is a milestone. \"yes\" or \"no\" (\"no\" if empty)</p>\n","type":"text/plain"},"key":"milestone","value":""},{"description":{"content":"<p>Free field used to store any custom data. Optional</p>\n","type":"text/plain"},"key":"custom_field","value":""},{"description":{"content":"<p>Will define the task creator, by providing a user_id. If not provided, the creator will be the first user found with all rights (considered as an administrator).</p>\n","type":"text/plain"},"key":"creator_id","value":null},{"description":{"content":"<p>Pause duration (hh:mm), optional</p>\n","type":"text/plain"},"key":"pause","value":null},{"description":{"content":"<p>Real duration of the task for comparison. Float. Optional</p>\n","type":"text/plain"},"key":"real_duration","value":null}],"variable":[]}},"response":[],"_postman_id":"8fda7139-e568-4ee1-89e6-71d1b76918aa"},{"name":"tasks/taskID","id":"6da254fe-4136-4bb1-a703-190369fd2d84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://YOUR-SOPLANNING-URL/tasks/taskID","description":"<p>\"taskID\" contained in url is the unique task identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["tasks","taskID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"6da254fe-4136-4bb1-a703-190369fd2d84"}],"id":"538d1a7b-d1ed-4ff9-9a5f-afa887d9a20b","event":[{"listen":"prerequest","script":{"id":"214e360e-f400-492d-bc27-21d904a0e9c6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1262304-4e0b-4ad0-bd23-f7a02d796d9f","type":"text/javascript","exec":[""]}}],"_postman_id":"538d1a7b-d1ed-4ff9-9a5f-afa887d9a20b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}}},{"name":"Resources methods","item":[{"name":"resources","id":"f5ac4a7e-3ad0-4ff9-b865-7266983ab0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/resources","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["resources"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5ac4a7e-3ad0-4ff9-b865-7266983ab0d5"},{"name":"resources/resourceID","id":"9b438753-edcb-417f-b554-0f51b63ff922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/resources/resourceID","description":"<p>\"resourceID\" contained in url is the unique resource identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["resources","resourceID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b438753-edcb-417f-b554-0f51b63ff922"},{"name":"resources/resourceID","id":"e4c84a7a-6466-4034-9905-77c996e888d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://YOUR-SOPLANNING-URL/resources/resourceID?name&comment&exclusive&color","description":"<p>\"resourceID\" contained in url is the unique place identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["resources","resourceID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"description":{"content":"<p>Resource name, 50 chars max, required</p>\n","type":"text/plain"},"key":"name","value":null},{"description":{"content":"<p>Free comment, 255 chars max, optional</p>\n","type":"text/plain"},"key":"comment","value":null},{"description":{"content":"<p>If \"yes\", the resource cant be assigned twice at the same time. Optional</p>\n","type":"text/plain"},"key":"exclusive","value":null},{"description":{"content":"<p>hexa color (6 chars)</p>\n","type":"text/plain"},"key":"color","value":null}],"variable":[]}},"response":[],"_postman_id":"e4c84a7a-6466-4034-9905-77c996e888d0"},{"name":"resources/resourceID","id":"00156d09-8f39-4f4c-bd87-992499e8d34d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://YOUR-SOPLANNING-URL/resources/resourceID","description":"<p>\"resourceID\" contained in url is the unique resource identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["resources","resourceID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"00156d09-8f39-4f4c-bd87-992499e8d34d"}],"id":"11b7ec24-86c1-4cac-b658-767c6360a1a3","event":[{"listen":"prerequest","script":{"id":"16c2c400-bf3e-4839-8712-5113ae68c936","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f7d18c4-6ad8-4d0a-bfb0-0de2a5f71213","type":"text/javascript","exec":[""]}}],"_postman_id":"11b7ec24-86c1-4cac-b658-767c6360a1a3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}}},{"name":"Places methods","item":[{"name":"places","id":"57162c71-187c-4794-a0d5-07a1dfc3cb6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/places","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["places"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"57162c71-187c-4794-a0d5-07a1dfc3cb6d"},{"name":"places/placeID","id":"70c225a1-3dc8-45e6-a664-31b19a0aefe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/places/placeID","description":"<p>\"placeID\" contained in url is the unique place identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["places","placeID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"70c225a1-3dc8-45e6-a664-31b19a0aefe6"},{"name":"places/placeID","id":"704630c2-f714-4df3-afa0-e46b0a47b78d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://YOUR-SOPLANNING-URL/places/PlaceID?name=&comment&exclusive&color","description":"<p>\"placeID\" contained in url is the unique place identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["places","PlaceID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"description":{"content":"<p>Place name, 50 chars max, required</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>Free comment, 255 chars max, optional</p>\n","type":"text/plain"},"key":"comment","value":null},{"description":{"content":"<p>If \"yes\", the resource cant be assigned twice at the same time. Optional</p>\n","type":"text/plain"},"key":"exclusive","value":null},{"description":{"content":"<p>hexa color (6 chars)</p>\n","type":"text/plain"},"key":"color","value":null}],"variable":[]}},"response":[],"_postman_id":"704630c2-f714-4df3-afa0-e46b0a47b78d"},{"name":"places/placeID","id":"6622af24-9207-4bb5-bba2-75f0136bc237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://YOUR-SOPLANNING-URL/places/placeID","description":"<p>\"placeID\" contained in url is the unique place identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["places","placeID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"6622af24-9207-4bb5-bba2-75f0136bc237"}],"id":"83f5d847-dd8c-480d-8b35-73e0ac22464b","event":[{"listen":"prerequest","script":{"id":"7ec817f0-9cd1-4855-8a8e-a8995a36b683","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dfd9bc61-e54b-4ae3-8e08-1743b8cf5ac1","type":"text/javascript","exec":[""]}}],"_postman_id":"83f5d847-dd8c-480d-8b35-73e0ac22464b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}}},{"name":"Teams methods","item":[{"name":"teams","id":"8eb48cbc-d129-42c1-a8a9-acf9f279a3d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/teams","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["teams"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"8eb48cbc-d129-42c1-a8a9-acf9f279a3d5"},{"name":"teams/teamID","id":"bbf8cb9c-353c-45f0-878c-58a4ce3af04a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/teams/teamID","description":"<p>\"teamID\" contained in url is the unique user team identifier : digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["teams","teamID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbf8cb9c-353c-45f0-878c-58a4ce3af04a"},{"name":"teams","id":"092761b9-0266-415a-9389-a8c025f517b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://YOUR-SOPLANNING-URL/teams?team_id=&name=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["teams"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"description":{"content":"<p>Unique team ID. If not provided, new team will be created</p>\n","type":"text/plain"},"key":"team_id","value":""},{"description":{"content":"<p>Team name, 30 chars max, required</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[],"_postman_id":"092761b9-0266-415a-9389-a8c025f517b7"},{"name":"teams/teamID","id":"e1e6fce1-a38d-4749-82ea-cacac4764c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://YOUR-SOPLANNING-URL/teams/teamID","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["teams","teamID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1e6fce1-a38d-4749-82ea-cacac4764c6b"}],"id":"f0a322b5-00a8-4449-96fd-3a82bdb0179a","event":[{"listen":"prerequest","script":{"id":"e771b5ec-3b64-42b8-bccf-a72aae985e51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73dbc8ef-a8e6-4674-96ba-9b4625043d75","type":"text/javascript","exec":[""]}}],"_postman_id":"f0a322b5-00a8-4449-96fd-3a82bdb0179a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}}},{"name":"Groups methods","item":[{"name":"groups","id":"d1122819-8adb-4e4f-9e86-9d7e647a2556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/resources","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["resources"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1122819-8adb-4e4f-9e86-9d7e647a2556"},{"name":"groups/groupID","id":"74fe4cef-221a-4e66-9093-5ac4c05b881b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/group/groupID","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["group","groupID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"74fe4cef-221a-4e66-9093-5ac4c05b881b"},{"name":"groups","id":"779edda6-a23f-4635-bcf6-805e0c70f687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://YOUR-SOPLANNING-URL/groups?group_id=&name=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["groups"],"host":["https://YOUR-SOPLANNING-URL"],"query":[{"description":{"content":"<p>Unique group ID. If not provided, new team will be created</p>\n","type":"text/plain"},"key":"group_id","value":""},{"description":{"content":"<p>Group name, 30 chars max, required</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[],"_postman_id":"779edda6-a23f-4635-bcf6-805e0c70f687"},{"name":"groups/groupID","id":"4e107985-4a84-46bf-8786-38f7b7e32afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://YOUR-SOPLANNING-URL/groups/groupID","description":"<p>\"groupID\" contained in url is the unique group identifier : letters and digits ONLY. Maxlength : 20. Required</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["groups","groupID"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e107985-4a84-46bf-8786-38f7b7e32afb"}],"id":"06322840-7303-4340-8a1d-ba4eb77e4aec","description":"<p>Groups of projects help to group projects in planning display and manage rights.\n\"groupID\" contained in url is the unique project group identifier : digits ONLY. Maxlength : 20. Required</p>\n","event":[{"listen":"prerequest","script":{"id":"f0e34c5e-22b1-4207-9279-737e4633e548","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e1ab172b-6bf6-4bd5-83dc-22d27de67835","type":"text/javascript","exec":[""]}}],"_postman_id":"06322840-7303-4340-8a1d-ba4eb77e4aec","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}}},{"name":"Statutes methods","item":[{"name":"statutes","id":"0c607919-1071-42f5-ade8-694333a3b186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://YOUR-SOPLANNING-URL/statutes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}},"urlObject":{"path":["statutes"],"host":["https://YOUR-SOPLANNING-URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c607919-1071-42f5-ade8-694333a3b186"}],"id":"62abfd7e-341b-4b66-bd14-18577c1498c0","_postman_id":"62abfd7e-341b-4b66-bd14-18577c1498c0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","id":"0c414616-0f7c-409a-afd8-df760fd3fbd2","name":"soplanning API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"SOPLANNING-API"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"efac87c8-9c59-42b0-b459-86ae61ec0b0d","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"7f327471-e3d4-4b99-8a0f-112a4bc796c3","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"apiURL","value":"https://YOUR-SOPLANNING-URL"},{"key":"apiURL","value":"","disabled":true}]}