{"info":{"_postman_id":"60960bf5-032c-41c2-9f95-7a2dbb12d865","name":"ClimMob's REST APIs","description":"<html><head></head><body><h1 id=\"using-climmobs-rest-api\">Using ClimMob's REST API</h1>\n<p>The ClimMob REST API allows you to query and manage the metadata about your account, field agents, varieties, questions, projects, and forms through the use of access tokens.</p>\n<p>Learn the basics of working with the ClimMob APIs.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>For basic HTTP authentication, you will use the Apikey of your account, this you can find out by visiting your profile at: <a href=\"https://climmob.net/climmob3/profile\">https://climmob.net/climmob3/profile</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Using ClimMob's REST API","slug":"using-climmobs-rest-api"},{"content":"Authentication","slug":"authentication"}],"owner":"13253300","collectionId":"60960bf5-032c-41c2-9f95-7a2dbb12d865","publishedId":"TVYGcxau","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"009551"},"publishDate":"2021-01-07T08:51:01.000Z"},"item":[{"name":"Libraries","item":[{"name":"Field agents","item":[{"name":"Read field agents","id":"5db9a732-9ad4-4fe4-9eb0-138fe8c4e869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readEnumerators?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","readEnumerators"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"02fe0c53-c8cb-4ee6-ac23-59367edd048c","name":"Read field agents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readEnumerators?Apikey=xxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readEnumerators"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:19:47 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"114"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"user_name\": \"bioversityapi\", \"enum_id\": \"martay\", \"enum_name\": \"Mark Taylor\", \"enum_password\": \"secretpasswrod\", \"enum_active\": 1}]"}],"_postman_id":"5db9a732-9ad4-4fe4-9eb0-138fe8c4e869"},{"name":"Create field agents","id":"c438d0db-0e23-4140-80d1-87eeec97232e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"enum_id","value":"","description":"<p>Unique field agent identifier.</p>\n","type":"text"},{"key":"enum_name","value":"","description":"<p>Full name of the field agent.</p>\n","type":"text"},{"key":"enum_password","value":"","description":"<p>Access password.</p>\n","type":"text"},{"key":"enum_password_re","value":"","description":"<p>Password validation.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createEnumerator?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createEnumerator"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"0e9d4533-3ed2-4271-8491-59e3c434cf4f","name":"Create field agents","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"enum_id","value":"elijack","description":"Unique field agent identifier.","type":"text"},{"key":"enum_name","value":"Elisa Jackson","description":"Full name of the field agent.","type":"text"},{"key":"enum_password","value":"elisa12","description":"Access password.","type":"text"},{"key":"enum_password_re","value":"elisa12","description":"Password validation.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createEnumerator?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createEnumerator"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:23:31 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"41"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The field agent was created successfully."}],"_postman_id":"c438d0db-0e23-4140-80d1-87eeec97232e"},{"name":"Update field agent","id":"936bffd9-78c1-4e19-bf9f-2a56bd7687f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"enum_id","value":"","description":"<p>Unique field agent identifier.</p>\n","type":"text"},{"key":"enum_name","value":"","description":"<p>Full name of the field agent.</p>\n","type":"text"},{"key":"enum_active","value":"","description":"<p>0: Inactive</p>\n<p>1: Active</p>\n<p>If the field agent is active can send information.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateEnumerator?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateEnumerator"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"2d5fa491-0680-4950-8f1c-b908f2af9d9d","name":"Update field agent","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"enum_id","value":"elijack","description":"Unique field agent identifier.","type":"text"},{"key":"enum_name","value":"Elisa Jackson A","description":"Full name of the field agent.","type":"text"},{"key":"enum_active","value":"0","description":"0: Inactive - 1: Active\nIf the field agent is active can send information.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateEnumerator?Apikey=xxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateEnumerator"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:27:27 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"42"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The field agent was modified successfully."}],"_postman_id":"936bffd9-78c1-4e19-bf9f-2a56bd7687f0"},{"name":"Update password of the field agent","id":"22e53ad5-e447-4ef6-84f1-62ccaf98ce7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"enum_id","value":"","description":"<p>Unique field agent identifier.</p>\n","type":"text"},{"key":"enum_password","value":"","description":"<p>Current password.</p>\n","type":"text"},{"key":"enum_password_new","value":"","description":"<p>New password.</p>\n","type":"text"},{"key":"enum_password_new_re","value":"","description":"<p>Validation of the new password.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/updatePasswordEnumerator?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updatePasswordEnumerator"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"aa4f5a5a-f4b5-4b0d-a440-b9323a33241e","name":"Update password of the field agent","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"enum_id","value":"martay","description":"Unique field agent identifier.","type":"text"},{"key":"enum_password","value":"secretpasswrod","description":"Current password.","type":"text"},{"key":"enum_password_new","value":"secretpassword","description":"New password.","type":"text"},{"key":"enum_password_new_re","value":"secretpassword","description":"Validation of the new password.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updatePasswordEnumerator?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updatePasswordEnumerator"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 18:11:12 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"39"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The password was modified successfully."}],"_postman_id":"22e53ad5-e447-4ef6-84f1-62ccaf98ce7a"},{"name":"Delete field agent","id":"68520c4c-5f63-48b8-868d-cb52aa171502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"enum_id","value":"","description":"<p>Unique field agent identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteEnumerator?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteEnumerator"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"920e086c-3770-4de1-b77c-378df3ace5b6","name":"Delete field agent","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"enum_id","value":"elijack","description":"Unique field agent identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteEnumerator?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteEnumerator"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:37:27 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"41"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The field agent was deleted successfully."}],"_postman_id":"68520c4c-5f63-48b8-868d-cb52aa171502"}],"id":"220d0acd-9673-46ed-b4b8-e80a035e98d6","description":"<p>Create a list of field agents that you can later use in projects.</p>\n","event":[{"listen":"prerequest","script":{"id":"24531cc5-012c-4f0f-960c-cd0b419ec501","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3204e433-916b-484e-89d7-2bd767ea5fe3","type":"text/javascript","exec":[""]}}],"_postman_id":"220d0acd-9673-46ed-b4b8-e80a035e98d6"},{"name":"Technologies","item":[{"name":"Technology options","item":[{"name":"Read technology options","id":"ada05797-9ae3-4d01-8366-44b89a844509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://climmob.net/climmob3/api/readAlias?Apikey=xxx&tech_id=xxx","urlObject":{"protocol":"https","path":["climmob3","api","readAlias"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique technology identifier.</p>\n","type":"text/plain"},"key":"tech_id","value":"xxx"}],"variable":[]}},"response":[{"id":"11e81768-77f4-48f9-b23a-cb40b19b55e5","name":"Read technology options","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://climmob.net/climmob3/api/readAlias?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx&tech_id=78","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readAlias"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"},{"key":"tech_id","value":"78","description":"Unique technology identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 18:18:01 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"145"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"tech_id\": 78, \"alias_id\": 150, \"alias_name\": \"Black\", \"quantity\": 18}, {\"tech_id\": 78, \"alias_id\": 148, \"alias_name\": \"Blue\", \"quantity\": 20}, {\"tech_id\": 78, \"alias_id\": 151, \"alias_name\": \"Red\", \"quantity\": 21}, {\"tech_id\": 78, \"alias_id\": 1558, \"alias_name\": \"Wheat\", \"quantity\": 1}, {\"tech_id\": 78, \"alias_id\": 149, \"alias_name\": \"White\", \"quantity\": 22}, {\"tech_id\": 78, \"alias_id\": 147, \"alias_name\": \"Yellow\", \"quantity\": 19}]"}],"_postman_id":"ada05797-9ae3-4d01-8366-44b89a844509"},{"name":"Create technology option","id":"19cf65a9-d52c-4e3e-9bac-e04e68425fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"alias_name","value":"","description":"<p>Technology option name.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createAlias?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createAlias"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"c7714c92-9729-4614-9da9-c4c7fa9b0487","name":"Create technology option","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"740","description":"Unique technology identifier.","type":"text"},{"key":"alias_name","value":"Bibb","description":"Technology option name.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createAlias?Apikey=xxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createAlias"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:47:47 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"56"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"tech_id\": 740, \"alias_id\": 3769, \"alias_name\": \"Bibb\"}"},{"id":"c942997e-531a-4f57-aae3-863e4f59359b","name":"Create technology option","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"740","description":"Unique technology identifier.","type":"text"},{"key":"alias_name","value":"Cimarron","description":"Technology option name.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createAlias?Apikey=xxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createAlias"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:47:21 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"60"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"tech_id\": 740, \"alias_id\": 3768, \"alias_name\": \"Cimarron\"}"}],"_postman_id":"19cf65a9-d52c-4e3e-9bac-e04e68425fc5"},{"name":"Update technology option","id":"7c448b30-0857-497a-87b1-74c6f36124b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"alias_id","value":"","description":"<p>Unique technology option identifier.</p>\n","type":"text"},{"key":"alias_name","value":"","description":"<p>Technology option name.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateAlias?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateAlias"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"4e83771f-bc97-4d52-9d37-cb3e21f33290","name":"Update technology option","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"740","description":"Unique technology identifier.","type":"text"},{"key":"alias_id","value":"3769","description":"Unique technology option identifier.","type":"text"},{"key":"alias_name","value":"Bibbia","description":"Technology option name.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateAlias?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateAlias"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 10:10:11 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The technology option was updated successfully."}],"_postman_id":"7c448b30-0857-497a-87b1-74c6f36124b5"},{"name":"Delete technology option","id":"b279aadd-7622-4508-b153-2be2eb112eb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"alias_id","value":"","description":"<p>Unique technology option identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteAlias?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteAlias"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"64e8f32b-b302-4cbd-b5e9-7468d7c0c8e7","name":"Delete technology option","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"740","description":"Unique technology identifier.","type":"text"},{"key":"alias_id","value":"3769","description":"Unique technology option identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteAlias?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteAlias"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 10:12:01 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The alias was deleted successfully."}],"_postman_id":"b279aadd-7622-4508-b153-2be2eb112eb2"}],"id":"e30e0810-a512-47e2-a606-14006a47d8fc","_postman_id":"e30e0810-a512-47e2-a606-14006a47d8fc","description":""},{"name":"Read technologies","id":"7e3a98d4-a25c-4d83-a8b1-b0bafd9344bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readTecnologies?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","readTecnologies"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"c1ab6af7-f94c-41bc-9ded-bc4c09638a7c","name":"Read technologies","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readTecnologies?Apikey=xxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readTecnologies"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:39:13 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"907"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"tech_id\": 109, \"tech_name\": \"Bean varieties\", \"user_name\": \"bioversity\", \"quantity\": 33, \"tech_alias\": [{\"tech_id\": 109, \"alias_id\": 742, \"alias_name\": \"Awash 1\", \"quantity\": 12}, {\"tech_id\": 109, \"alias_id\": 1995, \"alias_name\": \"Awash 2\", \"quantity\": 5}, {\"tech_id\": 109, \"alias_id\": 1996, \"alias_name\": \"Awash Melka\", \"quantity\": 4}, {\"tech_id\": 109, \"alias_id\": 743, \"alias_name\": \"Awash2\", \"quantity\": 7}, {\"tech_id\": 109, \"alias_id\": 1998, \"alias_name\": \"Ayenew\", \"quantity\": 6}, {\"tech_id\": 109, \"alias_id\": 706, \"alias_name\": \"Barley \", \"quantity\": 7}, {\"tech_id\": 109, \"alias_id\": 3566, \"alias_name\": \"Barley2020\", \"quantity\": 0}, {\"tech_id\": 109, \"alias_id\": 3403, \"alias_name\": \"CODMLB033\", \"quantity\": 4}, {\"tech_id\": 109, \"alias_id\": 600, \"alias_name\": \"cvg\", \"quantity\": 10}, {\"tech_id\": 109, \"alias_id\": 1997, \"alias_name\": \"Gofta\", \"quantity\": 6}, {\"tech_id\": 109, \"alias_id\": 1405, \"alias_name\": \"Haricot Bean Varsities\", \"quantity\": 3}, {\"tech_id\": 109, \"alias_id\": 1351, \"alias_name\": \"Highland Sorghum\", \"quantity\": 3}, {\"tech_id\": 109, \"alias_id\": 462, \"alias_name\": \"INTA Centro Sur\", \"quantity\": 24}, {\"tech_id\": 109, \"alias_id\": 461, \"alias_name\": \"INTA Ferroso\", \"quantity\": 22}, {\"tech_id\": 109, \"alias_id\": 458, \"alias_name\": \"INTA Fuerte Sequia\", \"quantity\": 30}, {\"tech_id\": 109, \"alias_id\": 460, \"alias_name\": \"INTA Matagalpa\", \"quantity\": 26}, {\"tech_id\": 109, \"alias_id\": 459, \"alias_name\": \"INTA Rojo\", \"quantity\": 28}, {\"tech_id\": 109, \"alias_id\": 962, \"alias_name\": \"intercroppinng\", \"quantity\": 3}, {\"tech_id\": 109, \"alias_id\": 2750, \"alias_name\": \"KHOLOPHETE\", \"quantity\": 4}, {\"tech_id\": 109, \"alias_id\": 1999, \"alias_name\": \"Kufanzik\", \"quantity\": 5}, {\"tech_id\": 109, \"alias_id\": 2069, \"alias_name\": \"Mangudo, King bird, Wane, Lemu, Ogolcho\", \"quantity\": 3}, {\"tech_id\": 109, \"alias_id\": 741, \"alias_name\": \"Nasir\", \"quantity\": 11}, {\"tech_id\": 109, \"alias_id\": 2749, \"alias_name\": \"NUA 45\", \"quantity\": 6}, {\"tech_id\": 109, \"alias_id\": 2751, \"alias_name\": \"RED KIDNEY \", \"quantity\": 5}, {\"tech_id\": 109, \"alias_id\": 3404, \"alias_name\": \"RWR 2154\", \"quantity\": 3}, {\"tech_id\": 109, \"alias_id\": 2716, \"alias_name\": \"SC Bounty\", \"quantity\": 6}, {\"tech_id\": 109, \"alias_id\": 2714, \"alias_name\": \"SC Caldon\", \"quantity\": 3}, {\"tech_id\": 109, \"alias_id\": 2715, \"alias_name\": \"SC Caledon\", \"quantity\": 6}, {\"tech_id\": 109, \"alias_id\": 2712, \"alias_name\": \"SC Gadra\", \"quantity\": 6}, {\"tech_id\": 109, \"alias_id\": 2713, \"alias_name\": \"SC Ukulinga\", \"quantity\": 6}, {\"tech_id\": 109, \"alias_id\": 845, \"alias_name\": \"SER 125\", \"quantity\": 6}, {\"tech_id\": 109, \"alias_id\": 1938, \"alias_name\": \"tumsa,dedea,moti,shallo,welki,gebelcho,gora,alloshe,hachalu,obsie,dosha,mosisa\", \"quantity\": 3}, {\"tech_id\": 109, \"alias_id\": 3402, \"alias_name\": \"Uyole Njano\", \"quantity\": 4}], \"found\": 1}, {\"tech_id\": 76, \"tech_name\": \"Colores\", \"user_name\": \"bioversity\", \"quantity\": 16, \"tech_alias\": [{\"tech_id\": 76, \"alias_id\": 146, \"alias_name\": \"Amarillo\", \"quantity\": 4}, {\"tech_id\": 76, \"alias_id\": 142, \"alias_name\": \"Azul\", \"quantity\": 4}, {\"tech_id\": 76, \"alias_id\": 143, \"alias_name\": \"Blanco\", \"quantity\": 4}, {\"tech_id\": 76, \"alias_id\": 1304, \"alias_name\": \"boset1\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 1305, \"alias_name\": \"dagem1\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 1308, \"alias_name\": \"dagem22\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 1301, \"alias_name\": \"magna 1\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 145, \"alias_name\": \"Negro\", \"quantity\": 4}, {\"tech_id\": 76, \"alias_id\": 1302, \"alias_name\": \"quncho 1\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 1306, \"alias_name\": \"quncho22\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 144, \"alias_name\": \"Rojo\", \"quantity\": 4}, {\"tech_id\": 76, \"alias_id\": 1299, \"alias_name\": \"tesfa\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 1300, \"alias_name\": \"tesfa 1\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 1309, \"alias_name\": \"tesfa22\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 1303, \"alias_name\": \"tseday1\", \"quantity\": 1}, {\"tech_id\": 76, \"alias_id\": 1307, \"alias_name\": \"tseday22\", \"quantity\": 1}], \"found\": 0}, {\"tech_id\": 78, \"tech_name\": \"Colors\", \"user_name\": \"bioversity\", \"quantity\": 6, \"tech_alias\": [{\"tech_id\": 78, \"alias_id\": 150, \"alias_name\": \"Black\", \"quantity\": 17}, {\"tech_id\": 78, \"alias_id\": 148, \"alias_name\": \"Blue\", \"quantity\": 19}, {\"tech_id\": 78, \"alias_id\": 151, \"alias_name\": \"Red\", \"quantity\": 20}, {\"tech_id\": 78, \"alias_id\": 1558, \"alias_name\": \"Wheat\", \"quantity\": 1}, {\"tech_id\": 78, \"alias_id\": 149, \"alias_name\": \"White\", \"quantity\": 21}, {\"tech_id\": 78, \"alias_id\": 147, \"alias_name\": \"Yellow\", \"quantity\": 18}], \"found\": 4}]"}],"_postman_id":"7e3a98d4-a25c-4d83-a8b1-b0bafd9344bb"},{"name":"Create technology","id":"1feef900-830a-47f8-8d89-6a7afe5871c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_name","value":"","description":"<p>Technology name.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createTechnology?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createTechnology"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"809f1355-6f19-4f17-8ba8-8e07fcaa0765","name":"Create technology","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_name","value":"Lettuce","description":"Technology name.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createTechnology?Apikey=xxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createTechnology"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:41:53 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"76"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"tech_id\": 740, \"tech_name\": \"Lettuce\", \"user_name\": \"bioversityapi\"}"}],"_postman_id":"1feef900-830a-47f8-8d89-6a7afe5871c1"},{"name":"Update technology","id":"adff62f6-1dff-448e-9fce-d67cf7b614de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"tech_name","value":"","description":"<p>Technology name.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateTechnology?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateTechnology"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"f3e8cd16-7f61-4f2b-9808-db25752339cf","name":"Update technology","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"740","description":"Unique technology identifier.","type":"text"},{"key":"tech_name","value":"Lettuces","description":"Technology name.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateTechnology?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateTechnology"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:45:10 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"41"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The technology was modified successfully."}],"_postman_id":"adff62f6-1dff-448e-9fce-d67cf7b614de"},{"name":"Delete technology","id":"207801e8-bb45-4c2f-a323-86283b142864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteTechnology?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteTechnology"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"5d332127-e711-42d9-ba51-1a679bcbd9aa","name":"Delete technology","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tech_id","value":"740","description":"Unique technology identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteTechnology?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteTechnology"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 10:13:21 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"40"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The technology was deleted successfully."}],"_postman_id":"207801e8-bb45-4c2f-a323-86283b142864"}],"id":"1fdd71d3-a045-4922-9058-57e24b904194","description":"<p>Add or check if the ClimMob library has the necessary technologies for your project.</p>\n","_postman_id":"1fdd71d3-a045-4922-9058-57e24b904194"},{"name":"Questions","item":[{"name":"Categories","item":[{"name":"Read categories","id":"b8167974-6a9f-412e-9d77-d6f498c92d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readCategoriesOfQuestions?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","readCategoriesOfQuestions"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"a684ee9a-1c4d-46e3-85cc-75fd1ae104e2","name":"Read categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readCategoriesOfQuestions?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readCategoriesOfQuestions"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 17:49:58 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"229"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"user_name\": \"bioversity\", \"qstgroups_id\": \"4b6b75a86928\", \"qstgroups_name\": \"Registration\", \"numberOfQuestions\": 4}, {\"user_name\": \"bioversity\", \"qstgroups_id\": \"564c8d20919c\", \"qstgroups_name\": \"Participant information\", \"numberOfQuestions\": 8}, {\"user_name\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"qstgroups_name\": \"Crop evaluation\", \"numberOfQuestions\": 39}, {\"user_name\": \"bioversity\", \"qstgroups_id\": \"c455308b81d4\", \"qstgroups_name\": \"Uncategorized\", \"numberOfQuestions\": 1097}, {\"user_name\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_name\": \"Farmer information\", \"numberOfQuestions\": 18}]"}],"_postman_id":"b8167974-6a9f-412e-9d77-d6f498c92d3a"},{"name":"Create category","id":"2bf71005-d3b5-415a-ac16-228a6e04520c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"qstgroups_name","value":"","description":"<p>Name of the category, Can't be repeated</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createCategoryOfQuestions?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createCategoryOfQuestions"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"faea4b08-94dd-4bb3-8fe6-faad86cb5d10","name":"Create category","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"qstgroups_name","value":"Technology information","description":"Name of the category, Can't be repeated","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createCategoryOfQuestions?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createCategoryOfQuestions"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 17:51:20 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"108"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"user_name\": \"bioversityapi\", \"qstgroups_id\": \"6e964221b61d\", \"qstgroups_name\": \"Technology information\"}]"}],"_postman_id":"2bf71005-d3b5-415a-ac16-228a6e04520c"},{"name":"Update category","id":"97758cba-c8cd-4ab2-ba39-c4db5e032612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"qstgroups_id","value":"","description":"<p>Unique category identifier</p>\n","type":"text"},{"key":"qstgroups_name","value":"","description":"<p>Name of the category, Can't be repeated</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateCategoryOfQuestions?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateCategoryOfQuestions"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"332a7cd7-4ff8-44bd-9ec6-87f834a8a971","name":"Update category","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"qstgroups_id","value":"6e964221b61d","description":"Unique category identifier","type":"text"},{"key":"qstgroups_name","value":"Information about technology","description":"Name of the category, Can't be repeated","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateCategoryOfQuestions?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateCategoryOfQuestions"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 17:54:21 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"114"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"user_name\": \"bioversityapi\", \"qstgroups_id\": \"6e964221b61d\", \"qstgroups_name\": \"Information about technology\"}]"}],"_postman_id":"97758cba-c8cd-4ab2-ba39-c4db5e032612"},{"name":"Delete category","id":"5b231a81-a055-42a0-aed8-a1090a7de39c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique category identifier</p>\n","key":"qstgroups_id","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/deleteCategoryOfQuestions?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteCategoryOfQuestions"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"83f5791e-4265-4378-9df5-3e3624474e6b","name":"Delete category","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique category identifier","key":"qstgroups_id","type":"text","value":"6e964221b61d"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteCategoryOfQuestions?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteCategoryOfQuestions"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 17:56:12 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"25"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The category was removed."}],"_postman_id":"5b231a81-a055-42a0-aed8-a1090a7de39c"}],"id":"a841285a-ace7-4072-921d-7c22db37e1d5","description":"<p>The questions that are created in the library will be organized in groups of questions called: Categories, here you can see the different actions that can be done to these.</p>\n","_postman_id":"a841285a-ace7-4072-921d-7c22db37e1d5"},{"name":"Question options","item":[{"name":"Read questions options","id":"4a595618-6f4f-40ce-903b-c53db155e9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readQuestionValues?Apikey=xxx&question_id=xxx","urlObject":{"protocol":"https","path":["climmob3","api","readQuestionValues"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique question identifier.</p>\n","type":"text/plain"},"key":"question_id","value":"xxx"}],"variable":[]}},"response":[{"id":"54ec9296-2f65-415d-b75c-7b06745e2eff","name":"Read questions options","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readQuestionValues?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx&question_id=1790","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readQuestionValues"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"},{"key":"question_id","value":"1790","description":"Unique question identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 09:07:50 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"154"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"question_id\": 1790, \"value_code\": \"1\", \"value_desc\": \"Yes\", \"value_isother\": 0, \"value_isna\": 0, \"value_order\": 1007}, {\"question_id\": 1790, \"value_code\": \"2\", \"value_desc\": \"No\", \"value_isother\": 0, \"value_isna\": 0, \"value_order\": 1008}, {\"question_id\": 1790, \"value_code\": \"3\", \"value_desc\": \"Not applicable\", \"value_isother\": 0, \"value_isna\": 1, \"value_order\": 1009}, {\"question_id\": 1790, \"value_code\": \"4\", \"value_desc\": \"Other\", \"value_isother\": 1, \"value_isna\": 0, \"value_order\": 1010}]"}],"_postman_id":"4a595618-6f4f-40ce-903b-c53db155e9e3"},{"name":"Create questions option","id":"9a75e63c-7f31-473e-931a-d2649378780c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"","description":"<p>Unique question identifier</p>\n","type":"text"},{"key":"value_code","value":"","description":"<p>Unique question option identifier</p>\n","type":"text"},{"key":"value_desc","value":"","description":"<p>Text to show on ODK collect</p>\n","type":"text"},{"key":"value_isna","value":"","type":"text"},{"key":"value_isother","value":"","type":"text"}]},"url":"https://climmob.net/climmob3/api/addQuestionValues?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","addQuestionValues"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"06c3adea-984a-4278-ac97-65afe8612788","name":"Create questions option Not applicable","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"1790","description":"Unique question identifier","type":"text"},{"key":"value_code","value":"3","description":"Unique question option identifier","type":"text"},{"key":"value_desc","value":"Not applicable","description":"Text to show on ODK collect","type":"text"},{"key":"value_isna","value":"1","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addQuestionValues?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addQuestionValues"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 20:10:11 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"34"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The option was successfully added."},{"id":"22a4f8f7-2d71-4b3a-a7c4-b47495738cb4","name":"Create questions option Yes","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"1790","description":"Unique question identifier","type":"text"},{"key":"value_code","value":"1","description":"Unique question option identifier","type":"text"},{"key":"value_desc","value":"Yes","description":"Text to show on ODK collect","type":"text"},{"key":"value_isother","value":"0","description":"0: No\n1: Yes\nIn case the question can have more answers you can create an option called \"Other\", it will create an extra field in the form to write the answer.","type":"text"},{"key":"value_isna","value":"0","description":"0: No\n1: Yes\nIn case the question does not apply in a specific case you can create an option with this definition.\n","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addQuestionValues?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addQuestionValues"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 18:33:50 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"34"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The option was successfully added."},{"id":"2ce115f2-4abc-4fc6-8b2e-22c621345042","name":"Create questions option No","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"1790","description":"Unique question identifier","type":"text"},{"key":"value_code","value":"2","description":"Unique question option identifier","type":"text"},{"key":"value_desc","value":"No","description":"Text to show on ODK collect","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addQuestionValues?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addQuestionValues"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 18:36:50 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"34"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The option was successfully added."},{"id":"709a19c8-8e2f-48fa-a79e-5ccd5ee30240","name":"Create questions option Other","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"1790","description":"Unique question identifier","type":"text"},{"key":"value_code","value":"4","description":"Unique question option identifier","type":"text"},{"key":"value_desc","value":"Other","description":"Text to show on ODK collect","type":"text"},{"key":"value_isna","value":"0","type":"text"},{"key":"value_isother","value":"1","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addQuestionValues?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addQuestionValues"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 09:06:14 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"34"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The option was successfully added."},{"id":"78e28fcc-6e52-4e56-9293-f74e0c5baee9","name":"Read questions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readQuestions?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readQuestions"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 09:19:51 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1254"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"question_id\": 162, \"question_code\": \"QST162\", \"question_name\": \"Package code\", \"question_desc\": \"Package code\", \"question_notes\": \"Give a package to the farmer\", \"question_unit\": \"\", \"question_dtype\": 7, \"question_cmp\": null, \"question_reqinreg\": 1, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 1, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"4b6b75a86928\", \"extra\": null, \"assigned\": 816}, {\"question_id\": 163, \"question_code\": \"QST163\", \"question_name\": \"Select the farmer\", \"question_desc\": \"Select the farmer\", \"question_notes\": \"To select a previously registered farmer.\", \"question_unit\": \"Select a farmer\", \"question_dtype\": 8, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 1, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 1, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 2722}, {\"question_id\": 180, \"question_code\": \"whocontrolstheincome\", \"question_name\": \"Who controls the income\", \"question_desc\": \"Who controls the income\", \"question_notes\": \"Who controls the income\", \"question_unit\": \"\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"c455308b81d4\", \"extra\": null, \"assigned\": 102, \"num_options\": 6}, {\"question_id\": 199, \"question_code\": \"farmername\", \"question_name\": \"Farmer name\", \"question_desc\": \"Farmer name\", \"question_notes\": \"The name of the farmer\", \"question_unit\": \"\", \"question_dtype\": 1, \"question_cmp\": null, \"question_reqinreg\": 1, \"question_reqinasses\": 0, \"question_alwaysinreg\": 1, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 1, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 815}, {\"question_id\": 204, \"question_code\": \"overallperf\", \"question_name\": \"Overall Characteristic\", \"question_desc\": \"Overall Characteristic\", \"question_notes\": \"This is the overall characteristic\", \"question_unit\": \"\", \"question_dtype\": 9, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": \"Overall, which option performed better?\", \"question_negstm\": \"Overall, which option performed worst?\", \"question_twoitems\": \"Overall, which option performed better?\", \"question_moreitems\": \"Overall, which option is at position {{pos}}?\", \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 1, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"extra\": null, \"assigned\": 2057}, {\"question_id\": 205, \"question_code\": \"overallchar\", \"question_name\": \"Overall performace\", \"question_desc\": \"Overall performace\", \"question_notes\": \"Overall performance against local\", \"question_unit\": \"\", \"question_dtype\": 10, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": \"Overall, whichone is best {{option}} or what you usually use?\", \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 1, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"extra\": null, \"assigned\": 150}, {\"question_id\": 206, \"question_code\": \"farmgoelocation\", \"question_name\": \"Farm Geolocation\", \"question_desc\": \"Farm Geolocation\", \"question_notes\": \"The location of the farm. This question should appear in the first assessment\", \"question_unit\": \"\", \"question_dtype\": 4, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"564c8d20919c\", \"extra\": null, \"assigned\": 2232}, {\"question_id\": 1683, \"question_code\": \"biogender\", \"question_name\": \"Gender\", \"question_desc\": \"Select the gender of the participant\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 5, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 0, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 18, \"num_options\": 2}, {\"question_id\": 1684, \"question_code\": \"bioage\", \"question_name\": \"Age\", \"question_desc\": \"How old are you?\", \"question_notes\": null, \"question_unit\": \"Years\", \"question_dtype\": 3, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 20}, {\"question_id\": 1685, \"question_code\": \"colorFavorite\", \"question_name\": \"Favorite color\", \"question_desc\": \"-\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 9, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": \"What color do you like best?\", \"question_negstm\": \"What color do you like less?\", \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"extra\": null, \"assigned\": 4}, {\"question_id\": 1686, \"question_code\": \"biogps\", \"question_name\": \"GPS\", \"question_desc\": \"Please, get the GPS point now\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 4, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 0, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 10}, {\"question_id\": 1687, \"question_code\": \"FarmSize\", \"question_name\": \"Farm size\", \"question_desc\": \"What is your farm size in hectares?\", \"question_notes\": null, \"question_unit\": \"hectares\", \"question_dtype\": 2, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 0, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 6}, {\"question_id\": 1717, \"question_code\": \"CropsGrown\", \"question_name\": \"Crops grown on farm\", \"question_desc\": \"What crop do you grow on your farm?\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 4, \"num_options\": 5}, {\"question_id\": 1718, \"question_code\": \"Yield\", \"question_name\": \"Yield\", \"question_desc\": \"What was the yield in kilograms?\", \"question_notes\": null, \"question_unit\": \"kg\", \"question_dtype\": 2, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"extra\": null, \"assigned\": 3}]"}],"_postman_id":"9a75e63c-7f31-473e-931a-d2649378780c"},{"name":"Update questions option","id":"87ff2c28-6163-44ad-a5c7-a75b8cf3f2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique question identifier</p>\n","key":"question_id","type":"text","value":""},{"description":"<p>Unique question option identifier</p>\n","key":"value_code","type":"text","value":""},{"key":"value_desc","value":"","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateQuestionValues?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateQuestionValues"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"9fb7ae1e-7421-4d25-b3c1-760a097b7250","name":"Update questions option","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique question identifier","key":"question_id","type":"text","value":"1790"},{"description":"Unique question option identifier","key":"value_code","type":"text","value":"4"},{"key":"value_desc","value":"Other option","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateQuestionValues?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateQuestionValues"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 09:12:12 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The option was successfully update."}],"_postman_id":"87ff2c28-6163-44ad-a5c7-a75b8cf3f2fc"},{"name":"Delete questions option","id":"24d0ec91-7f95-4ea9-8fcd-5f737f3f376f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique question identifier</p>\n","key":"question_id","type":"text","value":""},{"description":"<p>Unique question option identifier</p>\n","key":"value_code","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/deleteQuestionValues?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteQuestionValues"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"9156fb70-2c7e-4187-a8e2-c251e8b08272","name":"Update questions option","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique question identifier","key":"question_id","type":"text","value":"1790"},{"description":"Unique question option identifier","key":"value_code","type":"text","value":"4"},{"key":"value_desc","value":"Other option","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateQuestionValues?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateQuestionValues"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 09:12:12 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The option was successfully update."},{"id":"9abd3cf5-25a9-4262-bb34-85d440703d2a","name":"Delete questions option","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique question identifier","key":"question_id","type":"text","value":"1790"},{"description":"Unique question option identifier","key":"value_code","type":"text","value":"4"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteQuestionValues?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteQuestionValues"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 09:14:26 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The option was successfully deleted."}],"_postman_id":"24d0ec91-7f95-4ea9-8fcd-5f737f3f376f"}],"id":"3a677242-b5ce-41a1-bdbd-b8a00ceeda81","_postman_id":"3a677242-b5ce-41a1-bdbd-b8a00ceeda81","description":""},{"name":"Question ranking of options","item":[{"name":"Create 'ranking of options' questions","id":"915f4a79-20b9-4922-b3ee-a8700959cfbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"","description":"<p>Unique question identifier.</p>\n","type":"text"},{"key":"question_posstm","value":"","type":"text"},{"key":"question_negstm","value":"","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateQuestionCharacteristics?Apikey=xxx","description":"<p>For these questions to be established you must have created the question with the question_dtype = 9</p>\n","urlObject":{"protocol":"https","path":["climmob3","api","updateQuestionCharacteristics"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"cb10e190-a5fc-41ac-b6e3-6c554615f767","name":"Create 'ranking of options' questions","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"1800","description":"Unique question identifier.","type":"text"},{"key":"question_posstm","value":"Which variety yielded better?","type":"text"},{"key":"question_negstm","value":"Which variety yielded worst?","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateQuestionCharacteristics?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateQuestionCharacteristics"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 09:27:45 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"44"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"You successfully updated the ranking of options."}],"_postman_id":"915f4a79-20b9-4922-b3ee-a8700959cfbd"}],"id":"d4468a00-f48a-4724-a92d-c765ef75d6d9","description":"<p>A ranking of options is a type of question that is used to compare two of more technologies based on a criterion. For example, if the criterion is “yield” for varieties of bean you could do it in the following way:</p>\n<p>question_posstm: 'Which variety yielded better?'\nquestion_negstm: 'Which variety yielded worst?'</p>\n","_postman_id":"d4468a00-f48a-4724-a92d-c765ef75d6d9"},{"name":"Question comparison with check","item":[{"name":"Create comparison with check","id":"688f8ba0-4902-4688-ba78-5538e4df3a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"","description":"<p>Unique question identifier.</p>\n","type":"text"},{"key":"question_perfstmt","value":"","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateQuestionPerformance?Apikey=xxx","description":"<p>For these questions to be established you must have created the question with the question_dtype = 10</p>\n","urlObject":{"protocol":"https","path":["climmob3","api","updateQuestionPerformance"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"87ffb3c7-967c-4bdd-928e-13e1c3d5bafd","name":"Create comparison with check","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"1803","description":"Unique question identifier.","type":"text"},{"key":"question_perfstmt","value":"In terms of taste, how does variety {{option}} compares with the variety you usually use?","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateQuestionPerformance?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateQuestionPerformance"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 09:57:40 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"51"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"You successfully updated the performance statement."}],"_postman_id":"688f8ba0-4902-4688-ba78-5538e4df3a1e"}],"id":"f2a073fa-a0b0-43bf-82e1-dcb16573be8f","description":"<p>Comparison with check is a type of question that is used to compare the technologies being tested in a project with the current one in use by the farmer or a commonly used technology. For example, if a project is evaluating three different varieties of bean then the performance questions would be:</p>\n<p>In terms of taste, how does variety A compares with the variety you usually use?</p>\n<p>In terms of taste, how does variety B compares with the variety you usually use?</p>\n<p>In terms of taste, how does variety C compares with the variety you usually use?</p>\n<p>In ClimMob you define this with one statement with the wildcard {{option}}. For example:</p>\n<p>In terms of taste, how does {{option}} compares with the variety you usually use?</p>\n<p>The user answers it with two choices 'Better' or 'Worst'</p>\n","event":[{"listen":"prerequest","script":{"id":"1a81efed-40eb-44b3-8085-577154ce9b95","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"000d93df-e2ee-4e74-927c-c6a905160dd5","type":"text/javascript","exec":[""]}}],"_postman_id":"f2a073fa-a0b0-43bf-82e1-dcb16573be8f"},{"name":"Read questions","id":"2e181384-6964-478c-9497-77e06badd864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readQuestions?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","readQuestions"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"3a26797b-eea5-4a0c-8de9-cd517e997cc5","name":"Read questions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readQuestions?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readQuestions"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 09:19:51 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1254"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"question_id\": 162, \"question_code\": \"QST162\", \"question_name\": \"Package code\", \"question_desc\": \"Package code\", \"question_notes\": \"Give a package to the farmer\", \"question_unit\": \"\", \"question_dtype\": 7, \"question_cmp\": null, \"question_reqinreg\": 1, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 1, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"4b6b75a86928\", \"extra\": null, \"assigned\": 816}, {\"question_id\": 163, \"question_code\": \"QST163\", \"question_name\": \"Select the farmer\", \"question_desc\": \"Select the farmer\", \"question_notes\": \"To select a previously registered farmer.\", \"question_unit\": \"Select a farmer\", \"question_dtype\": 8, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 1, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 1, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 2722}, {\"question_id\": 180, \"question_code\": \"whocontrolstheincome\", \"question_name\": \"Who controls the income\", \"question_desc\": \"Who controls the income\", \"question_notes\": \"Who controls the income\", \"question_unit\": \"\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"c455308b81d4\", \"extra\": null, \"assigned\": 102, \"num_options\": 6}, {\"question_id\": 199, \"question_code\": \"farmername\", \"question_name\": \"Farmer name\", \"question_desc\": \"Farmer name\", \"question_notes\": \"The name of the farmer\", \"question_unit\": \"\", \"question_dtype\": 1, \"question_cmp\": null, \"question_reqinreg\": 1, \"question_reqinasses\": 0, \"question_alwaysinreg\": 1, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 1, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 815}, {\"question_id\": 204, \"question_code\": \"overallperf\", \"question_name\": \"Overall Characteristic\", \"question_desc\": \"Overall Characteristic\", \"question_notes\": \"This is the overall characteristic\", \"question_unit\": \"\", \"question_dtype\": 9, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": \"Overall, which option performed better?\", \"question_negstm\": \"Overall, which option performed worst?\", \"question_twoitems\": \"Overall, which option performed better?\", \"question_moreitems\": \"Overall, which option is at position {{pos}}?\", \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 1, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"extra\": null, \"assigned\": 2057}, {\"question_id\": 205, \"question_code\": \"overallchar\", \"question_name\": \"Overall performace\", \"question_desc\": \"Overall performace\", \"question_notes\": \"Overall performance against local\", \"question_unit\": \"\", \"question_dtype\": 10, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": \"Overall, whichone is best {{option}} or what you usually use?\", \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 1, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"extra\": null, \"assigned\": 150}, {\"question_id\": 206, \"question_code\": \"farmgoelocation\", \"question_name\": \"Farm Geolocation\", \"question_desc\": \"Farm Geolocation\", \"question_notes\": \"The location of the farm. This question should appear in the first assessment\", \"question_unit\": \"\", \"question_dtype\": 4, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"564c8d20919c\", \"extra\": null, \"assigned\": 2232}, {\"question_id\": 1683, \"question_code\": \"biogender\", \"question_name\": \"Gender\", \"question_desc\": \"Select the gender of the participant\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 5, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 0, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 18, \"num_options\": 2}, {\"question_id\": 1684, \"question_code\": \"bioage\", \"question_name\": \"Age\", \"question_desc\": \"How old are you?\", \"question_notes\": null, \"question_unit\": \"Years\", \"question_dtype\": 3, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 20}, {\"question_id\": 1685, \"question_code\": \"colorFavorite\", \"question_name\": \"Favorite color\", \"question_desc\": \"-\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 9, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": \"What color do you like best?\", \"question_negstm\": \"What color do you like less?\", \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"extra\": null, \"assigned\": 4}, {\"question_id\": 1686, \"question_code\": \"biogps\", \"question_name\": \"GPS\", \"question_desc\": \"Please, get the GPS point now\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 4, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 0, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 10}, {\"question_id\": 1687, \"question_code\": \"FarmSize\", \"question_name\": \"Farm size\", \"question_desc\": \"What is your farm size in hectares?\", \"question_notes\": null, \"question_unit\": \"hectares\", \"question_dtype\": 2, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 0, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 6}, {\"question_id\": 1717, \"question_code\": \"CropsGrown\", \"question_name\": \"Crops grown on farm\", \"question_desc\": \"What crop do you grow on your farm?\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"e2d53b4d0cd8\", \"extra\": null, \"assigned\": 4, \"num_options\": 5}, {\"question_id\": 1718, \"question_code\": \"Yield\", \"question_name\": \"Yield\", \"question_desc\": \"What was the yield in kilograms?\", \"question_notes\": null, \"question_unit\": \"kg\", \"question_dtype\": 2, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"9a6ddca8778a\", \"extra\": null, \"assigned\": 3}]"}],"_postman_id":"2e181384-6964-478c-9497-77e06badd864"},{"name":"Create question","id":"42379811-855c-4eae-8823-85157e4a1dbf","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_code","value":"","description":"<p>Column label for the database (without spaces or special characters), for example 'grainyield'.</p>\n","type":"text"},{"key":"question_name","value":"","description":"<p>Short name for the variable, for example 'Grain Yield'</p>\n","type":"text"},{"key":"question_desc","value":"","description":"<p>Text of the question as shown in the ODK Collect app.</p>\n","type":"text"},{"key":"question_dtype","value":"","description":"<p>1 - Text\n2 - Decimal\n3 - Integer\n4 - Geopoint\n5 - Select one\n6 - Select multiple\n9 - Ranking of options\n10 - Comparison with check\n13 - Date\n14 - Time\n15 - DateTime\n16 - Image\n17 - Audio\n18 - Video\n19 - Barcode/QR</p>\n","type":"text"},{"key":"qstgroups_id","value":"","description":"<p>Unique category identifier.</p>\n","type":"text"},{"key":"question_requiredvalue","value":"","description":"<p>0: Not required\n1: Required\nProviding an answer to this question is obligatory during data collection.</p>\n","type":"text"},{"key":"question_tied","value":"","description":"<p>0: Inactive\n1: Active\nOnly for questions with dtype = 9. Create an extra option called: Tied.</p>\n","type":"text"},{"key":"question_notobserved","value":"","description":"<p>0: Inactive\n1: Active\nOnly for questions with dtype = 9. Create an extra option called: Not observed.</p>\n","type":"text"},{"key":"question_quantitative","value":"","description":"<p>0: Inactive\n1: Active\nOnly for questions with the dtype diffent to 9 and 10. \nCreate the same question for the number of varieties to be evaluated.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createQuestion?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createQuestion"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"6fd9f0e0-4291-4f38-a645-279362524e59","name":"Create question","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_code","value":"qst10","description":"Column label for the database (without spaces or special characters), for example 'grainyield'.","type":"text"},{"key":"question_name","value":"cell phone","description":"Short name for the variable, for example 'Grain Yield'","type":"text"},{"key":"question_desc","value":"Do you have a cell phone with internet connection ?","description":"Text of the question as shown in the ODK Collect app.","type":"text"},{"key":"question_dtype","value":"1","description":"1 - Text\n2 - Decimal\n3 - Integer\n4 - Geopoint\n5 - Select one\n6 - Select multiple\n9 - Ranking of options\n10 -Comparison with check\n13 - Date\n14 - Time\n15 - DateTime\n16 - Image\n17 - Audio\n18 - Video\n19 - Barcode/QR","type":"text"},{"key":"qstgroups_id","value":"c455308b81d4","description":"Unique category identifier.","type":"text"},{"key":"question_requiredvalue","value":"1","description":"0: Not required\n1: Required\nProviding an answer to this question is obligatory during data collection.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createQuestion?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createQuestion"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 18:05:15 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"330"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"question_id\": 1790, \"question_code\": \"qst10\", \"question_name\": \"cell phone\", \"question_desc\": \"Do you have a cell phone with internet connection ?\", \"question_notes\": null, \"question_unit\": \"\", \"question_dtype\": 1, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_alwaysinreg\": 0, \"question_alwaysinasse\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversityapi\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_perfstmt\": null, \"question_requiredvalue\": 1, \"question_regkey\": 0, \"question_asskey\": 0, \"question_overall\": 0, \"question_overallperf\": 0, \"question_fname\": 0, \"question_district\": 0, \"question_village\": 0, \"question_father\": 0, \"question_visible\": 1, \"qstgroups_user\": \"bioversity\", \"qstgroups_id\": \"c455308b81d4\", \"extra\": null, \"assigned\": 0}, true]"}],"_postman_id":"42379811-855c-4eae-8823-85157e4a1dbf"},{"name":"Update question","id":"83ce5f39-2b41-4467-bbc3-5a98597b126f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"","description":"<p>Unique question identifier.</p>\n","type":"text"},{"key":"question_name","value":"","description":"<p>Short name for the variable, for example 'Grain Yield'.</p>\n","type":"text"},{"description":"<p>Unique category identifier.</p>\n","key":"question_dtype","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/updateQuestion?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateQuestion"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"2f20a660-72aa-4e0e-8ab7-6a7cab5943ea","name":"Update question","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"1790","description":"Unique question identifier.","type":"text"},{"key":"question_name","value":"Internet - Cell phone","description":"Short name for the variable, for example 'Grain Yield'.","type":"text"},{"description":"1 - Text\n2 - Decimal\n3 - Integer\n4 - Geopoint\n5 - Select one\n6 - Select multiple\n9 - Ranking of options\n10 -Comparison with check\n13 - Date\n14 - Time\n15 - DateTime\n16 - Image\n17 - Audio\n18 - Video\n19 - Barcode/QR","key":"question_dtype","type":"text","value":"5"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateQuestion?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateQuestion"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Jan 2021 18:10:54 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"39"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The question was successfully modified."}],"_postman_id":"83ce5f39-2b41-4467-bbc3-5a98597b126f"},{"name":"Delete question","id":"4c05509a-a98f-4070-a104-9a94caa13124","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"","description":"<p>Unique question identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteQuestion?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteQuestion"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"1e55f6e6-f556-49bf-ba65-b5840523fb7d","name":"Delete question","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question_id","value":"1803","description":"Unique question identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteQuestion?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteQuestion"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Jan 2021 10:15:33 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"38"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The question was deleted successfully."}],"_postman_id":"4c05509a-a98f-4070-a104-9a94caa13124"}],"id":"9ae8a7d1-7ff8-449b-91d7-932685dab953","description":"<p>Create the questions that you want to use to evaluate in your projects.</p>\n","_postman_id":"9ae8a7d1-7ff8-449b-91d7-932685dab953"}],"id":"eededb10-63be-460a-9204-ec56128b2a2e","description":"<p>Libraries allow you to save information that can be assigned to different projects.</p>\n","_postman_id":"eededb10-63be-460a-9204-ec56128b2a2e"},{"name":"Projects","item":[{"name":"Create a project","item":[{"name":"Read countries","event":[{"listen":"test","script":{"id":"fa94803c-f364-4bf8-bd54-e7421b102716","exec":[""],"type":"text/javascript"}}],"id":"c9df0f02-0ea1-4ba5-9ebd-4d66bb552f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readListOfCountries?Apikey=xxx","description":"<p>Get list of countries in ClimMob.</p>\n","urlObject":{"protocol":"https","path":["climmob3","api","readListOfCountries"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"032fa19c-604d-461f-91ce-c3bb84411e87","name":"Read countries","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readListOfCountries?Apikey=xxxxxxxxxxxxxxxxxxxxxxxxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readListOfCountries"],"query":[{"key":"Apikey","value":"xxxxxxxxxxxxxxxxxxxxxxxxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 07 Jan 2021 11:02:04 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"2340"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"code\": \"AF\", \"name\": \"Afghanistan2\"}, {\"code\": \"AX\", \"name\": \"\\u00c5land Islands\"}, {\"code\": \"AL\", \"name\": \"Albania\"}, {\"code\": \"DZ\", \"name\": \"Algeria\"}, {\"code\": \"AS\", \"name\": \"American Samoa\"}, {\"code\": \"AD\", \"name\": \"Andorra\"}, {\"code\": \"AO\", \"name\": \"Angola\"}, {\"code\": \"AI\", \"name\": \"Anguilla\"}, {\"code\": \"AQ\", \"name\": \"Antarctica\"}, {\"code\": \"AG\", \"name\": \"Antigua and Barbuda\"}, {\"code\": \"AR\", \"name\": \"Argentina\"}, {\"code\": \"AM\", \"name\": \"Armenia\"}, {\"code\": \"AW\", \"name\": \"Aruba\"}, {\"code\": \"AU\", \"name\": \"Australia\"}, {\"code\": \"AT\", \"name\": \"Austria\"}, {\"code\": \"AZ\", \"name\": \"Azerbaijan\"}, {\"code\": \"BS\", \"name\": \"Bahamas\"}, {\"code\": \"BH\", \"name\": \"Bahrain\"}, {\"code\": \"BD\", \"name\": \"Bangladesh\"}, {\"code\": \"BB\", \"name\": \"Barbados\"}, {\"code\": \"BY\", \"name\": \"Belarus\"}, {\"code\": \"BE\", \"name\": \"Belgium\"}, {\"code\": \"BZ\", \"name\": \"Belize\"}, {\"code\": \"BJ\", \"name\": \"Benin\"}, {\"code\": \"BM\", \"name\": \"Bermuda\"}, {\"code\": \"BT\", \"name\": \"Bhutan\"}, {\"code\": \"BO\", \"name\": \"Bolivia\"}, {\"code\": \"BA\", \"name\": \"Bosnia and Herzegovina\"}, {\"code\": \"BW\", \"name\": \"Botswana\"}, {\"code\": \"BV\", \"name\": \"Bouvet Island\"}, {\"code\": \"BR\", \"name\": \"Brazil\"}, {\"code\": \"IO\", \"name\": \"British Indian Ocean Territory\"}, {\"code\": \"BN\", \"name\": \"Brunei Darussalam\"}, {\"code\": \"BG\", \"name\": \"Bulgaria\"}, {\"code\": \"BF\", \"name\": \"Burkina Faso\"}, {\"code\": \"BI\", \"name\": \"Burundi\"}, {\"code\": \"KH\", \"name\": \"Cambodia\"}, {\"code\": \"CM\", \"name\": \"Cameroon\"}, {\"code\": \"CA\", \"name\": \"Canada\"}, {\"code\": \"CV\", \"name\": \"Cape Verde\"}, {\"code\": \"BQ\", \"name\": \"Caribbean Netherlands \"}, {\"code\": \"KY\", \"name\": \"Cayman Islands\"}, {\"code\": \"CF\", \"name\": \"Central African Republic\"}, {\"code\": \"TD\", \"name\": \"Chad\"}, {\"code\": \"CL\", \"name\": \"Chile\"}, {\"code\": \"CN\", \"name\": \"China\"}, {\"code\": \"CX\", \"name\": \"Christmas Island\"}, {\"code\": \"CC\", \"name\": \"Cocos (Keeling) Islands\"}, {\"code\": \"CO\", \"name\": \"Colombia\"}, {\"code\": \"KM\", \"name\": \"Comoros\"}, {\"code\": \"CG\", \"name\": \"Congo\"}, {\"code\": \"CD\", \"name\": \"Congo, Democratic Republic of\"}, {\"code\": \"CK\", \"name\": \"Cook Islands\"}, {\"code\": \"CR\", \"name\": \"Costa Rica\"}, {\"code\": \"CI\", \"name\": \"C\\u00f4te d'Ivoire\"}, {\"code\": \"HR\", \"name\": \"Croatia\"}, {\"code\": \"CU\", \"name\": \"Cuba\"}, {\"code\": \"CW\", \"name\": \"Cura\\u00e7ao\"}, {\"code\": \"CY\", \"name\": \"Cyprus\"}, {\"code\": \"CZ\", \"name\": \"Czech Republic\"}, {\"code\": \"DK\", \"name\": \"Denmark\"}, {\"code\": \"DJ\", \"name\": \"Djibouti\"}, {\"code\": \"DM\", \"name\": \"Dominica\"}, {\"code\": \"DO\", \"name\": \"Dominican Republic\"}, {\"code\": \"EC\", \"name\": \"Ecuador\"}, {\"code\": \"EG\", \"name\": \"Egypt\"}, {\"code\": \"SV\", \"name\": \"El Salvador\"}, {\"code\": \"GQ\", \"name\": \"Equatorial Guinea\"}, {\"code\": \"ER\", \"name\": \"Eritrea\"}, {\"code\": \"EE\", \"name\": \"Estonia\"}, {\"code\": \"ET\", \"name\": \"Ethiopia\"}, {\"code\": \"FK\", \"name\": \"Falkland Islands\"}, {\"code\": \"FO\", \"name\": \"Faroe Islands\"}, {\"code\": \"FJ\", \"name\": \"Fiji\"}, {\"code\": \"FI\", \"name\": \"Finland\"}, {\"code\": \"FR\", \"name\": \"France\"}, {\"code\": \"GF\", \"name\": \"French Guiana\"}, {\"code\": \"PF\", \"name\": \"French Polynesia\"}, {\"code\": \"TF\", \"name\": \"French Southern Territories\"}, {\"code\": \"GA\", \"name\": \"Gabon\"}, {\"code\": \"GM\", \"name\": \"Gambia\"}, {\"code\": \"GE\", \"name\": \"Georgia\"}, {\"code\": \"DE\", \"name\": \"Germany\"}, {\"code\": \"GH\", \"name\": \"Ghana\"}, {\"code\": \"GI\", \"name\": \"Gibraltar\"}, {\"code\": \"GR\", \"name\": \"Greece\"}, {\"code\": \"GL\", \"name\": \"Greenland\"}, {\"code\": \"GD\", \"name\": \"Grenada\"}, {\"code\": \"GP\", \"name\": \"Guadeloupe\"}, {\"code\": \"GU\", \"name\": \"Guam\"}, {\"code\": \"GT\", \"name\": \"Guatemala\"}, {\"code\": \"GG\", \"name\": \"Guernsey\"}, {\"code\": \"GN\", \"name\": \"Guinea\"}, {\"code\": \"GW\", \"name\": \"Guinea-Bissau\"}, {\"code\": \"GY\", \"name\": \"Guyana\"}, {\"code\": \"HT\", \"name\": \"Haiti\"}, {\"code\": \"HM\", \"name\": \"Heard and McDonald Islands\"}, {\"code\": \"HN\", \"name\": \"Honduras\"}, {\"code\": \"HK\", \"name\": \"Hong Kong\"}, {\"code\": \"HU\", \"name\": \"Hungary\"}, {\"code\": \"IS\", \"name\": \"Iceland\"}, {\"code\": \"IN\", \"name\": \"India\"}, {\"code\": \"ID\", \"name\": \"Indonesia\"}, {\"code\": \"IR\", \"name\": \"Iran\"}, {\"code\": \"IQ\", \"name\": \"Iraq\"}, {\"code\": \"IE\", \"name\": \"Ireland\"}, {\"code\": \"IM\", \"name\": \"Isle of Man\"}, {\"code\": \"IL\", \"name\": \"Israel\"}, {\"code\": \"IT\", \"name\": \"Italy\"}, {\"code\": \"JM\", \"name\": \"Jamaica\"}, {\"code\": \"JP\", \"name\": \"Japan\"}, {\"code\": \"JE\", \"name\": \"Jersey\"}, {\"code\": \"JO\", \"name\": \"Jordan\"}, {\"code\": \"KZ\", \"name\": \"Kazakhstan\"}, {\"code\": \"KE\", \"name\": \"Kenya\"}, {\"code\": \"KI\", \"name\": \"Kiribati\"}, {\"code\": \"KW\", \"name\": \"Kuwait\"}, {\"code\": \"KG\", \"name\": \"Kyrgyzstan\"}, {\"code\": \"LA\", \"name\": \"Lao People's Democratic Republic\"}, {\"code\": \"LV\", \"name\": \"Latvia\"}, {\"code\": \"LB\", \"name\": \"Lebanon\"}, {\"code\": \"LS\", \"name\": \"Lesotho\"}, {\"code\": \"LR\", \"name\": \"Liberia\"}, {\"code\": \"LY\", \"name\": \"Libya\"}, {\"code\": \"LI\", \"name\": \"Liechtenstein\"}, {\"code\": \"LT\", \"name\": \"Lithuania\"}, {\"code\": \"LU\", \"name\": \"Luxembourg\"}, {\"code\": \"MO\", \"name\": \"Macau\"}, {\"code\": \"MK\", \"name\": \"Macedonia\"}, {\"code\": \"MG\", \"name\": \"Madagascar\"}, {\"code\": \"MW\", \"name\": \"Malawi\"}, {\"code\": \"MY\", \"name\": \"Malaysia\"}, {\"code\": \"MV\", \"name\": \"Maldives\"}, {\"code\": \"ML\", \"name\": \"Mali\"}, {\"code\": \"MT\", \"name\": \"Malta\"}, {\"code\": \"MH\", \"name\": \"Marshall Islands\"}, {\"code\": \"MQ\", \"name\": \"Martinique\"}, {\"code\": \"MR\", \"name\": \"Mauritania\"}, {\"code\": \"MU\", \"name\": \"Mauritius\"}, {\"code\": \"YT\", \"name\": \"Mayotte\"}, {\"code\": \"MX\", \"name\": \"Mexico\"}, {\"code\": \"FM\", \"name\": \"Micronesia, Federated States of\"}, {\"code\": \"MD\", \"name\": \"Moldova\"}, {\"code\": \"MC\", \"name\": \"Monaco\"}, {\"code\": \"MN\", \"name\": \"Mongolia\"}, {\"code\": \"ME\", \"name\": \"Montenegro\"}, {\"code\": \"MS\", \"name\": \"Montserrat\"}, {\"code\": \"MA\", \"name\": \"Morocco\"}, {\"code\": \"MZ\", \"name\": \"Mozambique\"}, {\"code\": \"MM\", \"name\": \"Myanmar\"}, {\"code\": \"NA\", \"name\": \"Namibia\"}, {\"code\": \"NR\", \"name\": \"Nauru\"}, {\"code\": \"NP\", \"name\": \"Nepal\"}, {\"code\": \"NC\", \"name\": \"New Caledonia\"}, {\"code\": \"NZ\", \"name\": \"New Zealand\"}, {\"code\": \"NI\", \"name\": \"Nicaragua\"}, {\"code\": \"NE\", \"name\": \"Niger\"}, {\"code\": \"NG\", \"name\": \"Nigeria\"}, {\"code\": \"NU\", \"name\": \"Niue\"}, {\"code\": \"NF\", \"name\": \"Norfolk Island\"}, {\"code\": \"KP\", \"name\": \"North Korea\"}, {\"code\": \"MP\", \"name\": \"Northern Mariana Islands\"}, {\"code\": \"NO\", \"name\": \"Norway\"}, {\"code\": \"OM\", \"name\": \"Oman\"}, {\"code\": \"PK\", \"name\": \"Pakistan\"}, {\"code\": \"PW\", \"name\": \"Palau\"}, {\"code\": \"PS\", \"name\": \"Palestine, State of\"}, {\"code\": \"PA\", \"name\": \"Panama\"}, {\"code\": \"PG\", \"name\": \"Papua New Guinea\"}, {\"code\": \"PY\", \"name\": \"Paraguay\"}, {\"code\": \"PE\", \"name\": \"Peru\"}, {\"code\": \"PH\", \"name\": \"Philippines\"}, {\"code\": \"PN\", \"name\": \"Pitcairn\"}, {\"code\": \"PL\", \"name\": \"Poland\"}, {\"code\": \"PT\", \"name\": \"Portugal\"}, {\"code\": \"PR\", \"name\": \"Puerto Rico\"}, {\"code\": \"QA\", \"name\": \"Qatar\"}, {\"code\": \"RE\", \"name\": \"R\\u00e9union\"}, {\"code\": \"RO\", \"name\": \"Romania\"}, {\"code\": \"RU\", \"name\": \"Russian Federation\"}, {\"code\": \"RW\", \"name\": \"Rwanda\"}, {\"code\": \"BL\", \"name\": \"Saint Barth\\u00e9lemy\"}, {\"code\": \"SH\", \"name\": \"Saint Helena\"}, {\"code\": \"KN\", \"name\": \"Saint Kitts and Nevis\"}, {\"code\": \"LC\", \"name\": \"Saint Lucia\"}, {\"code\": \"VC\", \"name\": \"Saint Vincent and the Grenadines\"}, {\"code\": \"MF\", \"name\": \"Saint-Martin (France)\"}, {\"code\": \"WS\", \"name\": \"Samoa\"}, {\"code\": \"SM\", \"name\": \"San Marino\"}, {\"code\": \"ST\", \"name\": \"Sao Tome and Principe\"}, {\"code\": \"SA\", \"name\": \"Saudi Arabia\"}, {\"code\": \"SN\", \"name\": \"Senegal\"}, {\"code\": \"RS\", \"name\": \"Serbia\"}, {\"code\": \"SC\", \"name\": \"Seychelles\"}, {\"code\": \"SL\", \"name\": \"Sierra Leone\"}, {\"code\": \"SG\", \"name\": \"Singapore\"}, {\"code\": \"SX\", \"name\": \"Sint Maarten (Dutch part)\"}, {\"code\": \"SK\", \"name\": \"Slovakia\"}, {\"code\": \"SI\", \"name\": \"Slovenia\"}, {\"code\": \"SB\", \"name\": \"Solomon Islands\"}, {\"code\": \"SO\", \"name\": \"Somalia\"}, {\"code\": \"ZA\", \"name\": \"South Africa\"}, {\"code\": \"GS\", \"name\": \"South Georgia and the South Sandwich Islands\"}, {\"code\": \"KR\", \"name\": \"South Korea\"}, {\"code\": \"SS\", \"name\": \"South Sudan\"}, {\"code\": \"ES\", \"name\": \"Spain\"}, {\"code\": \"LK\", \"name\": \"Sri Lanka\"}, {\"code\": \"PM\", \"name\": \"St. Pierre and Miquelon\"}, {\"code\": \"SD\", \"name\": \"Sudan\"}, {\"code\": \"SR\", \"name\": \"Suriname\"}, {\"code\": \"SJ\", \"name\": \"Svalbard and Jan Mayen Islands\"}, {\"code\": \"SZ\", \"name\": \"Swaziland\"}, {\"code\": \"SE\", \"name\": \"Sweden\"}, {\"code\": \"CH\", \"name\": \"Switzerland\"}, {\"code\": \"SY\", \"name\": \"Syria\"}, {\"code\": \"TW\", \"name\": \"Taiwan\"}, {\"code\": \"TJ\", \"name\": \"Tajikistan\"}, {\"code\": \"TZ\", \"name\": \"Tanzania\"}, {\"code\": \"TH\", \"name\": \"Thailand\"}, {\"code\": \"NL\", \"name\": \"The Netherlands\"}, {\"code\": \"TL\", \"name\": \"Timor-Leste\"}, {\"code\": \"TG\", \"name\": \"Togo\"}, {\"code\": \"TK\", \"name\": \"Tokelau\"}, {\"code\": \"TO\", \"name\": \"Tonga\"}, {\"code\": \"TT\", \"name\": \"Trinidad and Tobago\"}, {\"code\": \"TN\", \"name\": \"Tunisia\"}, {\"code\": \"TR\", \"name\": \"Turkey\"}, {\"code\": \"TM\", \"name\": \"Turkmenistan\"}, {\"code\": \"TC\", \"name\": \"Turks and Caicos Islands\"}, {\"code\": \"TV\", \"name\": \"Tuvalu\"}, {\"code\": \"UG\", \"name\": \"Uganda\"}, {\"code\": \"UA\", \"name\": \"Ukraine\"}, {\"code\": \"AE\", \"name\": \"United Arab Emirates\"}, {\"code\": \"GB\", \"name\": \"United Kingdom\"}, {\"code\": \"US\", \"name\": \"United States\"}, {\"code\": \"UM\", \"name\": \"United States Minor Outlying Islands\"}, {\"code\": \"UY\", \"name\": \"Uruguay\"}, {\"code\": \"UZ\", \"name\": \"Uzbekistan\"}, {\"code\": \"VU\", \"name\": \"Vanuatu\"}, {\"code\": \"VA\", \"name\": \"Vatican\"}, {\"code\": \"VE\", \"name\": \"Venezuela\"}, {\"code\": \"VN\", \"name\": \"Vietnam\"}, {\"code\": \"VG\", \"name\": \"Virgin Islands (British)\"}, {\"code\": \"VI\", \"name\": \"Virgin Islands (U.S.)\"}, {\"code\": \"WF\", \"name\": \"Wallis and Futuna Islands\"}, {\"code\": \"EH\", \"name\": \"Western Sahara\"}, {\"code\": \"YE\", \"name\": \"Yemen\"}, {\"code\": \"ZM\", \"name\": \"Zambia\"}, {\"code\": \"ZW\", \"name\": \"Zimbabwe\"}]"}],"_postman_id":"c9df0f02-0ea1-4ba5-9ebd-4d66bb552f13"},{"name":"Read projects","id":"1225a6d7-ddb2-439a-b6d8-e9caa8dc1244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjects?Apikey=xxxx","description":"<p>Get list of projects created</p>\n","urlObject":{"protocol":"https","path":["climmob3","api","readProjects"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxxx"}],"variable":[]}},"response":[{"id":"e99a2846-93a6-4d28-b4ea-0df13e1b8116","name":"Read projects","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjects?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjects"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 19:41:14 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"571"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"project_id\": \"90f6787b03e5\", \"project_cod\": \"projectbyapi\", \"project_name\": \"Project of colors\", \"project_abstract\": \"Creating a colors project by Api\", \"project_tags\": \"lettuce,api,climmob\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_active\": 1, \"project_public\": 0, \"project_regstatus\": 2, \"project_assstatus\": 0, \"project_createcomb\": 0, \"project_createpkgs\": 0, \"project_numobs\": 200, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2021-01-07 06:45:30\", \"project_localvariety\": 1, \"project_cnty\": \"KE\", \"project_registration_and_analysis\": 0, \"project_label_a\": \"Option A\", \"project_label_b\": \"Option B\", \"project_label_c\": \"Option C\", \"project_template\": 0, \"user_name\": \"bioversityapi\", \"access_type\": 1, \"project_dashboard\": 1, \"owner\": {\"project_id\": \"90f6787b03e5\", \"user_name\": \"bioversityapi\", \"access_type\": 1, \"project_dashboard\": 1}, \"progress\": {\"enumerators_by_user\": 2, \"enumerators\": true, \"technology\": true, \"techalias\": true, \"numberOfCombinations\": 5, \"registry\": true, \"assessment\": true, \"project_numobs\": 200, \"lastreg\": \"1 year ago\", \"regtotal\": 2, \"regerrors\": 0, \"regperc\": 1.0, \"regsubmissions\": 2, \"asssubmissions\": 1, \"assessments\": [{\"ass_cod\": \"21b951741587\", \"ass_desc\": \"Evaluation\", \"ass_status\": 1, \"asstotal\": 2, \"assperc\": 100.0, \"submissions\": 2, \"errors\": 0, \"lastass\": \"1 year ago\", \"enketo_url\": \"\"}]}, \"perc\": 100}]"}],"_postman_id":"1225a6d7-ddb2-439a-b6d8-e9caa8dc1244"},{"name":"Read list of templates","id":"d4145175-8ee9-444f-b7a1-0fddd8494dd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_type","value":"","description":"<p>0- Registration is done first, followed by one or more data collection moments (with different forms).\n1- Requires registering participants and immediately asking questions to analyze the information. </p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/readListOfTemplates?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","readListOfTemplates"],"host":["climmob","net"],"query":[{"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[],"_postman_id":"d4145175-8ee9-444f-b7a1-0fddd8494dd4"},{"name":"Create project","id":"847cfebb-d68d-442a-b491-4b4cadc32709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"project_name","value":"","description":"<p>Long name (30 characters)</p>\n","type":"text"},{"key":"project_abstract","value":"","description":"<p>Description about project purpose</p>\n","type":"text"},{"key":"project_tags","value":"","description":"<p>Tags</p>\n","type":"text"},{"key":"project_pi","value":"","description":"<p>Trial coordinator</p>\n","type":"text"},{"key":"project_piemail","value":"","description":"<p>Email address of the trial coordinator</p>\n","type":"text"},{"key":"project_numobs","value":"","description":"<p>Number of observers participating in the project</p>\n","type":"text"},{"key":"project_cnty","value":"","description":"<p>Country where the project is implemented</p>\n","type":"text"},{"key":"project_registration_and_analysis","value":"","description":"<p>0- Registration is done first, followed by one or more data collection moments (with different forms).</p>\n<p>1- Requires registering participants and immediately asking questions to analyze the information. </p>\n","type":"text"},{"key":"project_label_a","value":"","description":"<p>Name to be given to the Item A that each participant compares</p>\n","type":"text"},{"key":"project_label_b","value":"","description":"<p>Name to be given to the Item B that each participant compares</p>\n","type":"text"},{"key":"project_label_c","value":"","description":"<p>Name to be given to the Item C that each participant compares</p>\n","type":"text"},{"key":"project_template","value":"","description":"<p>Project code to be used for reference and for which you want to have the same registration form and assessment forms.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createProject?Apikey=xxx","description":"<p>Indications of the parameters to create a project.</p>\n<p>Check the list of countries to fill the field: project_cnty</p>\n","urlObject":{"protocol":"https","path":["climmob3","api","createProject"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"6eb3689e-a47f-47bc-9fe4-a6352c6ac6a8","name":"Create project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"project_name","value":"Project for test","description":"Long name (30 characters)","type":"text"},{"key":"project_abstract","value":"Creating a colors project by Api ","description":"Description about project purpose","type":"text"},{"key":"project_tags","value":"colors,test,api","description":"Tags","type":"text"},{"key":"project_pi","value":"ClimMob Team","description":"Trial coordinator","type":"text"},{"key":"project_piemail","value":"bioversityclimmob@gmail.com","description":"Email address of the trial coordinator","type":"text"},{"key":"project_numobs","value":"20","description":"Number of observers participating in the project","type":"text"},{"key":"project_cnty","value":"KE","description":"Country where the project is implemented","type":"text"},{"key":"project_registration_and_analysis","value":"0","description":"0- Registration is done first, followed by one or more data collection moments (with different forms).\n\n1- Requires registering participants and immediately asking questions to analyze the information. ","type":"text"},{"key":"project_label_a","value":"Option A","description":"Name to be given to the Item A that each participant compares","type":"text"},{"key":"project_label_b","value":"Option B","description":"Name to be given to the Item B that each participant compares","type":"text"},{"key":"project_label_c","value":"Option C","description":"Name to be given to the Item C that each participant compares","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createProject?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createProject"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 19:53:41 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Project created successfully."}],"_postman_id":"847cfebb-d68d-442a-b491-4b4cadc32709"},{"name":"Update project","id":"5173296f-053b-446c-ab38-3731a46d17b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text","contentType":"string"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"project_name","value":"","description":"<p>Long name (30 characters)</p>\n","type":"text"},{"key":"project_abstract","value":"","description":"<p>Description about project purpose</p>\n","type":"text"},{"key":"project_tags","value":"","description":"<p>Tags</p>\n","type":"text"},{"key":"project_pi","value":"","description":"<p>Trial coordinator</p>\n","type":"text"},{"key":"project_piemail","value":"","description":"<p>Email address of the trial coordinator</p>\n","type":"text"},{"key":"project_numobs","value":"","description":"<p>Number of observers participating in the project</p>\n","type":"text"},{"key":"project_cnty","value":"","description":"<p>Country where the project is implemented</p>\n","type":"text"},{"key":"project_registration_and_analysis","value":"","description":"<p>0- Registration is done first, followed by one or more data collection moments (with different forms).</p>\n<p>1- Requires registering participants and immediately asking questions to analyze the information. </p>\n","type":"text"},{"key":"project_label_a","value":"","description":"<p>Name to be given to the Item A that each participant compares</p>\n","type":"text"},{"key":"project_label_b","value":"","description":"<p>Name to be given to the Item B that each participant compares</p>\n","type":"text"},{"key":"project_label_c","value":"","description":"<p>Name to be given to the Item C that each participant compares</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateProject?Apikey=xxx","description":"<p>Indications of the parameters to create a project.</p>\n<p>Check the list of countries to fill the field: project_cnty</p>\n","urlObject":{"protocol":"https","path":["climmob3","api","updateProject"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"cf231b3c-826d-47dc-a99e-f27bfc02897a","name":"Update project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text","contentType":"string"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"project_name","value":"","description":"Long name (30 characters)","type":"text","disabled":true},{"key":"project_abstract","value":"Creating a test project","description":"Description about project purpose","type":"text"},{"key":"project_tags","value":"","description":"Tags","type":"text","disabled":true},{"key":"project_pi","value":"","description":"Trial coordinator","type":"text","disabled":true},{"key":"project_piemail","value":"","description":"Email address of the trial coordinator","type":"text","disabled":true},{"key":"project_numobs","value":"50","description":"Number of observers participating in the project","type":"text"},{"key":"project_cnty","value":"CR","description":"Country where the project is implemented","type":"text"},{"key":"project_registration_and_analysis","value":"","description":"0- Registration is done first, followed by one or more data collection moments (with different forms).\n\n1- Requires registering participants and immediately asking questions to analyze the information. ","type":"text","disabled":true},{"key":"project_label_a","value":"","description":"Name to be given to the Item A that each participant compares","type":"text","disabled":true},{"key":"project_label_b","value":"","description":"Name to be given to the Item B that each participant compares","type":"text","disabled":true},{"key":"project_label_c","value":"","description":"Name to be given to the Item C that each participant compares","type":"text","disabled":true}]},"url":{"raw":"https://climmob.net/climmob3/api/updateProject?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateProject"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:06:52 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"38"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The project was modified successfully."}],"_postman_id":"5173296f-053b-446c-ab38-3731a46d17b3"},{"name":"Delete project","id":"db43508f-8795-45e2-944f-0a2561f1874b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteProject?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteProject"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"c64942d1-affd-4f33-9b04-17cd28a5cc6f","name":"Delete project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectbyapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteProject?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteProject"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:13:26 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The project was deleted successfully"}],"_postman_id":"db43508f-8795-45e2-944f-0a2561f1874b"}],"id":"a17d9054-8e86-4f2b-9428-2a9504d0343c","_postman_id":"a17d9054-8e86-4f2b-9428-2a9504d0343c","description":""},{"name":"Share project","item":[{"name":"Read collaborators","id":"608dfaed-76e1-4e86-8700-3800b7105513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readCollaborators?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readCollaborators"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"190c5452-3774-4c91-a9c7-5fde0c3f4464","name":"Read collaborators","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readCollaborators?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readCollaborators"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:33:56 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"216"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"user_name\": \"bioversityapi\", \"user_fullname\": \"ClimMob Api\", \"user_cnty\": \"ES\", \"user_email\": \"bioversityclimmob@gmail.com\", \"user_organization\": \"ClimMob Team\", \"project_id\": \"8f2da1d45e0d\", \"access_type\": 1, \"project_dashboard\": 1}, {\"user_name\": \"bmadriz\", \"user_fullname\": \"Brandon Madriz Araya\", \"user_cnty\": \"CR\", \"user_email\": \"bmadriz@gmail.com\", \"user_organization\": \"MrBot\", \"project_id\": \"8f2da1d45e0d\", \"access_type\": 2, \"project_dashboard\": 1}]"}],"_postman_id":"608dfaed-76e1-4e86-8700-3800b7105513"},{"name":"Add collaborator","id":"73fa6292-0494-4a27-8e1e-e0145fdb8b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"user_collaborator","value":"","description":"<p>User name of the ClimMob account with whom you want to share the project</p>\n","type":"text"},{"key":"access_type","description":"<p>2- Admin\n3- Editor\n4- Member</p>\n","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/addCollaborator?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","addCollaborator"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"a934ca3c-23e7-48cd-8306-f44277e8e62f","name":"Add collaborator","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"user_collaborator","value":"bmadriz","description":"User name of the ClimMob account with whom you want to share the project","type":"text"},{"key":"access_type","description":"2- Admin\n3- Editor\n4- Member","type":"text","value":"2"}]},"url":{"raw":"https://climmob.net/climmob3/api/addCollaborator?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addCollaborator"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:25:51 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"82"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Collaborator added successfully."}],"_postman_id":"73fa6292-0494-4a27-8e1e-e0145fdb8b0f"},{"name":"Delete collaborator","id":"8d5701a4-5869-461b-ad5b-d0d30fd14f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"user_collaborator","value":"","description":"<p>Username of the ClimMob account, with whom you want to stop sharing the project</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteCollaborator?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteCollaborator"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"c24ed2a0-c833-434d-a157-1d479a67ef39","name":"Delete collaborator","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"user_collaborator","value":"bmadriz","description":"Username of the ClimMob account, with whom you want to stop sharing the project","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteCollaborator?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteCollaborator"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:40:10 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The collaborator has been successfully removed."}],"_postman_id":"8d5701a4-5869-461b-ad5b-d0d30fd14f9e"}],"id":"0bbb76ef-2061-4f81-aa54-86ac62f1e9d7","_postman_id":"0bbb76ef-2061-4f81-aa54-86ac62f1e9d7","description":""},{"name":"Field agents","item":[{"name":"Read field agents in a project","id":"8898a21a-faa2-4502-9116-32cec6944262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectEnumerators?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readProjectEnumerators"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"7594e1a1-326e-43f1-b54d-b54e62974491","name":"Read field agents in a project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectEnumerators?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectEnumerators"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:48:56 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"133"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"bioversityapi\": [{\"user_name\": \"bioversityapi\", \"enum_id\": \"elijack\", \"enum_name\": \"Elisa Jackson\", \"enum_password\": \"elisa12\", \"enum_active\": 1, \"user_fullname\": \"Bioversity Api\"}]}"}],"_postman_id":"8898a21a-faa2-4502-9116-32cec6944262"},{"name":"Read field agents that can be added to the project","event":[{"listen":"test","script":{"id":"9b2344d9-4247-4329-b7a6-ddf356e04bd4","exec":[""],"type":"text/javascript"}}],"id":"d9f8c739-e5d2-4060-aa59-60701538e825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readPossibleProjectEnumerators?Apikey=xxx&project_cod=xxx&user_owner","urlObject":{"protocol":"https","path":["climmob3","api","readPossibleProjectEnumerators"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"xxx"},{"description":{"content":"<p>User owner of the project</p>\n","type":"text/plain"},"key":"user_owner","value":null}],"variable":[]}},"response":[{"id":"dc480492-fb51-4988-a9eb-cf3b49c34f85","name":"Read field agents that can be added to the project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readPossibleProjectEnumerators?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readPossibleProjectEnumerators"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:44:16 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"130"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"user_name\": \"bioversityapi\", \"enum_id\": \"elijack\", \"enum_name\": \"Elisa Jackson\", \"user_fullname\": \"Bioversity Api\"}, {\"user_name\": \"bioversityapi\", \"enum_id\": \"martay\", \"enum_name\": \"Mark Taylor\", \"user_fullname\": \"Bioversity Api\"}]"}],"_postman_id":"d9f8c739-e5d2-4060-aa59-60701538e825"},{"name":"Add field agent to project","id":"c968c340-8ba6-4ee1-aa15-27d1570c57cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"enum_user_name","value":"","description":"<p>User owner of the field agent</p>\n","type":"text"},{"key":"enum_id","value":"","description":"<p>Unique field agent identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/addProjectEnumerator?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","addProjectEnumerator"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"7e9886f8-c1a8-4730-afba-4a66fd4885b9","name":"Add field agent to project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"enum_user_name","value":"bioversityapi","description":"User owner of the field agent","type":"text"},{"key":"enum_id","value":"elijack","description":"Unique field agent identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addProjectEnumerator?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addProjectEnumerator"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:47:34 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"46"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The field agent has been added to the project."}],"_postman_id":"c968c340-8ba6-4ee1-aa15-27d1570c57cd"},{"name":"Delete field agent from project","id":"b6d91d26-2b51-485a-8e09-bcbebe5a2cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"enum_user_name","value":"","description":"<p>User owner of the field agent</p>\n","type":"text"},{"key":"enum_id","value":"","description":"<p>Unique field agent identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteProjectEnumerator?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteProjectEnumerator"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"30e4cd7a-e19e-4303-8fea-d5233a643cd7","name":"Delete field agent from project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"enum_user_name","value":"bioversityapi","description":"User owner of the field agent","type":"text"},{"key":"enum_id","value":"elijack","description":"Unique field agent identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteProjectEnumerator?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteProjectEnumerator"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 20:51:46 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Content-Type","value":"text/html"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"The field agent was removed from the project."}],"_postman_id":"b6d91d26-2b51-485a-8e09-bcbebe5a2cfa"}],"id":"5a3cba2a-8ab0-4d68-bffc-75dca83fcb01","_postman_id":"5a3cba2a-8ab0-4d68-bffc-75dca83fcb01","description":""},{"name":"Technologies","item":[{"name":"Technology options","item":[{"name":"Read the technology options added in the project","id":"e3d8c436-ab45-49c7-953a-b1ce4a3aedee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectTechnologiesAlias?Apikey=xxx&project_cod=yyy&user_owner=zzz&tech_id=vvv&tech_user_name=uuu","urlObject":{"protocol":"https","path":["climmob3","api","readProjectTechnologiesAlias"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"},{"description":{"content":"<p>Unique technology identifier.</p>\n","type":"text/plain"},"key":"tech_id","value":"vvv"},{"description":{"content":"<p>User owner of the technology.</p>\n","type":"text/plain"},"key":"tech_user_name","value":"uuu"}],"variable":[]}},"response":[{"id":"cd9bee5e-8f16-4d39-a528-e3310a3d8d7c","name":"Read the technology options added in the project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectTechnologiesAlias?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi&tech_id=78&tech_user_name=bioversity","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectTechnologiesAlias"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."},{"key":"tech_id","value":"78","description":"Unique technology identifier."},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:24:20 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"196"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"project_id\": \"8f2da1d45e0d\", \"tech_idPrj\": 78, \"alias_id\": 9217, \"alias_namePrj\": \"\", \"tech_used\": 78, \"alias_used\": 147, \"tech_idTec\": 78, \"alias_idTec\": 147, \"alias_name\": \"Yellow\"}, {\"project_id\": \"8f2da1d45e0d\", \"tech_idPrj\": 78, \"alias_id\": 9218, \"alias_namePrj\": \"\", \"tech_used\": 78, \"alias_used\": 148, \"tech_idTec\": 78, \"alias_idTec\": 148, \"alias_name\": \"Blue\"}, {\"project_id\": \"8f2da1d45e0d\", \"tech_idPrj\": 78, \"alias_id\": 9219, \"alias_namePrj\": \"\", \"tech_used\": 78, \"alias_used\": 149, \"tech_idTec\": 78, \"alias_idTec\": 149, \"alias_name\": \"White\"}, {\"project_id\": \"8f2da1d45e0d\", \"tech_idPrj\": 78, \"alias_id\": 9220, \"alias_namePrj\": \"\", \"tech_used\": 78, \"alias_used\": 150, \"tech_idTec\": 78, \"alias_idTec\": 150, \"alias_name\": \"Black\"}, {\"project_id\": \"8f2da1d45e0d\", \"tech_idPrj\": 78, \"alias_id\": 9221, \"alias_namePrj\": \"\", \"tech_used\": 78, \"alias_used\": 151, \"tech_idTec\": 78, \"alias_idTec\": 151, \"alias_name\": \"Red\"}]"}],"_postman_id":"e3d8c436-ab45-49c7-953a-b1ce4a3aedee"},{"name":"Read the possible technology options that could be added to the project","id":"4690693c-27ae-4ba4-a240-26ab5998ab87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readPossibleProjectTechnologiesAlias?Apikey=xxx&project_cod=yyy&user_owner=zzz&tech_id=vvv&tech_user_name=uuu","urlObject":{"protocol":"https","path":["climmob3","api","readPossibleProjectTechnologiesAlias"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"},{"description":{"content":"<p>Unique technology identifier</p>\n","type":"text/plain"},"key":"tech_id","value":"vvv"},{"description":{"content":"<p>User owner of the technology</p>\n","type":"text/plain"},"key":"tech_user_name","value":"uuu"}],"variable":[]}},"response":[{"id":"c167ff4b-af0b-4e73-8c0f-7e516364734f","name":"Read the possible technology options that could be added to the project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readPossibleProjectTechnologiesAlias?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi&tech_id=78&tech_user_name=bioversity","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readPossibleProjectTechnologiesAlias"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project"},{"key":"tech_id","value":"78","description":"Unique technology identifier"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:12:18 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"146"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"tech_id\": 78, \"tech_name\": \"Colors\", \"user_name\": \"bioversity\", \"tech_idAlias\": 78, \"alias_id\": 147, \"alias_name\": \"Yellow\"}, {\"tech_id\": 78, \"tech_name\": \"Colors\", \"user_name\": \"bioversity\", \"tech_idAlias\": 78, \"alias_id\": 148, \"alias_name\": \"Blue\"}, {\"tech_id\": 78, \"tech_name\": \"Colors\", \"user_name\": \"bioversity\", \"tech_idAlias\": 78, \"alias_id\": 149, \"alias_name\": \"White\"}, {\"tech_id\": 78, \"tech_name\": \"Colors\", \"user_name\": \"bioversity\", \"tech_idAlias\": 78, \"alias_id\": 150, \"alias_name\": \"Black\"}, {\"tech_id\": 78, \"tech_name\": \"Colors\", \"user_name\": \"bioversity\", \"tech_idAlias\": 78, \"alias_id\": 151, \"alias_name\": \"Red\"}]"}],"_postman_id":"4690693c-27ae-4ba4-a240-26ab5998ab87"},{"name":"Read extra technology options added in the project","id":"4dcdc751-127b-4c9b-b0a8-b2a6cdef3efc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectTechnologiesAliasExtra?Apikey=xxx&project_cod=yyy&user_owner=zzz&tech_id=vvv&tech_user_name=uuu","urlObject":{"protocol":"https","path":["climmob3","api","readProjectTechnologiesAliasExtra"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"},{"description":{"content":"<p>Unique technology identifier.</p>\n","type":"text/plain"},"key":"tech_id","value":"vvv"},{"description":{"content":"<p>User owner of the technology</p>\n","type":"text/plain"},"key":"tech_user_name","value":"uuu"}],"variable":[]}},"response":[{"id":"14c25232-c116-4502-8ab4-9c85d6c146ec","name":"Read extra technology options added in the project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectTechnologiesAliasExtra?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi&tech_id=78&tech_user_name=bioversity","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectTechnologiesAliasExtra"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project"},{"key":"tech_id","value":"78","description":"Unique technology identifier."},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:22:26 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"104"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"project_id\": \"8f2da1d45e0d\", \"tech_id\": 78, \"alias_id\": 9222, \"alias_name\": \"Purple\", \"tech_used\": null, \"alias_used\": null}]"}],"_postman_id":"4dcdc751-127b-4c9b-b0a8-b2a6cdef3efc"},{"name":"Add technology option to project","id":"1aae857c-af8b-432d-bc62-9aac8d5a5231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"tech_user_name","value":"","description":"<p>User owner of the technology</p>\n","type":"text"},{"key":"alias_id","value":"","description":"<p>Unique technology option identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/addProjectTechnologyAlias?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","addProjectTechnologyAlias"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"ecdb36eb-9c30-4486-bf42-5ab093d70780","name":"Add Yellow","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"tech_id","value":"78","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology","type":"text"},{"key":"alias_id","value":"147","description":"Unique technology option identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addProjectTechnologyAlias?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addProjectTechnologyAlias"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:14:58 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"tech_id\": 78, \"alias_id\": 9217, \"alias_name\": \"\", \"tech_used\": 78, \"alias_used\": 147}"},{"id":"c7da480d-4b33-4992-8e53-ab4d6adf176b","name":"Add Blue","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"tech_id","value":"78","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology","type":"text"},{"key":"alias_id","value":"148","description":"Unique technology option identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addProjectTechnologyAlias?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addProjectTechnologyAlias"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:15:56 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"92"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"tech_id\": 78, \"alias_id\": 9218, \"alias_name\": \"\", \"tech_used\": 78, \"alias_used\": 148}"},{"id":"3d4b68a5-0c58-4ad5-b7fd-0d1b627c8d25","name":"Add White","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"tech_id","value":"78","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology","type":"text"},{"key":"alias_id","value":"149","description":"Unique technology option identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addProjectTechnologyAlias?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addProjectTechnologyAlias"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:16:30 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"tech_id\": 78, \"alias_id\": 9219, \"alias_name\": \"\", \"tech_used\": 78, \"alias_used\": 149}"},{"id":"6265bb0e-bd49-4ddf-906a-77802bccfcf3","name":"Add Black","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"tech_id","value":"78","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology","type":"text"},{"key":"alias_id","value":"150","description":"Unique technology option identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addProjectTechnologyAlias?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addProjectTechnologyAlias"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:17:03 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"tech_id\": 78, \"alias_id\": 9220, \"alias_name\": \"\", \"tech_used\": 78, \"alias_used\": 150}"},{"id":"a0547e61-f28f-40be-b5ae-b9eb9de7e9d6","name":"Add Red","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"tech_id","value":"78","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology","type":"text"},{"key":"alias_id","value":"151","description":"Unique technology option identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addProjectTechnologyAlias?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addProjectTechnologyAlias"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:17:37 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"tech_id\": 78, \"alias_id\": 9221, \"alias_name\": \"\", \"tech_used\": 78, \"alias_used\": 151}"}],"_postman_id":"1aae857c-af8b-432d-bc62-9aac8d5a5231"},{"name":"Add technology option extra to project","id":"0c074af8-b41c-463d-978c-c8150fdbe3e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"tech_user_name","value":"","description":"<p>User owner of the tecnhology</p>\n","type":"text"},{"key":"alias_name","value":"","description":"<p>Name that will receive the technology option.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/addProjectTechnologyAliasExtra?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","addProjectTechnologyAliasExtra"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"2119a348-09ea-4e8d-8fb4-823ba208cbbf","name":"Add technology option extra to project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"tech_id","value":"78","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the tecnhology","type":"text"},{"key":"alias_name","value":"Purple","description":"Name that will receive the technology option.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addProjectTechnologyAliasExtra?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addProjectTechnologyAliasExtra"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:20:20 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"102"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"tech_id\": 78, \"alias_id\": 9222, \"alias_name\": \"Purple\", \"tech_used\": null, \"alias_used\": null}"}],"_postman_id":"0c074af8-b41c-463d-978c-c8150fdbe3e6"},{"name":"Delete technology option from project","id":"9174a732-652d-47cd-9e70-f0f85c8e63d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"tech_user_name","value":"","description":"<p>User owner of the technology.</p>\n","type":"text"},{"key":"alias_id","value":"","description":"<p>Unique technology option identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteProjectTechnologyAlias?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteProjectTechnologyAlias"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"a2ea3188-621b-4222-a198-d46eca39d573","name":"Delete technology option from project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"tech_id","value":"78","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology.","type":"text"},{"key":"alias_id","value":"9222","description":"Unique technology option identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteProjectTechnologyAlias?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteProjectTechnologyAlias"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:27:03 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"54"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The technology option has been deleted in the project."}],"_postman_id":"9174a732-652d-47cd-9e70-f0f85c8e63d6"}],"id":"635f45db-c3dc-46d9-829e-a84c4b7e3db2","_postman_id":"635f45db-c3dc-46d9-829e-a84c4b7e3db2","description":""},{"name":"Read technologies in project","id":"6a135565-71b4-4720-af69-7dbd3fb9c450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectTechnologies?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readProjectTechnologies"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"f09f3808-c313-48e4-92f7-bd34f7e83fdb","name":"Read technologies in project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectTechnologies?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectTechnologies"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:07:05 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"130"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"tech_name\": \"Colors\", \"user_name\": \"bioversity\", \"project_id\": \"8f2da1d45e0d\", \"tech_id\": 78, \"quantity\": 0, \"quantityAlias\": 5, \"user_fullname\": \"Bioversity\"}]"}],"_postman_id":"6a135565-71b4-4720-af69-7dbd3fb9c450"},{"name":"Read the technologies that can be added to the project","id":"c9134cc2-91fa-4725-ae25-9cac53e3c8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readPossibleProjectTechnologies?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readPossibleProjectTechnologies"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"39027820-24c8-4f59-92a4-faffa960d4db","name":"Read the technologies that can be added to the project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readPossibleProjectTechnologies?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readPossibleProjectTechnologies"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:01:32 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"143"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"tech_id\": 109, \"tech_name\": \"Bean varieties\", \"user_name\": \"bioversity\", \"quantity\": 0, \"quantityAlias\": 33, \"user_fullname\": \"Bioversity\"}, {\"tech_id\": 76, \"tech_name\": \"Colores\", \"user_name\": \"bioversity\", \"quantity\": 0, \"quantityAlias\": 8, \"user_fullname\": \"Bioversity\"}, {\"tech_id\": 78, \"tech_name\": \"Colors\", \"user_name\": \"bioversity\", \"quantity\": 0, \"quantityAlias\": 5, \"user_fullname\": \"Bioversity\"}]"}],"_postman_id":"c9134cc2-91fa-4725-ae25-9cac53e3c8c6"},{"name":"Add technology to project","id":"629277cb-b6c1-49d2-942e-2ab54b7bc634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"tech_user_name","value":"","description":"<p>User owner of the technology</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/addProjectTechnology?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","addProjectTechnology"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"5a34f05e-3576-4875-bd0a-7c30cb24e087","name":"Add technology to project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"tech_id","value":"78","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addProjectTechnology?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addProjectTechnology"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:03:51 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The technology was added correctly."}],"_postman_id":"629277cb-b6c1-49d2-942e-2ab54b7bc634"},{"name":"Delete technology from the project","id":"2c47cb95-856e-4a2d-aeb3-9e4e9188fbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project</p>\n","type":"text"},{"key":"tech_id","value":"","description":"<p>Unique technology identifier.</p>\n","type":"text"},{"key":"tech_user_name","value":"","description":"<p>User owner of the technology</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteProjectTechnology?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteProjectTechnology"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"93f8faee-5fa2-4a3d-8ac2-64c04aba485b","name":"Delete technology from the project","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project","type":"text"},{"key":"tech_id","value":"76","description":"Unique technology identifier.","type":"text"},{"key":"tech_user_name","value":"bioversity","description":"User owner of the technology","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteProjectTechnology?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteProjectTechnology"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:06:02 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"49"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The technology has been removed from the project."}],"_postman_id":"2c47cb95-856e-4a2d-aeb3-9e4e9188fbea"}],"id":"c733e547-b876-422f-b1ba-9ea811b8fe62","_postman_id":"c733e547-b876-422f-b1ba-9ea811b8fe62","description":""},{"name":"Registration form","item":[{"name":"Groups","item":[{"name":"Add group to registration form","id":"66d21b47-450b-4065-b086-5606abf7c80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique access ID to ClimMob</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"section_name","value":"","description":"<p>Short name to identify the group.</p>\n","type":"text"},{"key":"section_content","value":"","description":"<p>Describe what kind of questions that group has</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createRegistryGroup?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createRegistryGroup"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"54a0b543-2cb2-49fd-bf01-45f000017928","name":"Add group to registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique access ID to ClimMob","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"section_name","value":"Personal info","description":"Short name to identify the group.","type":"text"},{"key":"section_content","value":"Information about the participant","description":"Describe what kind of questions that group has","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createRegistryGroup?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createRegistryGroup"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:40:29 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"137"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"section_id\": 2, \"section_name\": \"Personal info\", \"section_content\": \"Information about the participant\", \"section_order\": 2, \"section_private\": null}"}],"_postman_id":"66d21b47-450b-4065-b086-5606abf7c80e"},{"name":"Update a group of the registration form","id":"3487aed6-45eb-4977-8c95-2088819da209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique access ID to ClimMob</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"group_cod","value":"","description":"<p>Unique group identifier.</p>\n","type":"text"},{"key":"section_name","value":"","description":"<p>Short name to identify the group.</p>\n","type":"text"},{"key":"section_content","value":"","description":"<p>Describe what kind of questions that group has</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/updateRegistryGroup?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateRegistryGroup"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"f68baa17-a3f4-4eaf-897f-9ae6b0e572c0","name":"Update a group of the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique access ID to ClimMob","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"group_cod","value":"2","description":"Unique group identifier.","type":"text"},{"key":"section_name","value":"Personal information","description":"Short name to identify the group.","type":"text"},{"key":"section_content","value":"Information about the participants","description":"Describe what kind of questions that group has","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateRegistryGroup?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateRegistryGroup"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:42:11 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Group updated successfully."}],"_postman_id":"3487aed6-45eb-4977-8c95-2088819da209"},{"name":"Delete group from the registration form","id":"9e142e1e-a16d-4f85-b134-6e911e8940b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique access ID to ClimMob</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"group_cod","value":"","description":"<p>Unique group identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteRegistryGroup?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteRegistryGroup"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"ea7f73dd-8de1-4df1-9471-369c42f85ee2","name":"Delete group from the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique access ID to ClimMob","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"group_cod","value":"2","description":"Unique group identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteRegistryGroup?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteRegistryGroup"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:43:29 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Group deleted successfully."}],"_postman_id":"9e142e1e-a16d-4f85-b134-6e911e8940b3"}],"id":"608a763b-b0b9-4a30-8e96-b79c3eb1d8e3","_postman_id":"608a763b-b0b9-4a30-8e96-b79c3eb1d8e3","description":""},{"name":"Read registration form","id":"d8685447-0174-474a-a59e-5554fbd0838e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectRegistry?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readProjectRegistry"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"ca4bcc93-a01b-4531-8b7d-ced6ab6473df","name":"Read registration form","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectRegistry?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectRegistry"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:37:09 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"361"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"data\": [{\"section_id\": 1, \"section_name\": \"Main section\", \"section_content\": \"General data\", \"section_order\": 1, \"section_private\": 0, \"question_id\": 162, \"question_desc\": \"Package code\", \"question_name\": \"Package code\", \"question_notes\": \"Give a package to the farmer\", \"question_dtype\": 7, \"question_posstm\": null, \"question_negstm\": null, \"question_perfstmt\": null, \"question_order\": 1, \"question_reqinreg\": 1, \"question_tied\": 0, \"question_notobserved\": 0, \"question_requiredvalue\": 1, \"question_quantitative\": 0, \"user_name\": \"bioversity\", \"user_fullname\": \"Bioversity\", \"createGRP\": true, \"grpCannotDelete\": true, \"closeQst\": false, \"closeGrp\": false, \"hasQuestions\": true}, {\"section_id\": 1, \"section_name\": \"Main section\", \"section_content\": \"General data\", \"section_order\": 1, \"section_private\": 0, \"question_id\": 199, \"question_desc\": \"Farmer name\", \"question_name\": \"Farmer name\", \"question_notes\": \"The name of the farmer\", \"question_dtype\": 1, \"question_posstm\": null, \"question_negstm\": null, \"question_perfstmt\": null, \"question_order\": 2, \"question_reqinreg\": 1, \"question_tied\": 0, \"question_notobserved\": 0, \"question_requiredvalue\": 1, \"question_quantitative\": 0, \"user_name\": \"bioversity\", \"user_fullname\": \"Bioversity\", \"createGRP\": false, \"closeQst\": false, \"closeGrp\": false, \"hasQuestions\": true}], \"finalCloseQst\": true}"}],"_postman_id":"d8685447-0174-474a-a59e-5554fbd0838e"},{"name":"Read questions that can be added to a group from the registration form","id":"0710d28f-b28f-434c-838e-41156ae52406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readPossibleQuestionsForRegistryGroup?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readPossibleQuestionsForRegistryGroup"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"e15a400e-ad40-4283-b25e-11394d6588a2","name":"Read questions that can be added to a group from the registration form","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readPossibleQuestionsForRegistryGroup?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readPossibleQuestionsForRegistryGroup"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:46:53 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1055"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"Questions\": [{\"question_id\": 206, \"question_desc\": \"Farm Geolocation\", \"question_notes\": \"The location of the farm. This question should appear in the first assessment\", \"question_unit\": \"\", \"question_dtype\": 4, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"farmgoelocation\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"564c8d20919c\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Farm Geolocation\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1684, \"question_desc\": \"How old are you?\", \"question_notes\": null, \"question_unit\": \"Years\", \"question_dtype\": 3, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"bioage\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Age\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1686, \"question_desc\": \"Point of delivery\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 4, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 0, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"biogps\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Point of delivery\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1687, \"question_desc\": \"What is your farm size in hectares?\", \"question_notes\": null, \"question_unit\": \"hectares\", \"question_dtype\": 2, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 0, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"FarmSize\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Farm size\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1718, \"question_desc\": \"What was the yield in kilograms?\", \"question_notes\": null, \"question_unit\": \"kg\", \"question_dtype\": 2, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"Yield\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"9a6ddca8778a\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Yield\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 180, \"question_desc\": \"Who controls the income\", \"question_notes\": \"Who controls the income\", \"question_unit\": \"\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"whocontrolstheincome\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"c455308b81d4\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Who controls the income\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1683, \"question_desc\": \"Select the gender of the participant\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 5, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 0, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"biogender\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Gender\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1717, \"question_desc\": \"What crop do you grow on your farm?\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"CropsGrown\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Crops grown on farm\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 2579, \"question_desc\": \"Have you completely lost any of the trial plots?\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 5, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"anyloss\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"af80ce0a9741\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Any loss\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 2580, \"question_desc\": \"Which of the trial plots was lost?\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"whichlost\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"af80ce0a9741\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Which lost\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1790, \"question_desc\": \"Do you have a cell phone with internet connection ?\", \"question_notes\": null, \"question_unit\": \"\", \"question_dtype\": 5, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversityapi\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"qst10\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"c455308b81d4\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Internet - Cell phone\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity Api\"}], \"QuestionsOptions\": [{\"question_id\": 1790, \"value_code\": \"1\", \"value_desc\": \"Yes\", \"value_isother\": 0, \"value_isna\": 0, \"value_order\": 1007}, {\"question_id\": 1790, \"value_code\": \"2\", \"value_desc\": \"No\", \"value_isother\": 0, \"value_isna\": 0, \"value_order\": 1008}, {\"question_id\": 1790, \"value_code\": \"3\", \"value_desc\": \"Not applicable\", \"value_isother\": 0, \"value_isna\": 1, \"value_order\": 1009}]}"}],"_postman_id":"0710d28f-b28f-434c-838e-41156ae52406"},{"name":"Add question to a group of the registration form","id":"8c91f221-e64d-45da-87a3-af5f896a146d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"group_cod","value":"","description":"<p>Unique group identifier.</p>\n","type":"text"},{"key":"question_id","value":"","description":"<p>Unique question identifier.</p>\n","type":"text"},{"key":"question_user_name","value":"","description":"<p>User owner of the question.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/addQuestionToGroupRegistry?Apikey=xx","urlObject":{"protocol":"https","path":["climmob3","api","addQuestionToGroupRegistry"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xx"}],"variable":[]}},"response":[{"id":"2a56bf5a-d470-450d-8ac1-42a28927a77f","name":"Add question to a group of the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"group_cod","value":"2","description":"Unique group identifier.","type":"text"},{"key":"question_id","value":"1684","description":"Unique question identifier.","type":"text"},{"key":"question_user_name","value":"bioversity","description":"User owner of the question.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addQuestionToGroupRegistry?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addQuestionToGroupRegistry"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:50:06 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The question was added to the project"},{"id":"cfc76621-1879-49ed-b89d-c822356db0f9","name":"Add question to a group of the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"group_cod","value":"2","description":"Unique group identifier.","type":"text"},{"key":"question_id","value":"1790","description":"Unique question identifier.","type":"text"},{"key":"question_user_name","value":"bioversityapi","description":"User owner of the question.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addQuestionToGroupRegistry?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addQuestionToGroupRegistry"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:52:22 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The question was added to the project"}],"_postman_id":"8c91f221-e64d-45da-87a3-af5f896a146d"},{"name":"Delete question from a group of the registration form","id":"358e1205-c112-45d3-84be-698e7d3bf0ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"group_cod","value":"","description":"<p>Unique group identifier.</p>\n","type":"text"},{"key":"question_id","value":"","description":"<p>Unique question identifier.</p>\n","type":"text"},{"key":"question_user_name","value":"","description":"<p>User owner of the question.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteQuestionFromGroupRegistry?Apikey=xx","urlObject":{"protocol":"https","path":["climmob3","api","deleteQuestionFromGroupRegistry"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xx"}],"variable":[]}},"response":[{"id":"df18ccb7-863e-4edc-bad8-683a151dfca3","name":"Delete question from a group of the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"group_cod","value":"2","description":"Unique group identifier.","type":"text"},{"key":"question_id","value":"1790","description":"Unique question identifier.","type":"text"},{"key":"question_user_name","value":"bioversityapi","description":"User owner of the question.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteQuestionFromGroupRegistry?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteQuestionFromGroupRegistry"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:53:37 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"30"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Question deleted successfully."}],"_postman_id":"358e1205-c112-45d3-84be-698e7d3bf0ea"},{"name":"Order groups and questions of the registration form","id":"3056abeb-f751-4f36-b893-5e7c7cbfe3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"order","value":"","description":"<p>Dictionary with a specific format - See example</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/orderRegistryQuestions?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","orderRegistryQuestions"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[],"_postman_id":"3056abeb-f751-4f36-b893-5e7c7cbfe3ce"}],"id":"613c4de2-9805-42a3-99aa-365a907a2151","_postman_id":"613c4de2-9805-42a3-99aa-365a907a2151","description":""},{"name":"Start registration form","item":[{"name":"Other actions","item":[{"name":"Set usable combinations","id":"fbf865ee-62e7-4bc4-b4c3-ea164ac047ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ncomb","value":"","description":"<p>Unique combination identifier</p>\n","type":"text"},{"key":"status","value":"","description":"<p>0: Excluded- 1: Included</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/setUsableCombinations?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","setUsableCombinations"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"0f26dfd2-b7d2-4c6a-aa6b-2d64deb2fc2c","name":"Set usable combinations","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"ncomb","value":"1","description":"Unique combination identifier","type":"text"},{"key":"status","value":"0","description":"0: Excluded- 1: Included","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/setUsableCombinations?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","setUsableCombinations"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:59:23 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"41"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The state of the combination was changed."}],"_postman_id":"fbf865ee-62e7-4bc4-b4c3-ea164ac047ed"},{"name":"Cancel the registration form","id":"d7765b59-3c44-4cca-b0a1-bf62a5b51f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/cancelProjectREgistry?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","cancelProjectREgistry"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"14ed7186-03c5-4af2-ba53-2a13645166cd","name":"Cancel the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/cancelProjectREgistry?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","cancelProjectREgistry"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:05:29 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"20"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Cancel registration."}],"_postman_id":"d7765b59-3c44-4cca-b0a1-bf62a5b51f3a"}],"id":"63e868a9-9218-498e-b4b6-2efe00bef6ed","_postman_id":"63e868a9-9218-498e-b4b6-2efe00bef6ed","description":""},{"name":"Read project combinations","id":"914a3fd8-c7d0-44a1-9038-8ff4fa24a830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectCombinations?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readProjectCombinations"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"85779a89-471b-49b2-a75b-0d146e0795f0","name":"Read project combinations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectCombinations?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectCombinations"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 21:57:36 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"197"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"techs\": [{\"tech_id\": 78, \"tech_name\": \"Colors\"}], \"combinations\": [{\"ncomb\": 1, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"alias_id\": \"147\", \"alias_name\": \"Yellow\"}]}, {\"ncomb\": 2, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"alias_id\": \"148\", \"alias_name\": \"Blue\"}]}, {\"ncomb\": 3, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"alias_id\": \"149\", \"alias_name\": \"White\"}]}, {\"ncomb\": 4, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"alias_id\": \"150\", \"alias_name\": \"Black\"}]}, {\"ncomb\": 5, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"alias_id\": \"151\", \"alias_name\": \"Red\"}]}]}"}],"_postman_id":"914a3fd8-c7d0-44a1-9038-8ff4fa24a830"},{"name":"Read project packages","id":"0c39d058-128d-4fb4-a745-08c03e43550c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectPackages?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readProjectPackages"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"a39de217-d7f7-4b3e-8899-8934e9807567","name":"Read project packages","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectPackages?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectPackages"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:00:36 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"ClimMob has started the package creation process, please check back in a moment to verify that the process has been completed."},{"id":"7d9de003-1e64-456e-a58a-11150b35d67e","name":"Second time","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectPackages?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectPackages"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:01:15 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"994"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"packages\": [{\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 1, \"package_code\": \"Package #1\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 2, \"package_code\": \"Package #2\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 3, \"package_code\": \"Package #3\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 4, \"package_code\": \"Package #4\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 5, \"package_code\": \"Package #5\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 6, \"package_code\": \"Package #6\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 7, \"package_code\": \"Package #7\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 8, \"package_code\": \"Package #8\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 9, \"package_code\": \"Package #9\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 10, \"package_code\": \"Package #10\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 11, \"package_code\": \"Package #11\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 12, \"package_code\": \"Package #12\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 13, \"package_code\": \"Package #13\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 14, \"package_code\": \"Package #14\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 15, \"package_code\": \"Package #15\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 16, \"package_code\": \"Package #16\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 17, \"package_code\": \"Package #17\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 18, \"package_code\": \"Package #18\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 19, \"package_code\": \"Package #19\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 20, \"package_code\": \"Package #20\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 21, \"package_code\": \"Package #21\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 22, \"package_code\": \"Package #22\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 23, \"package_code\": \"Package #23\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 24, \"package_code\": \"Package #24\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 25, \"package_code\": \"Package #25\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 26, \"package_code\": \"Package #26\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 27, \"package_code\": \"Package #27\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 28, \"package_code\": \"Package #28\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 29, \"package_code\": \"Package #29\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 30, \"package_code\": \"Package #30\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 31, \"package_code\": \"Package #31\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 32, \"package_code\": \"Package #32\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 33, \"package_code\": \"Package #33\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 34, \"package_code\": \"Package #34\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 35, \"package_code\": \"Package #35\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 36, \"package_code\": \"Package #36\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 37, \"package_code\": \"Package #37\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 38, \"package_code\": \"Package #38\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 39, \"package_code\": \"Package #39\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 40, \"package_code\": \"Package #40\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 41, \"package_code\": \"Package #41\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 42, \"package_code\": \"Package #42\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 43, \"package_code\": \"Package #43\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 44, \"package_code\": \"Package #44\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 45, \"package_code\": \"Package #45\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 46, \"package_code\": \"Package #46\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 47, \"package_code\": \"Package #47\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 48, \"package_code\": \"Package #48\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 49, \"package_code\": \"Package #49\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}]}, {\"user_name\": \"bioversityapi\", \"user_fullname\": \"Bioversity Api\", \"project_name\": \"Project for test\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"package_id\": 50, \"package_code\": \"Package #50\", \"combs\": [{\"comb_order\": 1, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_id\": 78, \"tech_name\": \"Colors\", \"alias_name\": \"Black\"}]}]}], \"combinations\": 3}"}],"_postman_id":"0c39d058-128d-4fb4-a745-08c03e43550c"},{"name":"Start the registration form","id":"12dc1b09-22ac-460b-be4a-678cf6c7467a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createProjectRegistry?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createProjectRegistry"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"94e4e0df-500c-4c89-ba32-2d3660768714","name":"Start the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createProjectRegistry?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createProjectRegistry"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:02:15 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"Registration started."}],"_postman_id":"12dc1b09-22ac-460b-be4a-678cf6c7467a"}],"id":"1e562fcc-648e-414c-bd5a-20db700d2dd7","_postman_id":"1e562fcc-648e-414c-bd5a-20db700d2dd7","description":""},{"name":"Add information to the registration form","item":[{"name":"Read registration form structure","id":"bfda8f18-9866-45fb-a9fb-e74554a957f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readRegistryStructure?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readRegistryStructure"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"025e8c41-0cc2-4602-94bf-29482d0af6ca","name":"Read registration form structure","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readRegistryStructure?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readRegistryStructure"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:15:03 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"609"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"section_name\": \"Main section\", \"section_content\": \"General data\", \"section_id\": 1, \"section_questions\": [{\"question_id\": 162, \"question_desc\": \"Package code\", \"question_dtype\": \"barcode\", \"question_dtype2\": 7, \"question_notes\": \"Give a package to the farmer\", \"question_unit\": \"\", \"question_requiredvalue\": 1, \"question_code\": \"QST162\", \"question_datafield\": \"grp_1/QST162\"}, {\"question_id\": 199, \"question_desc\": \"Farmer name\", \"question_dtype\": \"text\", \"question_dtype2\": 1, \"question_notes\": \"The name of the farmer\", \"question_unit\": \"\", \"question_requiredvalue\": 1, \"question_code\": \"farmername\", \"question_datafield\": \"grp_1/farmername\"}]}, {\"section_name\": \"Personal information\", \"section_content\": \"About the participant\", \"section_id\": 2, \"section_questions\": [{\"question_id\": 1684, \"question_desc\": \"How old are you?\", \"question_dtype\": \"integer\", \"question_dtype2\": 3, \"question_notes\": null, \"question_unit\": \"Years\", \"question_requiredvalue\": 1, \"question_code\": \"bioage\", \"question_datafield\": \"grp_2/bioage\"}, {\"question_id\": 1790, \"question_desc\": \"Do you have a cell phone with internet connection ?\", \"question_dtype\": \"select_one\", \"question_dtype2\": 5, \"question_notes\": null, \"question_unit\": \"\", \"question_requiredvalue\": 1, \"question_code\": \"qst10\", \"question_datafield\": \"grp_2/qst10\", \"question_options\": [{\"question_id\": 1790, \"value_code\": \"1\", \"value_desc\": \"Yes\", \"value_isother\": 0, \"value_isna\": 0, \"value_order\": 1007}, {\"question_id\": 1790, \"value_code\": \"2\", \"value_desc\": \"No\", \"value_isother\": 0, \"value_isna\": 0, \"value_order\": 1008}, {\"question_id\": 1790, \"value_code\": \"3\", \"value_desc\": \"Not applicable\", \"value_isother\": 0, \"value_isna\": 1, \"value_order\": 1009}]}]}, {\"section_name\": \"Extra Field\", \"section_content\": \"Have necessary questions for documentation.\", \"section_id\": \"None\", \"section_questions\": [{\"question_id\": \"-1\", \"question_desc\": \"Start of survey\", \"question_dtype\": \"dateTime\", \"question_dtype2\": 5, \"question_notes\": \"Start of survey\", \"question_unit\": \"\", \"question_requiredvalue\": 1, \"question_code\": \"__CLMQST1__\", \"question_datafield\": \"clm_start\"}, {\"question_id\": \"-2\", \"question_desc\": \"End of survey\", \"question_dtype\": \"dateTime\", \"question_dtype2\": 5, \"question_notes\": \"End of survey\", \"question_unit\": \"\", \"question_requiredvalue\": 1, \"question_code\": \"__CLMQST2__\", \"question_datafield\": \"clm_end\"}]}]"}],"_postman_id":"bfda8f18-9866-45fb-a9fb-e74554a957f0"},{"name":"Add information to the registration form","id":"d6e110de-c6e8-44fb-88c9-fa4a76429a4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"json","value":"","description":"<p>json with the information collected with the format of the registration form structure - See \"Read registration form structure\"</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/pushJsonToRegistry?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","pushJsonToRegistry"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"9d7da8fc-7433-4ada-8a04-e659f59e813b","name":"Add information to the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"json","value":"{\"grp_1/QST162\": \"1\", \"grp_1/farmername\": \"Leo Coto\", \"grp_2/bioage\": \"25\",\t\"grp_2/qst10\": \"1\", \"clm_start\": \"2022-03-25\", \"clm_end\": \"2022-03-25\"}","description":"json with the information collected with the format of the registration form structure - See \"Read registration form structure\"","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/pushJsonToRegistry?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","pushJsonToRegistry"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:20:36 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"16"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Data registered."}],"_postman_id":"d6e110de-c6e8-44fb-88c9-fa4a76429a4d"},{"name":"Read data","id":"f1200f60-3fe4-4e37-87c0-938c40c4b166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readRegistryData?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readRegistryData"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"2fe33131-6530-4185-a9ea-7db01050fdef","name":"Read data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readRegistryData?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readRegistryData"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:21:38 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"990"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"structure\": {\"lkptables\": [{\"name\": \"REG_lkpqst10_opts\", \"desc\": \"Lookup table for list name \\u201cqst10_opts\\u201d\", \"fields\": [{\"name\": \"qst10_opts_cod\", \"desc\": \"Code\", \"key\": \"true\"}, {\"name\": \"qst10_opts_des\", \"desc\": \"Description\", \"key\": null}], \"values\": [{\"qst10_opts_cod\": 1, \"qst10_opts_des\": \"Yes\"}, {\"qst10_opts_cod\": 2, \"qst10_opts_des\": \"No\"}, {\"qst10_opts_cod\": 3, \"qst10_opts_des\": \"Not applicable\"}]}], \"fields\": [{\"name\": \"surveyid\", \"odktype\": \"\", \"desc\": \"Submission ID\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"originid\", \"odktype\": \"\", \"desc\": \"Origin\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_submitted_by\", \"odktype\": \"text\", \"desc\": \"Submitted by\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_xform_id_string\", \"odktype\": \"text\", \"desc\": \"XForm ID\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_submitted_date\", \"odktype\": \"datetime\", \"desc\": \"Submitted date\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_geopoint\", \"odktype\": \"geopoint\", \"desc\": \"GPS point\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_longitude\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Longitude\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_latitude\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Latitude\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_elevation\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Elevation\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_precision\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Precision\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_active\", \"odktype\": \"integer\", \"desc\": \"The record is active (case only)\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"qst162\", \"odktype\": \"barcode\", \"desc\": \"Package code\", \"key\": \"true\", \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clm_deviceimei\", \"odktype\": \"deviceid\", \"desc\": \"Device IMEI\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clm_start\", \"odktype\": \"start\", \"desc\": \"Start of survey\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"farmername\", \"odktype\": \"text\", \"desc\": \"Farmer name\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clc_before\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clc_after\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"bioage\", \"odktype\": \"integer\", \"desc\": \"How old are you?\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"qst10\", \"odktype\": \"select one\", \"desc\": \"Do you have a cell phone with internet connection ?\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": \"true\", \"rtable\": \"REG_lkpqst10_opts\", \"rfield\": \"qst10_opts_cod\"}, {\"name\": \"clm_end\", \"odktype\": \"end\", \"desc\": \"End of survey\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"instancename\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"rowuuid\", \"odktype\": \"\", \"desc\": \"Unique Row Identifier (UUID)\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}]}, \"data\": [{\"REG_surveyid\": \"cb969ac0-ac89-11ec-b696-0242c0a80101\", \"REG_originid\": \"ODKTOOLS 2.0\", \"REG__submitted_by\": null, \"REG__xform_id_string\": null, \"REG__submitted_date\": null, \"REG__geopoint\": null, \"REG__longitude\": null, \"REG__latitude\": null, \"REG__elevation\": null, \"REG__precision\": null, \"REG__active\": null, \"REG_qst162\": \"1\", \"REG_clm_deviceimei\": \"API_e8a027d5-1941-4761-9a9a-8a540a4f3ff2\", \"REG_clm_start\": \"2022-03-25 00:00:00\", \"REG_farmername\": \"Leo Coto\", \"REG_clc_before\": null, \"REG_clc_after\": null, \"REG_bioage\": 25, \"REG_qst10\": 1, \"REG_clm_end\": \"2022-03-25 00:00:00\", \"REG_instancename\": null, \"REG_rowuuid\": \"373944a9-f8a2-480f-b606-126875634c25\"}]}"}],"_postman_id":"f1200f60-3fe4-4e37-87c0-938c40c4b166"}],"id":"97a24bc3-6270-4945-8efb-c989405fb984","_postman_id":"97a24bc3-6270-4945-8efb-c989405fb984","description":""},{"name":"Finish registration form","item":[{"name":"Finish the registration form","id":"1031e889-32e1-4d9a-ac2a-ca82f1cda830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/closeProjectRegistry?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","closeProjectRegistry"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"65529678-4024-4614-ac62-65c25eabc95d","name":"Finish the registration form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/closeProjectRegistry?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","closeProjectRegistry"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:22:42 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"20"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Closed registration."}],"_postman_id":"1031e889-32e1-4d9a-ac2a-ca82f1cda830"}],"id":"e3793e80-f3ba-4fd0-aae0-2455270ecd3f","_postman_id":"e3793e80-f3ba-4fd0-aae0-2455270ecd3f","description":""},{"name":"Assessments","item":[{"name":"Data collection moments","item":[{"name":"Data collection details","item":[{"name":"Groups","item":[{"name":"Add group to the data collection moment","id":"619b2fbe-4e6a-4058-a48a-d19956e18839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique access ID to ClimMob</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ass_cod","value":"","description":"<p>Unique data collection moment identifier.</p>\n","type":"text"},{"key":"section_name","value":"","description":"<p>Short name to identify the group.</p>\n","type":"text"},{"key":"section_content","value":"","description":"<p>Describe what kind of questions that group has</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createAssessmentGroup?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createAssessmentGroup"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"87878765-7a76-47d2-83b1-4ad085f5cecd","name":"Add group to the data collection moment","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique access ID to ClimMob","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"ass_cod","value":"0681e48c00d2","description":"Unique data collection moment identifier.","type":"text"},{"key":"section_name","value":"Evaluation","description":"Short name to identify the group.","type":"text"},{"key":"section_content","value":"Questions of ranking","description":"Describe what kind of questions that group has","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createAssessmentGroup?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createAssessmentGroup"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 01:45:29 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"143"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"ass_cod\": \"0681e48c00d2\", \"section_id\": 3, \"section_name\": \"Evaluation\", \"section_content\": \"Questions of ranking\", \"section_order\": 3, \"section_private\": null}"}],"_postman_id":"619b2fbe-4e6a-4058-a48a-d19956e18839"},{"name":"Update group to the data collection moment","id":"3881669e-c855-4fbe-9c16-068f658c0287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique access ID to ClimMob</p>\n","key":"project_cod","type":"text","value":""},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"description":"<p>Unique data collection moment identifier.</p>\n","key":"ass_cod","type":"text","value":""},{"key":"group_cod","value":"","description":"<p>Unique group identifier.</p>\n","type":"text"},{"key":"section_name","value":"","description":"<p>Short name to identify the group.</p>\n","type":"text"},{"description":"<p>Describe what kind of questions that group has</p>\n","key":"section_content","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/updateAssessmentGroup?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateAssessmentGroup"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"dc0bd8ad-8fa1-4229-96e9-4815d93decab","name":"Update group to the data collection moment","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique access ID to ClimMob","key":"project_cod","type":"text","value":"projectapi"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"description":"Unique data collection moment identifier.","key":"ass_cod","type":"text","value":"0681e48c00d2"},{"key":"group_cod","value":"3","description":"Unique group identifier.","type":"text"},{"key":"section_name","value":"Evaluation","description":"Short name to identify the group.","type":"text"},{"description":"Describe what kind of questions that group has","key":"section_content","type":"text","value":"Questions of ranking and comparison"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateAssessmentGroup?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateAssessmentGroup"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 01:47:45 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Group updated successfully."}],"_postman_id":"3881669e-c855-4fbe-9c16-068f658c0287"},{"name":"Delete group to the data collection moment","id":"0b98cf6d-605e-4475-b438-065bd82433ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique access ID to ClimMob</p>\n","key":"project_cod","type":"text","value":""},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"description":"<p>Unique data collection moment identifier.</p>\n","key":"ass_cod","type":"text","value":""},{"description":"<p>Unique group identifier.</p>\n","key":"group_cod","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/deleteAssessmentGroup?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteAssessmentGroup"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"fd224f4d-5e3a-4659-b704-43351468203b","name":"Delete group to the data collection moment","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique access ID to ClimMob","key":"project_cod","type":"text","value":"projectapi"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"description":"Unique data collection moment identifier.","key":"ass_cod","type":"text","value":"0681e48c00d2"},{"description":"Unique group identifier.","key":"group_cod","type":"text","value":"3"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteAssessmentGroup?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteAssessmentGroup"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 01:49:01 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Group deleted successfully."}],"_postman_id":"0b98cf6d-605e-4475-b438-065bd82433ba"}],"id":"d34d0788-1ad6-4ac7-8dac-dade9841ff45","_postman_id":"d34d0788-1ad6-4ac7-8dac-dade9841ff45","description":""},{"name":"Read data collection moment form","id":"550493ee-13ee-41c2-a1a6-16d4b5d3280c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectAssessmentStructure?Apikey=xxx&project_cod=yyy&user_owner=zzz&ass_cod=vvv","urlObject":{"protocol":"https","path":["climmob3","api","readProjectAssessmentStructure"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"},{"description":{"content":"<p>Unique data collection moment identifier.</p>\n","type":"text/plain"},"key":"ass_cod","value":"vvv"}],"variable":[]}},"response":[{"id":"09c3e0bb-f4a2-4e2d-8ed5-8749b1eb012b","name":"Read data collection moment form","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectAssessmentStructure?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi&ass_cod=0681e48c00d2","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectAssessmentStructure"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."},{"key":"ass_cod","value":"0681e48c00d2","description":"Unique data collection moment identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 01:36:43 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"430"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"section_id\": 1, \"section_name\": \"Farmer selection\", \"section_content\": \"List of farmers included in the registration form\", \"section_order\": 1, \"section_private\": 1, \"question_id\": 163, \"question_desc\": \"Select the farmer\", \"question_name\": \"Select the farmer\", \"question_notes\": \"To select a previously registered farmer.\", \"question_dtype\": 8, \"question_posstm\": null, \"question_negstm\": null, \"question_perfstmt\": null, \"question_order\": 1, \"question_reqinasses\": 1, \"question_tied\": 0, \"question_notobserved\": 0, \"question_requiredvalue\": 1, \"question_quantitative\": 0, \"user_name\": \"bioversity\", \"user_fullname\": \"Bioversity\", \"createGRP\": true, \"grpCannotDelete\": true, \"closeQst\": false, \"closeGrp\": false, \"hasQuestions\": true}, {\"section_id\": 2, \"section_name\": \"Main section\", \"section_content\": \"General data\", \"section_order\": 2, \"section_private\": 0, \"question_id\": null, \"question_desc\": null, \"question_name\": null, \"question_notes\": null, \"question_dtype\": null, \"question_posstm\": null, \"question_negstm\": null, \"question_perfstmt\": null, \"question_order\": 0, \"question_reqinasses\": null, \"question_tied\": null, \"question_notobserved\": null, \"question_requiredvalue\": null, \"question_quantitative\": null, \"user_name\": null, \"user_fullname\": null, \"createGRP\": true, \"grpCannotDelete\": false, \"closeQst\": true, \"closeGrp\": true, \"hasQuestions\": false}]"}],"_postman_id":"550493ee-13ee-41c2-a1a6-16d4b5d3280c"},{"name":"Read questions that can be added to a group from the data collection","id":"09aeb34e-6db6-449a-8f80-77ec3c75deba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readPossibleQuestionForAssessmentGroup?Apikey=xxx&project_cod=yyy&user_owner=vvv&ass_cod=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readPossibleQuestionForAssessmentGroup"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"vvv"},{"description":{"content":"<p>Unique data collection moment identifier.</p>\n","type":"text/plain"},"key":"ass_cod","value":"zzz"}],"variable":[]}},"response":[{"id":"d6b20db5-b4c6-4d1a-aeea-9ed7bdfc9916","name":"Read questions that can be added to a group from the data collection","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readPossibleQuestionForAssessmentGroup?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi&ass_cod=0681e48c00d2","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readPossibleQuestionForAssessmentGroup"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."},{"key":"ass_cod","value":"0681e48c00d2","description":"Unique data collection moment identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 01:42:45 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1396"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"Questions\": [{\"question_id\": 180, \"question_desc\": \"Who controls the income\", \"question_notes\": \"Who controls the income\", \"question_unit\": \"\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"whocontrolstheincome\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"c455308b81d4\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Who controls the income\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 204, \"question_desc\": \"Overall ranking\", \"question_notes\": \"This is the overall characteristic\", \"question_unit\": \"\", \"question_dtype\": 9, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": \"Overall, which option was the best?\", \"question_negstm\": \"Overall, which option was the worst?\", \"question_twoitems\": \"Overall, which option performed better?\", \"question_moreitems\": \"Overall, which option is at position {{pos}}?\", \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"overallperf\", \"question_regkey\": 0, \"question_overall\": 1, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"9a6ddca8778a\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Overall ranking\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 205, \"question_desc\": \"Comparison with current\", \"question_notes\": \"Overall performance against local\", \"question_unit\": \"\", \"question_dtype\": 10, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"overallchar\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": \"Overall, is {{option}} better or worse than what you usually use?\", \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 1, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"9a6ddca8778a\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Comparison with current\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 206, \"question_desc\": \"Farm Geolocation\", \"question_notes\": \"The location of the farm. This question should appear in the first assessment\", \"question_unit\": \"\", \"question_dtype\": 4, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"farmgoelocation\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"564c8d20919c\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Farm Geolocation\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1683, \"question_desc\": \"Select the gender of the participant\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 5, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 0, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"biogender\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Gender\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1684, \"question_desc\": \"How old are you?\", \"question_notes\": null, \"question_unit\": \"Years\", \"question_dtype\": 3, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"bioage\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Age\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1685, \"question_desc\": \"-\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 9, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": \"What color do you like best?\", \"question_negstm\": \"What color do you like less?\", \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"colorFavorite\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"9a6ddca8778a\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Favorite color\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1686, \"question_desc\": \"Point of delivery\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 4, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 0, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"biogps\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Point of delivery\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1687, \"question_desc\": \"What is your farm size in hectares?\", \"question_notes\": null, \"question_unit\": \"hectares\", \"question_dtype\": 2, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 0, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"FarmSize\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Farm size\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1717, \"question_desc\": \"What crop do you grow on your farm?\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"CropsGrown\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"e2d53b4d0cd8\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Crops grown on farm\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1718, \"question_desc\": \"What was the yield in kilograms?\", \"question_notes\": null, \"question_unit\": \"kg\", \"question_dtype\": 2, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"Yield\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"9a6ddca8778a\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Yield\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 2579, \"question_desc\": \"Have you completely lost any of the trial plots?\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 5, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"anyloss\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"af80ce0a9741\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Any loss\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 2580, \"question_desc\": \"Which of the trial plots was lost?\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 6, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversity\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"whichlost\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"af80ce0a9741\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Which lost\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity\"}, {\"question_id\": 1790, \"question_desc\": \"Do you have a cell phone with internet connection ?\", \"question_notes\": null, \"question_unit\": \"\", \"question_dtype\": 5, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversityapi\", \"question_posstm\": null, \"question_negstm\": null, \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"qst10\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"c455308b81d4\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"Internet - Cell phone\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity Api\"}, {\"question_id\": 1800, \"question_desc\": \"-\", \"question_notes\": null, \"question_unit\": \"-\", \"question_dtype\": 9, \"question_cmp\": null, \"question_reqinreg\": 0, \"question_reqinasses\": 0, \"question_optperprj\": 0, \"user_name\": \"bioversityapi\", \"question_posstm\": \"Which variety yielded better?\", \"question_negstm\": \"Which variety yielded worst?\", \"question_twoitems\": null, \"question_moreitems\": null, \"question_requiredvalue\": 1, \"extra\": null, \"question_asskey\": 0, \"question_code\": \"qst002\", \"question_regkey\": 0, \"question_overall\": 0, \"question_perfstmt\": null, \"question_alwaysinasse\": 0, \"question_alwaysinreg\": 0, \"question_fname\": 0, \"question_overallperf\": 0, \"question_district\": 0, \"question_father\": 0, \"question_village\": 0, \"qstgroups_id\": \"c455308b81d4\", \"qstgroups_user\": \"bioversity\", \"question_visible\": 1, \"question_name\": \"yield\", \"question_notobserved\": 0, \"question_tied\": 0, \"question_quantitative\": 0, \"user_fullname\": \"Bioversity Api\"}], \"QuestionsOptions\": [{\"question_id\": 1790, \"value_code\": \"1\", \"value_desc\": \"Yes\", \"value_isother\": 0, \"value_isna\": 0, \"value_order\": 1007}, {\"question_id\": 1790, \"value_code\": \"2\", \"value_desc\": \"No\", \"value_isother\": 0, \"value_isna\": 0, \"value_order\": 1008}, {\"question_id\": 1790, \"value_code\": \"3\", \"value_desc\": \"Not applicable\", \"value_isother\": 0, \"value_isna\": 1, \"value_order\": 1009}]}"}],"_postman_id":"09aeb34e-6db6-449a-8f80-77ec3c75deba"},{"name":"Add question to a group of the data collection moment form","id":"8bd7dd59-1477-4349-981e-930b8643905d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ass_cod","value":"","description":"<p>Unique data collection moment identifier.</p>\n","type":"text"},{"key":"group_cod","value":"","description":"<p>Unique group identifier.</p>\n","type":"text"},{"key":"question_id","value":"","description":"<p>Unique question identifier.</p>\n","type":"text"},{"key":"question_user_name","value":"","description":"<p>User owner of the question.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/addQuestionToGroupAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","addQuestionToGroupAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"ee23318e-9a79-4282-b9b7-17fd01557954","name":"Add question to a group of the data collection moment form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"ass_cod","value":"0681e48c00d2","description":"Unique data collection moment identifier.","type":"text"},{"key":"group_cod","value":"2","description":"Unique group identifier.","type":"text"},{"key":"question_id","value":"1685","description":"Unique question identifier.","type":"text"},{"key":"question_user_name","value":"bioversity","description":"User owner of the question.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/addQuestionToGroupAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","addQuestionToGroupAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 01:57:25 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"53"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"The question was added to the data collection moment."}],"_postman_id":"8bd7dd59-1477-4349-981e-930b8643905d"},{"name":"Delete question from a group of the data collection moment form","id":"d84d0667-c031-4576-a939-35d8f572ea8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique and short name (10 characters).</p>\n","key":"project_cod","type":"text","value":""},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"description":"<p>Unique data collection moment identifier.</p>\n","key":"ass_cod","type":"text","value":""},{"description":"<p>Unique group identifier.</p>\n","key":"group_cod","type":"text","value":""},{"description":"<p>Unique question identifier.</p>\n","key":"question_id","type":"text","value":""},{"key":"question_user_name","value":"","description":"<p>User owner of the question.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteQuestionFromGroupAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteQuestionFromGroupAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"cd73956f-7eea-4f81-96b6-0500aeb905a6","name":"Delete question from a group of the data collection moment form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique and short name (10 characters).","key":"project_cod","type":"text","value":"projectapi"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"description":"Unique data collection moment identifier.","key":"ass_cod","type":"text","value":"0681e48c00d2"},{"description":"Unique group identifier.","key":"group_cod","type":"text","value":"2"},{"description":"Unique question identifier.","key":"question_id","type":"text","value":"1718"},{"key":"question_user_name","value":"bioversity","description":"User owner of the question.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteQuestionFromGroupAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteQuestionFromGroupAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:02:12 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"30"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Question deleted successfully."}],"_postman_id":"d84d0667-c031-4576-a939-35d8f572ea8f"},{"name":"Order groups and questions of data collection moment","id":"386e4098-bb3a-4380-abf4-57cc088f1dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique and short name (10 characters).</p>\n","key":"project_cod","type":"text","value":""},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ass_cod","value":"","description":"<p>Unique data collection moment identifier.</p>\n","type":"text"},{"description":"<p>Dictionary with a specific format - See example</p>\n","key":"order","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/orderAssessmentQuestions?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","orderAssessmentQuestions"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[],"_postman_id":"386e4098-bb3a-4380-abf4-57cc088f1dd2"}],"id":"243072b0-6460-4311-b708-109024e8a385","event":[{"listen":"prerequest","script":{"id":"94d698fd-d199-4727-a12e-d40a0be9017e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"39ba5fdb-6f42-4795-aef2-f7691b0838ac","type":"text/javascript","exec":[""]}}],"_postman_id":"243072b0-6460-4311-b708-109024e8a385","description":""},{"name":"Start data collection moment form","item":[{"name":"Other actions","item":[{"name":"Cancel a data collection moment form","id":"13ac5195-6fce-4705-8200-1b9fd40f3e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique and short name (10 characters).</p>\n","key":"project_cod","type":"text","value":""},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"description":"<p>Unique data collection moment identifier.</p>\n","key":"ass_cod","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/cancelProjectAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","cancelProjectAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"76c340d9-c2dd-47b5-8068-db88af4237cf","name":"Cancel a data collection moment form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique and short name (10 characters).","key":"project_cod","type":"text","value":"projectapi"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"description":"Unique data collection moment identifier.","key":"ass_cod","type":"text","value":"0681e48c00d2"}]},"url":{"raw":"https://climmob.net/climmob3/api/cancelProjectAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","cancelProjectAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:09:09 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"22"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Cancel data collection"}],"_postman_id":"13ac5195-6fce-4705-8200-1b9fd40f3e68"}],"id":"32b16756-af4d-4e45-b4a2-dcbffabe40af","_postman_id":"32b16756-af4d-4e45-b4a2-dcbffabe40af","description":""},{"name":"Start a data collection moment form","id":"f754af9c-6cb6-42da-9c30-f74aaa06188c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique and short name (10 characters).</p>\n","key":"project_cod","type":"text","value":""},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ass_cod","value":"","description":"<p>Unique data collection moment identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createProjectAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createProjectAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"15805243-765e-4690-90a3-713c1e9094bf","name":"Start a data collection moment form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique and short name (10 characters).","key":"project_cod","type":"text","value":"projectapi"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"ass_cod","value":"0681e48c00d2","description":"Unique data collection moment identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createProjectAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createProjectAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:07:44 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"24"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Data collection started."}],"_postman_id":"f754af9c-6cb6-42da-9c30-f74aaa06188c"}],"id":"9d816dee-32eb-44a5-9f9a-cbc28d5d6daa","event":[{"listen":"prerequest","script":{"id":"bc1f167e-af96-4551-9f88-42929c0d5351","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"780a8762-2538-490d-9bf5-8d262112529e","type":"text/javascript","exec":[""]}}],"_postman_id":"9d816dee-32eb-44a5-9f9a-cbc28d5d6daa","description":""},{"name":"Add information to the data collection moment","item":[{"name":"Read data collection moment structure","id":"dec29242-893a-4934-8909-0dba00bb8da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readAssessmentStructure?Apikey=xxx&project_cod=yyy&user_owner=zzz&ass_cod=vvv","urlObject":{"protocol":"https","path":["climmob3","api","readAssessmentStructure"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"},{"description":{"content":"<p>Unique data collection moment identifier.</p>\n","type":"text/plain"},"key":"ass_cod","value":"vvv"}],"variable":[]}},"response":[{"id":"95256543-cf70-4a70-a3fc-4cd0bb60ec01","name":"Read data collection moment structure","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readAssessmentStructure?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi&ass_cod=0681e48c00d2","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readAssessmentStructure"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."},{"key":"ass_cod","value":"0681e48c00d2","description":"Unique data collection moment identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:10:53 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"566"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"section_name\": \"Farmer selection\", \"section_content\": \"List of farmers included in the registration form\", \"section_id\": 1, \"section_questions\": [{\"question_id\": 163, \"question_desc\": \"Select the farmer\", \"question_dtype\": \"select_one\", \"question_dtype2\": 8, \"question_notes\": \"To select a previously registered farmer.\", \"question_unit\": \"Select a farmer\", \"question_requiredvalue\": 1, \"question_code\": \"QST163\", \"question_datafield\": \"grp_1/QST163\", \"question_options\": [{\"value_desc\": \"P:1-Leo Coto\", \"value_isother\": 0, \"value_code\": \"1\", \"value_isna\": 0, \"value_order\": \"1\", \"question_id\": 163}]}]}, {\"section_name\": \"Main section\", \"section_content\": \"General data\", \"section_id\": 2, \"section_questions\": [{\"question_id\": 1685, \"question_desc\": \"What color do you like best?\", \"question_dtype\": \"select_one\", \"question_dtype2\": 9, \"question_notes\": null, \"question_unit\": \"-\", \"question_requiredvalue\": 1, \"question_code\": \"colorFavorite\", \"question_datafield\": \"grp_2/char_colorFavorite_pos\", \"question_options\": [{\"value_desc\": \"Option A\", \"value_isother\": 0, \"value_code\": \"1\", \"value_isna\": 0, \"value_order\": \"1\", \"question_id\": 1685}, {\"value_desc\": \"Option B\", \"value_isother\": 0, \"value_code\": \"2\", \"value_isna\": 0, \"value_order\": \"2\", \"question_id\": 1685}, {\"value_desc\": \"Option C\", \"value_isother\": 0, \"value_code\": \"3\", \"value_isna\": 0, \"value_order\": \"3\", \"question_id\": 1685}]}, {\"question_id\": 1685, \"question_desc\": \"What color do you like less?\", \"question_dtype\": \"select_one\", \"question_dtype2\": 9, \"question_notes\": null, \"question_unit\": \"-\", \"question_requiredvalue\": 1, \"question_code\": \"colorFavorite\", \"question_datafield\": \"grp_2/char_colorFavorite_neg\", \"question_options\": [{\"value_desc\": \"Option A\", \"value_isother\": 0, \"value_code\": \"1\", \"value_isna\": 0, \"value_order\": \"1\", \"question_id\": 1685}, {\"value_desc\": \"Option B\", \"value_isother\": 0, \"value_code\": \"2\", \"value_isna\": 0, \"value_order\": \"2\", \"question_id\": 1685}, {\"value_desc\": \"Option C\", \"value_isother\": 0, \"value_code\": \"3\", \"value_isna\": 0, \"value_order\": \"3\", \"question_id\": 1685}]}]}, {\"section_name\": \"Extra Field\", \"section_content\": \"Have necessary questions for documentation.\", \"section_id\": \"None\", \"section_questions\": [{\"question_id\": \"-1\", \"question_desc\": \"Start of survey\", \"question_dtype\": \"dateTime\", \"question_dtype2\": 9, \"question_notes\": \"Start of survey\", \"question_unit\": \"\", \"question_requiredvalue\": 1, \"question_code\": \"__CLMQST1__\", \"question_datafield\": \"clm_start\"}, {\"question_id\": \"-2\", \"question_desc\": \"End of survey\", \"question_dtype\": \"dateTime\", \"question_dtype2\": 9, \"question_notes\": \"End of survey\", \"question_unit\": \"\", \"question_requiredvalue\": 1, \"question_code\": \"__CLMQST2__\", \"question_datafield\": \"clm_end\"}]}]"}],"_postman_id":"dec29242-893a-4934-8909-0dba00bb8da3"},{"name":"Add information to the data collection form","id":"00aa41b4-ab21-4528-9c55-582d8ee11976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ass_cod","value":"","description":"<p>Unique data collection moment identifier.</p>\n","type":"text"},{"key":"json","value":"","description":"<p>json with the information collected with the format of the registration form structure - See \"Read data collection moment structure\"</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/pushJsonToAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","pushJsonToAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"6cb6e7d4-5e2c-49df-ba42-80d5039b62b2","name":"Add information to the data collection form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"ass_cod","value":"0681e48c00d2","description":"Unique data collection moment identifier.","type":"text"},{"key":"json","value":"{\"grp_1/QST163\": \"1\", \"grp_2/char_colorFavorite_pos\":\"1\", \"grp_2/char_colorFavorite_neg\":\"2\", \"clm_start\":\"2022-03-25\", \"clm_end\" :\"2022-03-25\"}","description":"json with the information collected with the format of the registration form structure - See \"Read data collection moment structure\"","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/pushJsonToAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","pushJsonToAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:14:17 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"16"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Data registered."}],"_postman_id":"00aa41b4-ab21-4528-9c55-582d8ee11976"},{"name":"Read data","id":"dbdf48c7-b256-424d-8202-94a731649e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readAssessmentData?Apikey=xxx&project_cod=yyy&user_owner=zzz&ass_cod=vvv","urlObject":{"protocol":"https","path":["climmob3","api","readAssessmentData"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"},{"description":{"content":"<p>Unique data collection moment identifier.</p>\n","type":"text/plain"},"key":"ass_cod","value":"vvv"}],"variable":[]}},"response":[{"id":"c087fcab-9598-4f6a-8541-72e93a94c1a0","name":"Read data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readAssessmentData?Apikey=xxx&user_owner=bioversityapi&project_cod=projectapi&ass_cod=0681e48c00d2","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readAssessmentData"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"ass_cod","value":"0681e48c00d2","description":"Unique data collection moment identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:17:21 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1186"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"structure\": {\"code\": \"0681e48c00d2\", \"desc\": \"Favorite color\", \"lkptables\": [{\"name\": \"ASS0681e48c00d2_lkpchar_colorfavorite_pos_opts\", \"desc\": \"Lookup table for list name \\u201cchar_colorfavorite_pos_opts\\u201d\", \"fields\": [{\"name\": \"char_colorfavorite_pos_opts_cod\", \"desc\": \"Code\", \"key\": \"true\"}, {\"name\": \"char_colorfavorite_pos_opts_des\", \"desc\": \"Description\", \"key\": null}], \"values\": [{\"char_colorfavorite_pos_opts_cod\": 1, \"char_colorfavorite_pos_opts_des\": \"Option A\"}, {\"char_colorfavorite_pos_opts_cod\": 2, \"char_colorfavorite_pos_opts_des\": \"Option B\"}, {\"char_colorfavorite_pos_opts_cod\": 3, \"char_colorfavorite_pos_opts_des\": \"Option C\"}]}, {\"name\": \"ASS0681e48c00d2_lkpqst163_opts\", \"desc\": \"Lookup table for list name \\u201cqst163_opts\\u201d\", \"fields\": [{\"name\": \"qst163_opts_cod\", \"desc\": \"Code\", \"key\": \"true\"}, {\"name\": \"qst163_opts_des\", \"desc\": \"Description\", \"key\": null}], \"values\": [{\"qst163_opts_cod\": 1, \"qst163_opts_des\": \"P:1-Leo Coto\"}]}], \"fields\": [{\"name\": \"surveyid\", \"odktype\": \"\", \"desc\": \"Submission ID\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"originid\", \"odktype\": \"\", \"desc\": \"Origin\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_submitted_by\", \"odktype\": \"text\", \"desc\": \"Submitted by\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_xform_id_string\", \"odktype\": \"text\", \"desc\": \"XForm ID\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_submitted_date\", \"odktype\": \"datetime\", \"desc\": \"Submitted date\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_geopoint\", \"odktype\": \"geopoint\", \"desc\": \"GPS point\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_longitude\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Longitude\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_latitude\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Latitude\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_elevation\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Elevation\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_precision\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Precision\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_active\", \"odktype\": \"integer\", \"desc\": \"The record is active (case only)\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"qst163\", \"odktype\": \"select one\", \"desc\": \"Select the farmer\", \"key\": \"true\", \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": \"true\", \"rtable\": \"ASS0681e48c00d2_lkpqst163_opts\", \"rfield\": \"qst163_opts_cod\"}, {\"name\": \"clm_deviceimei\", \"odktype\": \"deviceid\", \"desc\": \"Device IMEI\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clm_start\", \"odktype\": \"start\", \"desc\": \"Start of survey\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"cal_qst163\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clc_after\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"char_colorfavorite_pos\", \"odktype\": \"select one\", \"desc\": \"What color do you like best?\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": \"true\", \"rtable\": \"ASS0681e48c00d2_lkpchar_colorfavorite_pos_opts\", \"rfield\": \"char_colorfavorite_pos_opts_cod\"}, {\"name\": \"char_colorfavorite_neg\", \"odktype\": \"select one\", \"desc\": \"What color do you like less?\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": \"true\", \"rtable\": \"ASS0681e48c00d2_lkpchar_colorfavorite_pos_opts\", \"rfield\": \"char_colorfavorite_pos_opts_cod\"}, {\"name\": \"clm_end\", \"odktype\": \"end\", \"desc\": \"End of survey\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"instancename\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"rowuuid\", \"odktype\": \"\", \"desc\": \"Unique Row Identifier (UUID)\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}]}, \"data\": [{\"REG_surveyid\": \"cb969ac0-ac89-11ec-b696-0242c0a80101\", \"REG_originid\": \"ODKTOOLS 2.0\", \"REG__submitted_by\": null, \"REG__xform_id_string\": null, \"REG__submitted_date\": null, \"REG__geopoint\": null, \"REG__longitude\": null, \"REG__latitude\": null, \"REG__elevation\": null, \"REG__precision\": null, \"REG__active\": null, \"REG_qst162\": \"1\", \"REG_clm_deviceimei\": \"API_e8a027d5-1941-4761-9a9a-8a540a4f3ff2\", \"REG_clm_start\": \"2022-03-25 00:00:00\", \"REG_farmername\": \"Leo Coto\", \"REG_clc_before\": null, \"REG_clc_after\": null, \"REG_bioage\": 25, \"REG_qst10\": 1, \"REG_clm_end\": \"2022-03-25 00:00:00\", \"REG_instancename\": null, \"REG_rowuuid\": \"373944a9-f8a2-480f-b606-126875634c25\", \"ASS0681e48c00d2_surveyid\": \"7069fe46-acaa-11ec-b696-0242c0a80101\", \"ASS0681e48c00d2_originid\": \"ODKTOOLS 2.0\", \"ASS0681e48c00d2__submitted_by\": null, \"ASS0681e48c00d2__xform_id_string\": null, \"ASS0681e48c00d2__submitted_date\": null, \"ASS0681e48c00d2__geopoint\": null, \"ASS0681e48c00d2__longitude\": null, \"ASS0681e48c00d2__latitude\": null, \"ASS0681e48c00d2__elevation\": null, \"ASS0681e48c00d2__precision\": null, \"ASS0681e48c00d2__active\": null, \"ASS0681e48c00d2_qst163\": 1, \"ASS0681e48c00d2_clm_deviceimei\": \"API_e8a027d5-1941-4761-9a9a-8a540a4f3ff2\", \"ASS0681e48c00d2_clm_start\": \"2022-03-25 00:00:00\", \"ASS0681e48c00d2_cal_qst163\": null, \"ASS0681e48c00d2_clc_after\": null, \"ASS0681e48c00d2_char_colorfavorite_pos\": 1, \"ASS0681e48c00d2_char_colorfavorite_neg\": 2, \"ASS0681e48c00d2_clm_end\": \"2022-03-25 00:00:00\", \"ASS0681e48c00d2_instancename\": null, \"ASS0681e48c00d2_rowuuid\": \"a97f4b58-1fcf-4c42-9189-6954ddfe6133\"}]}"}],"_postman_id":"dbdf48c7-b256-424d-8202-94a731649e0a"}],"id":"e5a26857-fcdd-48e5-9671-a3c611cd47f6","_postman_id":"e5a26857-fcdd-48e5-9671-a3c611cd47f6","description":""},{"name":"Finish data collection moment","item":[{"name":"Finish a data collection moment form","id":"ba262ae2-7cb5-4668-82a9-206cb23f25de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique and short name (10 characters).</p>\n","key":"project_cod","type":"text","value":""},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"description":"<p>Unique data collection moment identifier.</p>\n","key":"ass_cod","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/closeProjectAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","closeProjectAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"c2e4b0c2-34b5-4c7a-b1b4-0515fae758b5","name":"Finish a data collection moment form","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique and short name (10 characters).","key":"project_cod","type":"text","value":"projectapi"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"description":"Unique data collection moment identifier.","key":"ass_cod","type":"text","value":"0681e48c00d2"}]},"url":{"raw":"https://climmob.net/climmob3/api/closeProjectAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","closeProjectAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:25:29 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"23"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Data collection closed."}],"_postman_id":"ba262ae2-7cb5-4668-82a9-206cb23f25de"}],"id":"63da7699-00a9-49cb-b7c3-11aa251d03f8","_postman_id":"63da7699-00a9-49cb-b7c3-11aa251d03f8","description":""},{"name":"Read data collection moments","id":"4ff1e01c-9131-44e2-b0aa-8e0fb161a394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProjectAssessments?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readProjectAssessments"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"2ae3b59e-ea7d-491a-ae79-0709943a05c8","name":"Read data collection moments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProjectAssessments?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProjectAssessments"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 01:29:57 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"112"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"ass_cod\": \"0681e48c00d2\", \"ass_desc\": \"Favorite color\", \"ass_days\": 20, \"ass_status\": 0, \"ass_final\": 0, \"totquestions\": 1}]"}],"_postman_id":"4ff1e01c-9131-44e2-b0aa-8e0fb161a394"},{"name":"Create data collection moment","id":"e3ac9ba5-99e2-4b1f-83d4-fac8675fd03d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ass_desc","value":"","description":"<p>Name to identify the data collection moment.</p>\n","type":"text"},{"key":"ass_days","value":"","description":"<p>This data collection is done after how many days from the distribution of the packages.</p>\n","type":"text"},{"key":"ass_final","value":"","description":"<p>0: No\n1: Yes\nThe final data collection moment has to include questions about overall performance and comparison with check.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/createAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","createAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"516a3352-bc19-44f9-bbbf-1de69cbd6d97","name":"Create data collection moment","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"ass_desc","value":"Favorite color","description":"Name to identify the data collection moment.","type":"text"},{"key":"ass_days","value":"10","description":"This data collection is done after how many days from the distribution of the packages.","type":"text"},{"key":"ass_final","value":"0","description":"0: No\n1: Yes\nThe final data collection moment has to include questions about overall performance and comparison with check.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/createAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","createAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:31:43 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"120"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project_id\": \"8f2da1d45e0d\", \"ass_cod\": \"0beb8bfbda9e\", \"ass_desc\": \"Favorite color\", \"ass_days\": \"10\", \"ass_status\": 0, \"ass_final\": \"0\"}"}],"_postman_id":"e3ac9ba5-99e2-4b1f-83d4-fac8675fd03d"},{"name":"Update data collection moment","id":"d2139a4f-ad6a-4e5d-ba67-871b8dd9b274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique and short name (10 characters).</p>\n","key":"project_cod","type":"text","value":""},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ass_cod","value":"","description":"<p>Unique data collection moment identifier.</p>\n","type":"text"},{"description":"<p>Name to identify the data collection moment.</p>\n","key":"ass_desc","type":"text","value":""},{"description":"<p>This data collection is done after how many days from the distribution of the packages.</p>\n","key":"ass_days","type":"text","value":""}]},"url":"https://climmob.net/climmob3/api/updateProjectAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","updateProjectAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"dd8a392d-095e-42ed-9d10-28327b4eba49","name":"Update data collection moment","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Unique and short name (10 characters).","key":"project_cod","type":"text","value":"projectapi"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"ass_cod","value":"0beb8bfbda9e","description":"Unique data collection moment identifier.","type":"text"},{"description":"Name to identify the data collection moment.","key":"ass_desc","type":"text","value":"Favorite color"},{"description":"This data collection is done after how many days from the distribution of the packages.","key":"ass_days","type":"text","value":"20"}]},"url":{"raw":"https://climmob.net/climmob3/api/updateProjectAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","updateProjectAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 25 Mar 2022 22:33:50 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Data collection updated successfully."}],"_postman_id":"d2139a4f-ad6a-4e5d-ba67-871b8dd9b274"},{"name":"Delete data collection moment","id":"9dc8c1df-26b0-4ab2-9e5e-0066a0f40876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"ass_cod","value":"","description":"<p>Unique data collection moment identifier.</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/deleteProjectAssessment?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","deleteProjectAssessment"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"}],"variable":[]}},"response":[{"id":"6f88ff0d-692a-4900-a9ad-5a20ccce7424","name":"Delete data collection moment","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters).","type":"text"},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project.","type":"text"},{"key":"ass_cod","value":"0beb8bfbda9e","description":"Unique data collection moment identifier.","type":"text"}]},"url":{"raw":"https://climmob.net/climmob3/api/deleteProjectAssessment?Apikey=xxx","protocol":"https","host":["climmob","net"],"path":["climmob3","api","deleteProjectAssessment"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 01:28:23 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"43"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Data collection moment deleted succesfully."}],"_postman_id":"9dc8c1df-26b0-4ab2-9e5e-0066a0f40876"}],"id":"c0888ea6-70e5-4b91-a56e-5edd7f700eac","_postman_id":"c0888ea6-70e5-4b91-a56e-5edd7f700eac","description":""}],"id":"2f7f8755-01ed-499a-acf2-223fbd73236a","_postman_id":"2f7f8755-01ed-499a-acf2-223fbd73236a","description":""},{"name":"Analysis","item":[{"name":"Read variables for analysis","id":"ba467051-a9fc-40c1-8cd1-fb21ab58113b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readVariablesForAnalysis?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readVariablesForAnalysis"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"e7363058-2697-41f3-af56-fa238869b0a0","name":"Read variables for analysis","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readVariablesForAnalysis?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readVariablesForAnalysis"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:31:47 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"482"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"dataForAnalysis\": {\"Characteristics\": [{\"name\": \"Favorite color\", \"codeQst\": \"colorFavorite\", \"id\": 1685, \"vars\": [{\"name\": \"ASS0681e48c00d2_char_colorfavorite_pos\"}, {\"name\": \"ASS0681e48c00d2_char_colorfavorite_neg\"}], \"code\": {\"project_id\": \"8f2da1d45e0d\", \"ass_cod\": \"0681e48c00d2\", \"ass_desc\": \"Favorite color\", \"ass_days\": 20, \"ass_status\": 2, \"ass_final\": 0}, \"questionAsked\": [\"What color do you like best?\", \"What color do you like less?\"], \"type\": \"characteristic\", \"codeForAnalysis\": \"characteristic_ASS_0681e48c00d2_1685_add\"}], \"Performance\": [], \"Explanatory\": [{\"name\": \"Age\", \"codeQst\": \"bioage\", \"questionAsked\": \"How old are you?\", \"id\": 1684, \"dtype\": 3, \"vars\": \"REG_bioage\", \"code\": null, \"type\": \"explanatory\", \"codeForAnalysis\": \"explanatory_REG__1684_add\"}, {\"name\": \"Internet - Cell phone\", \"codeQst\": \"qst10\", \"questionAsked\": \"Do you have a cell phone with internet connection ?\", \"id\": 1790, \"dtype\": 5, \"vars\": \"REG_qst10\", \"code\": null, \"type\": \"explanatory\", \"codeForAnalysis\": \"explanatory_REG__1790_add\"}], \"Quantitative\": [], \"linearRegression\": []}, \"assessmentsList\": [{\"project_id\": \"8f2da1d45e0d\", \"ass_cod\": \"0681e48c00d2\", \"ass_desc\": \"Favorite color\", \"ass_days\": 20, \"ass_status\": 2, \"ass_final\": 0}]}"}],"_postman_id":"ba467051-a9fc-40c1-8cd1-fb21ab58113b"},{"name":"Create analysis","id":"f718bdd3-9eac-4131-83d1-0bd202c2ce61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"project_cod","value":"xxx","description":"<p>Unique and short name (10 characters).</p>\n","type":"text"},{"key":"user_owner","value":"yyy","description":"<p>User owner of the project.</p>\n","type":"text"},{"key":"variables_to_analyze","value":"zzz","description":"<p>List of codes for analyze.</p>\n","type":"text"},{"key":"infosheets","value":"vvv","description":"<p>True or False</p>\n","type":"text"}]},"url":"https://climmob.net/climmob3/api/generateAnalysisByApi?Apikey=xxx","urlObject":{"protocol":"https","path":["climmob3","api","generateAnalysisByApi"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"f718bdd3-9eac-4131-83d1-0bd202c2ce61"}],"id":"4995504b-c247-4e8e-8c37-e1756dc3fb7d","_postman_id":"4995504b-c247-4e8e-8c37-e1756dc3fb7d","description":""},{"name":"Read all project information","id":"2988ec25-9de1-4ab4-903a-213af9315f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readDataOfProject?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readDataOfProject"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"6ebbbbf5-48f1-48bd-8f0d-2ec3efd6e119","name":"Read all project information","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readDataOfProject?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readDataOfProject"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:34:02 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1950"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"project\": {\"project_id\": \"8f2da1d45e0d\", \"project_cod\": \"projectapi\", \"project_name\": \"Project for test\", \"project_abstract\": \"Creating a test project\", \"project_tags\": \"colors,test,api\", \"project_pi\": \"ClimMob Team\", \"project_piemail\": \"bioversityclimmob@gmail.com\", \"project_active\": 1, \"project_public\": 0, \"project_regstatus\": 2, \"project_assstatus\": 0, \"project_createcomb\": 0, \"project_createpkgs\": 0, \"project_numobs\": 50, \"project_numcom\": 3, \"project_lat\": \"\", \"project_lon\": \"\", \"project_creationdate\": \"2022-03-25 13:53:41\", \"project_localvariety\": 1, \"project_cnty\": \"CR\", \"project_registration_and_analysis\": 0, \"project_label_a\": \"Option A\", \"project_label_b\": \"Option B\", \"project_label_c\": \"Option C\", \"project_template\": 0}, \"registry\": {\"lkptables\": [{\"name\": \"REG_lkpqst10_opts\", \"desc\": \"Lookup table for list name \\u201cqst10_opts\\u201d\", \"fields\": [{\"name\": \"qst10_opts_cod\", \"desc\": \"Code\", \"key\": \"true\"}, {\"name\": \"qst10_opts_des\", \"desc\": \"Description\", \"key\": null}], \"values\": [{\"qst10_opts_cod\": 1, \"qst10_opts_des\": \"Yes\"}, {\"qst10_opts_cod\": 2, \"qst10_opts_des\": \"No\"}, {\"qst10_opts_cod\": 3, \"qst10_opts_des\": \"Not applicable\"}]}], \"fields\": [{\"name\": \"surveyid\", \"odktype\": \"\", \"desc\": \"Submission ID\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"originid\", \"odktype\": \"\", \"desc\": \"Origin\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_submitted_by\", \"odktype\": \"text\", \"desc\": \"Submitted by\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_xform_id_string\", \"odktype\": \"text\", \"desc\": \"XForm ID\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_submitted_date\", \"odktype\": \"datetime\", \"desc\": \"Submitted date\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_geopoint\", \"odktype\": \"geopoint\", \"desc\": \"GPS point\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_longitude\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Longitude\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_latitude\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Latitude\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_elevation\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Elevation\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_precision\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Precision\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_active\", \"odktype\": \"integer\", \"desc\": \"The record is active (case only)\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"qst162\", \"odktype\": \"barcode\", \"desc\": \"Package code\", \"key\": \"true\", \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clm_deviceimei\", \"odktype\": \"deviceid\", \"desc\": \"Device IMEI\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clm_start\", \"odktype\": \"start\", \"desc\": \"Start of survey\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"farmername\", \"odktype\": \"text\", \"desc\": \"Farmer name\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clc_before\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clc_after\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"bioage\", \"odktype\": \"integer\", \"desc\": \"How old are you?\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"qst10\", \"odktype\": \"select one\", \"desc\": \"Do you have a cell phone with internet connection ?\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": \"true\", \"rtable\": \"REG_lkpqst10_opts\", \"rfield\": \"qst10_opts_cod\"}, {\"name\": \"clm_end\", \"odktype\": \"end\", \"desc\": \"End of survey\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"instancename\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"rowuuid\", \"odktype\": \"\", \"desc\": \"Unique Row Identifier (UUID)\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}]}, \"assessments\": [{\"code\": \"0681e48c00d2\", \"desc\": \"Favorite color\", \"lkptables\": [{\"name\": \"ASS0681e48c00d2_lkpchar_colorfavorite_pos_opts\", \"desc\": \"Lookup table for list name \\u201cchar_colorfavorite_pos_opts\\u201d\", \"fields\": [{\"name\": \"char_colorfavorite_pos_opts_cod\", \"desc\": \"Code\", \"key\": \"true\"}, {\"name\": \"char_colorfavorite_pos_opts_des\", \"desc\": \"Description\", \"key\": null}], \"values\": [{\"char_colorfavorite_pos_opts_cod\": 1, \"char_colorfavorite_pos_opts_des\": \"Option A\"}, {\"char_colorfavorite_pos_opts_cod\": 2, \"char_colorfavorite_pos_opts_des\": \"Option B\"}, {\"char_colorfavorite_pos_opts_cod\": 3, \"char_colorfavorite_pos_opts_des\": \"Option C\"}]}, {\"name\": \"ASS0681e48c00d2_lkpqst163_opts\", \"desc\": \"Lookup table for list name \\u201cqst163_opts\\u201d\", \"fields\": [{\"name\": \"qst163_opts_cod\", \"desc\": \"Code\", \"key\": \"true\"}, {\"name\": \"qst163_opts_des\", \"desc\": \"Description\", \"key\": null}], \"values\": [{\"qst163_opts_cod\": 1, \"qst163_opts_des\": \"P:1-Leo Coto\"}]}], \"fields\": [{\"name\": \"surveyid\", \"odktype\": \"\", \"desc\": \"Submission ID\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"originid\", \"odktype\": \"\", \"desc\": \"Origin\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_submitted_by\", \"odktype\": \"text\", \"desc\": \"Submitted by\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_xform_id_string\", \"odktype\": \"text\", \"desc\": \"XForm ID\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_submitted_date\", \"odktype\": \"datetime\", \"desc\": \"Submitted date\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_geopoint\", \"odktype\": \"geopoint\", \"desc\": \"GPS point\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_longitude\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Longitude\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_latitude\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Latitude\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_elevation\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Elevation\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_precision\", \"odktype\": \"decimal\", \"desc\": \"GPS Point Precision\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"_active\", \"odktype\": \"integer\", \"desc\": \"The record is active (case only)\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"qst163\", \"odktype\": \"select one\", \"desc\": \"Select the farmer\", \"key\": \"true\", \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": \"true\", \"rtable\": \"ASS0681e48c00d2_lkpqst163_opts\", \"rfield\": \"qst163_opts_cod\"}, {\"name\": \"clm_deviceimei\", \"odktype\": \"deviceid\", \"desc\": \"Device IMEI\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clm_start\", \"odktype\": \"start\", \"desc\": \"Start of survey\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"cal_qst163\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"clc_after\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"char_colorfavorite_pos\", \"odktype\": \"select one\", \"desc\": \"What color do you like best?\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": \"true\", \"rtable\": \"ASS0681e48c00d2_lkpchar_colorfavorite_pos_opts\", \"rfield\": \"char_colorfavorite_pos_opts_cod\"}, {\"name\": \"char_colorfavorite_neg\", \"odktype\": \"select one\", \"desc\": \"What color do you like less?\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": \"true\", \"rtable\": \"ASS0681e48c00d2_lkpchar_colorfavorite_pos_opts\", \"rfield\": \"char_colorfavorite_pos_opts_cod\"}, {\"name\": \"clm_end\", \"odktype\": \"end\", \"desc\": \"End of survey\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"instancename\", \"odktype\": \"calculate\", \"desc\": \"Without label\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}, {\"name\": \"rowuuid\", \"odktype\": \"\", \"desc\": \"Unique Row Identifier (UUID)\", \"key\": null, \"isMultiSelect\": null, \"multiSelectTable\": null, \"rlookup\": null, \"rtable\": null, \"rfield\": null}]}], \"packages\": [{\"package_id\": 1, \"farmername\": \"Leo Coto\", \"comps\": [{\"comb_order\": 1, \"technologies\": [{\"tech_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"comb_order\": 2, \"technologies\": [{\"tech_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"comb_order\": 3, \"technologies\": [{\"tech_name\": \"Colors\", \"alias_name\": \"Red\"}]}]}], \"combination\": [{\"combination_code\": 1, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"technology_name\": \"Colors\", \"alias_name\": \"Yellow\"}]}, {\"combination_code\": 2, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"technology_name\": \"Colors\", \"alias_name\": \"Blue\"}]}, {\"combination_code\": 3, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"technology_name\": \"Colors\", \"alias_name\": \"White\"}]}, {\"combination_code\": 4, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"technology_name\": \"Colors\", \"alias_name\": \"Black\"}]}, {\"combination_code\": 5, \"comb_usable\": 1, \"quantity_available\": 30, \"elements\": [{\"technology_name\": \"Colors\", \"alias_name\": \"Red\"}]}], \"specialfields\": [{\"type\": \"Characteristic\", \"name\": \"ASS0681e48c00d2_char_colorfavorite_pos\", \"desc\": \"What color do you like best?\"}, {\"type\": \"Characteristic\", \"name\": \"ASS0681e48c00d2_char_colorfavorite_neg\", \"desc\": \"What color do you like less?\"}], \"data\": [{\"REG_surveyid\": \"cb969ac0-ac89-11ec-b696-0242c0a80101\", \"REG_originid\": \"ODKTOOLS 2.0\", \"REG__submitted_by\": null, \"REG__xform_id_string\": null, \"REG__submitted_date\": null, \"REG__geopoint\": null, \"REG__longitude\": null, \"REG__latitude\": null, \"REG__elevation\": null, \"REG__precision\": null, \"REG__active\": null, \"REG_qst162\": \"1\", \"REG_clm_deviceimei\": \"API_e8a027d5-1941-4761-9a9a-8a540a4f3ff2\", \"REG_clm_start\": \"2022-03-25 00:00:00\", \"REG_farmername\": \"Leo Coto\", \"REG_clc_before\": null, \"REG_clc_after\": null, \"REG_bioage\": 25, \"REG_qst10\": 1, \"REG_clm_end\": \"2022-03-25 00:00:00\", \"REG_instancename\": null, \"REG_rowuuid\": \"373944a9-f8a2-480f-b606-126875634c25\", \"ASS0681e48c00d2_surveyid\": \"7069fe46-acaa-11ec-b696-0242c0a80101\", \"ASS0681e48c00d2_originid\": \"ODKTOOLS 2.0\", \"ASS0681e48c00d2__submitted_by\": null, \"ASS0681e48c00d2__xform_id_string\": null, \"ASS0681e48c00d2__submitted_date\": null, \"ASS0681e48c00d2__geopoint\": null, \"ASS0681e48c00d2__longitude\": null, \"ASS0681e48c00d2__latitude\": null, \"ASS0681e48c00d2__elevation\": null, \"ASS0681e48c00d2__precision\": null, \"ASS0681e48c00d2__active\": null, \"ASS0681e48c00d2_qst163\": 1, \"ASS0681e48c00d2_clm_deviceimei\": \"API_e8a027d5-1941-4761-9a9a-8a540a4f3ff2\", \"ASS0681e48c00d2_clm_start\": \"2022-03-25 00:00:00\", \"ASS0681e48c00d2_cal_qst163\": null, \"ASS0681e48c00d2_clc_after\": null, \"ASS0681e48c00d2_char_colorfavorite_pos\": 1, \"ASS0681e48c00d2_char_colorfavorite_neg\": 2, \"ASS0681e48c00d2_clm_end\": \"2022-03-25 00:00:00\", \"ASS0681e48c00d2_instancename\": null, \"ASS0681e48c00d2_rowuuid\": \"a97f4b58-1fcf-4c42-9189-6954ddfe6133\"}], \"importantfields\": [{\"type\": \"PackageID\", \"field\": \"REG_QST162\", \"desc\": \"Package ID\"}, {\"type\": \"FarmerName\", \"field\": \"REG_farmername\", \"desc\": \"Name of registered farmer\"}]}"}],"_postman_id":"2988ec25-9de1-4ab4-903a-213af9315f59"}],"id":"0f4ee5b2-49c2-4213-b486-e236f5517e7c","_postman_id":"0f4ee5b2-49c2-4213-b486-e236f5517e7c","description":""},{"name":"List of documents generated in the project","id":"c9a8240a-597f-4256-9fb3-0084515d1c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/readProducts?Apikey=xxx&project_cod=yyy&user_owner=zzz","urlObject":{"protocol":"https","path":["climmob3","api","readProducts"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"}],"variable":[]}},"response":[{"id":"0e55e024-23f4-409f-8b73-b46874fe3da9","name":"List of documents generated in the project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/readProducts?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi","protocol":"https","host":["climmob","net"],"path":["climmob3","api","readProducts"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:35:09 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"685"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"celery_taskid\": \"5e793ded-aebb-4871-a16f-3894f8cdd428\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"qrpackage\", \"datetime_added\": \"2022-03-25 16:06:38\", \"output_id\": \"packages_projectapi.pdf\", \"state\": \"Success\", \"output_mimetype\": \"application/pdf\", \"process_name\": \"create_packages\"}, {\"celery_taskid\": \"d88c4925-744f-4408-963b-63f13e3ab486\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"packages\", \"datetime_added\": \"2022-03-25 16:06:40\", \"output_id\": \"packages_projectapi.csv\", \"state\": \"Success\", \"output_mimetype\": \"text/csv\", \"process_name\": \"create_packages\"}, {\"celery_taskid\": \"3426acc2-b3d2-49d2-976f-05cab703a5d0\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"fieldagents\", \"datetime_added\": \"2022-03-25 16:06:41\", \"output_id\": \"fieldagents_projectapi.pdf\", \"state\": \"Success\", \"output_mimetype\": \"application/pdf\", \"process_name\": \"create_fieldagents\"}, {\"celery_taskid\": \"3c807cac-7756-46a7-81ec-4fe3ce22a222\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"documentform\", \"datetime_added\": \"2022-03-25 16:06:39\", \"output_id\": \"Registration_form_projectapi.docx\", \"state\": \"Success\", \"output_mimetype\": \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\", \"process_name\": \"create_from_Registration_\"}, {\"celery_taskid\": \"7809203b-076a-4e38-ab24-bc798da70011\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"uploaddata\", \"datetime_added\": \"2022-03-25 16:06:42\", \"output_id\": \"Registration_uploadData_projectapi.xlsx\", \"state\": \"Success\", \"output_mimetype\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\", \"process_name\": \"create_uploaddata_Registration_\"}, {\"celery_taskid\": \"cca5d7de-dcb7-46ca-9734-9e4211035533\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"colors\", \"datetime_added\": \"2022-03-25 16:06:42\", \"output_id\": \"colors_projectapi.pdf\", \"state\": \"Success\", \"output_mimetype\": \"application/pdf\", \"process_name\": \"create_packages\"}, {\"celery_taskid\": \"d6e6cdca-54fb-40da-b159-eda6845dd24e\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"qrpackagewithtechnologies\", \"datetime_added\": \"2022-03-25 16:06:42\", \"output_id\": \"packages_with_technologies_projectapi.pdf\", \"state\": \"Success\", \"output_mimetype\": \"application/pdf\", \"process_name\": \"create_packages_with_technologies\"}, {\"celery_taskid\": \"32779206-a759-498b-88f9-a32eabe6f61f\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"documentform\", \"datetime_added\": \"2022-03-25 20:09:44\", \"output_id\": \"Assessment_form_0681e48c00d2_projectapi.docx\", \"state\": \"Success\", \"output_mimetype\": \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\", \"process_name\": \"create_from_Assessment_0681e48c00d2\"}, {\"celery_taskid\": \"cee6645d-b1d7-46c0-bcdd-7f83938060d3\", \"project_id\": \"8f2da1d45e0d\", \"product_id\": \"uploaddata\", \"datetime_added\": \"2022-03-25 20:09:44\", \"output_id\": \"Assessment_uploadData_0681e48c00d2_projectapi.xlsx\", \"state\": \"Success\", \"output_mimetype\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\", \"process_name\": \"create_uploaddata_Assessment_0681e48c00d2\"}]"}],"_postman_id":"c9a8240a-597f-4256-9fb3-0084515d1c4a"},{"name":"Download document of the project","id":"db33b500-ab46-4116-a155-37db0ad69959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://climmob.net/climmob3/api/downloadApi?Apikey=xxx&project_cod=yyy&user_owner=zzz&celery_taskid=vvv&product_id=uuu","urlObject":{"protocol":"https","path":["climmob3","api","downloadApi"],"host":["climmob","net"],"query":[{"description":{"content":"<p>Unique access ID to ClimMob</p>\n","type":"text/plain"},"key":"Apikey","value":"xxx"},{"description":{"content":"<p>Unique and short name (10 characters).</p>\n","type":"text/plain"},"key":"project_cod","value":"yyy"},{"description":{"content":"<p>User owner of the project.</p>\n","type":"text/plain"},"key":"user_owner","value":"zzz"},{"description":{"content":"<p>Ticket of the document</p>\n","type":"text/plain"},"key":"celery_taskid","value":"vvv"},{"key":"product_id","value":"uuu"}],"variable":[]}},"response":[{"id":"298ec155-e57d-49b7-8a8c-fca732129b22","name":"Download document of the project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://climmob.net/climmob3/api/downloadApi?Apikey=xxx&project_cod=projectapi&user_owner=bioversityapi&celery_taskid=5e793ded-aebb-4871-a16f-3894f8cdd428&product_id=qrpackage","protocol":"https","host":["climmob","net"],"path":["climmob3","api","downloadApi"],"query":[{"key":"Apikey","value":"xxx","description":"Unique access ID to ClimMob"},{"key":"project_cod","value":"projectapi","description":"Unique and short name (10 characters)."},{"key":"user_owner","value":"bioversityapi","description":"User owner of the project."},{"key":"celery_taskid","value":"5e793ded-aebb-4871-a16f-3894f8cdd428","description":"Ticket of the document"},{"key":"product_id","value":"qrpackage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 26 Mar 2022 02:43:06 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"db33b500-ab46-4116-a155-37db0ad69959"}]}