{"info":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","description":"<html><head></head><body><p><strong>Realtyna WPL &amp; WPL-API:</strong></p>\n<img src=\"https://content.pstmn.io/aa704ec2-c3ed-4807-830f-34e8150858bc/UmVhbHR5bmEtQmFubmVyMi5wbmc=\">\n\n<h1 id=\"what-is-wpl\">What is WPL?</h1>\n<p>WPL is a robust WordPress Plugin with a lot of features for real estate websites. It is designed<br>to meet all the requirements of a converting IDX website.</p>\n<h3 id=\"main-features\"><strong>Main Features</strong></h3>\n<ul>\n<li>Basic and advanced search through all listings—conveniently customizable</li>\n<li>Landing page creation</li>\n<li>Agent profiles and agent pages</li>\n<li>Walk score</li>\n</ul>\n<h3 id=\"lead-capturing-features\"><strong>Lead capturing features</strong></h3>\n<ul>\n<li>Requesting a visit form</li>\n<li>Send to a friend</li>\n<li>Social media share buttons</li>\n</ul>\n<h3 id=\"and-more\"><strong>And more</strong></h3>\n<ul>\n<li>PDF flyer</li>\n<li>Print features</li>\n<li>Property comparison</li>\n<li>Favorite listings</li>\n</ul>\n<h1 id=\"what-is-wpl-api\"><strong>What is WPL-API?</strong></h1>\n<p>This API helps you develop your very own solutions based on Realtyna’s WPL. This API is based<br>on HTTP and RESTful technology.</p>\n<h2 id=\"build-your-own-apps\"><strong>Build Your Own Apps</strong></h2>\n<p>Using the information above, you can use the WPL API plugin to build apps and functionalities<br>outside WPL. You can also create registration and user management in your application.</p>\n<p>Using the queries mentioned above, you can:</p>\n<ul>\n<li>Load favorites</li>\n<li>Save a search</li>\n<li>Reset a password via SMS</li>\n<li>Show listing details</li>\n</ul>\n<p>Note: The default response format of the APIs is:<br><code>{ \"success\": true, \"data\": {} }</code></p>\n<p>For the APIs that could have messages like ErrorMessage or ActionMessage, the data field has a field named \"message\".<br><code>{ \"success\": true, \"data\": { \"message\": \"Property successfully added.\", } }</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"What is WPL?","slug":"what-is-wpl"},{"content":"What is WPL-API?","slug":"what-is-wpl-api"}],"owner":"24911866","collectionId":"d7e0cf05-4b81-430d-95a8-55c573a14680","publishedId":"2s8YzWSM4a","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-02T07:19:56.000Z"},"item":[{"name":"Flex","item":[{"name":"Listing Types","id":"6ffbbcd6-5f66-4140-9cda-522180f33497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/flex/listing-types","description":"<p>Retrieve all active listing types, it will be shown in the app and is selectable by the user to get properties with the selected listing type.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["flex","listing-types"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"327828d0-c92b-4ff7-8751-7b912b56bce1","name":"Listing Types","originalRequest":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/flex/listing-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:38:14 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:38:14 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"types\": [\n            {\n                \"id\": \"9\",\n                \"parent\": \"1\",\n                \"name\": \"For sale\"\n            },\n            {\n                \"id\": \"10\",\n                \"parent\": \"2\",\n                \"name\": \"For Rent\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6ffbbcd6-5f66-4140-9cda-522180f33497"},{"name":"Property Tpes","id":"2e69abbf-ae49-4303-b702-a39f582bb6db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/flex/property-types","description":"<p>In the display of properties, we have another filter called property type, which filters all listings depending on the type of property, for example, apartment, land, office, etc. This route returns all property types that are supported by the app. which includes pre-added items or custom items.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["flex","property-types"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"9edaba2c-bd83-4126-b29c-a77a7d2a6f4a","name":"Property Tpes","originalRequest":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/flex/property-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:38:31 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:38:31 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"types\": [\n            {\n                \"id\": \"13\",\n                \"name\": \"Office\"\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"Loft\"\n            },\n            {\n                \"id\": \"14\",\n                \"name\": \"Land\"\n            },\n            {\n                \"id\": \"15\",\n                \"name\": \"Residential\"\n            },\n            {\n                \"id\": \"16\",\n                \"name\": \"Rental\"\n            },\n            {\n                \"id\": \"17\",\n                \"name\": \"Commercial\"\n            },\n            {\n                \"id\": \"18\",\n                \"name\": \"Vacant land\"\n            },\n            {\n                \"id\": \"19\",\n                \"name\": \"Income\"\n            },\n            {\n                \"id\": \"20\",\n                \"name\": \"Waterfront\"\n            },\n            {\n                \"id\": \"7\",\n                \"name\": \"Villa\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2e69abbf-ae49-4303-b702-a39f582bb6db"},{"name":"Flex Fields","id":"44e54692-8282-4b6a-bb06-4c914e010b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/flex/:kind/:type","description":"<p>Add Listing in Realtina app is completely dynamic like other main sections. This path returns all the fields that the user or agent should fill in the Add Listing, which can be completely managed in the admin panel.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["flex",":kind",":type"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[{"type":"any","value":"1","key":"kind"},{"type":"any","value":"text","key":"type"}]}},"response":[{"id":"b96dfd0d-ffdb-4753-ba3c-d0f2630ea02f","name":"Flex Fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://realtyna.local/wp-json/wpl_api/v2/flex/:kind/:type","host":["http://realtyna.local/wp-json/wpl_api/v2"],"path":["flex",":kind",":type"],"variable":[{"key":"kind","value":"1"},{"key":"type","value":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:38:34 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:38:34 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"1104\": {\n            \"id\": \"1104\",\n            \"kind\": \"1\",\n            \"mandatory\": \"0\",\n            \"name\": \"Ref ID\",\n            \"type\": \"text\",\n            \"options\": \"\",\n            \"enabled\": \"1\",\n            \"pshow\": \"0\",\n            \"pdf\": \"0\",\n            \"plisting\": \"0\",\n            \"searchmod\": \"1\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"101.0600\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"1\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"ref_id\",\n            \"category\": \"101\",\n            \"rankable\": \"1\",\n            \"rank_point\": \"10\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"1\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"0\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1105\": {\n            \"id\": \"1105\",\n            \"kind\": \"1\",\n            \"mandatory\": \"3\",\n            \"name\": \"Listing ID\",\n            \"type\": \"text\",\n            \"options\": \"{\\\"readonly\\\":\\\"1\\\"}\",\n            \"enabled\": \"1\",\n            \"pshow\": \"1\",\n            \"pdf\": \"1\",\n            \"plisting\": \"1\",\n            \"searchmod\": \"1\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"101.0500\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"1\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"mls_id\",\n            \"category\": \"101\",\n            \"rankable\": \"0\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"1\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"2\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"1\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1120\": {\n            \"id\": \"1120\",\n            \"kind\": \"1\",\n            \"mandatory\": \"0\",\n            \"name\": \"Alias / Permalink\",\n            \"type\": \"text\",\n            \"options\": \"\",\n            \"enabled\": \"2\",\n            \"pshow\": \"0\",\n            \"pdf\": \"0\",\n            \"plisting\": \"0\",\n            \"searchmod\": \"0\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"101.0150\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"0\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"alias\",\n            \"category\": \"101\",\n            \"rankable\": \"0\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"0\",\n            \"text_search\": \"0\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"0\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1121\": {\n            \"id\": \"1121\",\n            \"kind\": \"1\",\n            \"mandatory\": \"0\",\n            \"name\": \"Location Text\",\n            \"type\": \"text\",\n            \"options\": \"{\\\"if_zero\\\":\\\"1\\\",\\\"call_text\\\":\\\"Call\\\"}\",\n            \"enabled\": \"2\",\n            \"pshow\": \"0\",\n            \"pdf\": \"0\",\n            \"plisting\": \"0\",\n            \"searchmod\": \"0\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"2.0750\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"0\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"location_text\",\n            \"category\": \"102\",\n            \"rankable\": \"0\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"0\",\n            \"text_search\": \"0\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"0\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1142\": {\n            \"id\": \"1142\",\n            \"kind\": \"1\",\n            \"mandatory\": \"0\",\n            \"name\": \"Street\",\n            \"type\": \"text\",\n            \"options\": \"\",\n            \"enabled\": \"1\",\n            \"pshow\": \"1\",\n            \"pdf\": \"1\",\n            \"plisting\": \"1\",\n            \"searchmod\": \"1\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"12.0000\",\n            \"css\": \"class\",\n            \"style\": \"style\",\n            \"specificable\": \"1\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"field_42\",\n            \"category\": \"102\",\n            \"rankable\": \"1\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"1\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"1\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1143\": {\n            \"id\": \"1143\",\n            \"kind\": \"1\",\n            \"mandatory\": \"0\",\n            \"name\": \"Postal Code\",\n            \"type\": \"text\",\n            \"options\": \"\",\n            \"enabled\": \"1\",\n            \"pshow\": \"1\",\n            \"pdf\": \"1\",\n            \"plisting\": \"1\",\n            \"searchmod\": \"1\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"21.0000\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"1\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"post_code\",\n            \"category\": \"102\",\n            \"rankable\": \"1\",\n            \"rank_point\": \"30\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"1\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"1\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1145\": {\n            \"id\": \"1145\",\n            \"kind\": \"1\",\n            \"mandatory\": \"0\",\n            \"name\": \"Street Number\",\n            \"type\": \"text\",\n            \"options\": \"\",\n            \"enabled\": \"1\",\n            \"pshow\": \"1\",\n            \"pdf\": \"1\",\n            \"plisting\": \"1\",\n            \"searchmod\": \"1\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"13.0000\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"1\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"street_no\",\n            \"category\": \"102\",\n            \"rankable\": \"0\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"1\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"1\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1151\": {\n            \"id\": \"1151\",\n            \"kind\": \"1\",\n            \"mandatory\": \"3\",\n            \"name\": \"Longitude\",\n            \"type\": \"text\",\n            \"options\": \"{\\\"readonly\\\":\\\"1\\\"}\",\n            \"enabled\": \"2\",\n            \"pshow\": \"1\",\n            \"pdf\": \"1\",\n            \"plisting\": \"0\",\n            \"searchmod\": \"0\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"49.0000\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"0\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"googlemap_ln\",\n            \"category\": \"102\",\n            \"rankable\": \"0\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"0\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"0\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1152\": {\n            \"id\": \"1152\",\n            \"kind\": \"1\",\n            \"mandatory\": \"3\",\n            \"name\": \"Latitude\",\n            \"type\": \"text\",\n            \"options\": \"{\\\"readonly\\\":\\\"1\\\"}\",\n            \"enabled\": \"2\",\n            \"pshow\": \"1\",\n            \"pdf\": \"1\",\n            \"plisting\": \"0\",\n            \"searchmod\": \"0\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"58.0000\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"0\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"googlemap_lt\",\n            \"category\": \"102\",\n            \"rankable\": \"0\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"0\",\n            \"multilingual\": \"0\",\n            \"params\": \"\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"0\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1163\": {\n            \"id\": \"1163\",\n            \"kind\": \"1\",\n            \"mandatory\": \"3\",\n            \"name\": \"Complex Page Title\",\n            \"type\": \"text\",\n            \"options\": \"null\",\n            \"enabled\": \"2\",\n            \"pshow\": \"0\",\n            \"pdf\": \"0\",\n            \"plisting\": \"1\",\n            \"searchmod\": \"0\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"101.0000\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"1\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"field_312\",\n            \"category\": \"101\",\n            \"rankable\": \"0\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"1\",\n            \"multilingual\": \"0\",\n            \"params\": \"[]\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"1\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        },\n        \"1164\": {\n            \"id\": \"1164\",\n            \"kind\": \"1\",\n            \"mandatory\": \"3\",\n            \"name\": \"Complex Title\",\n            \"type\": \"text\",\n            \"options\": \"null\",\n            \"enabled\": \"2\",\n            \"pshow\": \"0\",\n            \"pdf\": \"0\",\n            \"plisting\": \"1\",\n            \"searchmod\": \"1\",\n            \"editable\": \"1\",\n            \"deletable\": \"0\",\n            \"index\": \"100.5000\",\n            \"css\": \"\",\n            \"style\": \"\",\n            \"specificable\": \"1\",\n            \"listing_specific\": \"\",\n            \"property_type_specific\": \"\",\n            \"user_specific\": \"\",\n            \"accesses\": \"\",\n            \"accesses_message\": \"\",\n            \"table_name\": \"wpl_properties\",\n            \"table_column\": \"field_313\",\n            \"category\": \"101\",\n            \"rankable\": \"0\",\n            \"rank_point\": \"0\",\n            \"comments\": \"\",\n            \"pwizard\": \"1\",\n            \"text_search\": \"1\",\n            \"multilingual\": \"0\",\n            \"params\": \"[]\",\n            \"flex\": \"1\",\n            \"sortable\": \"1\",\n            \"comparable\": \"1\",\n            \"compare_visible\": \"1\",\n            \"compare_row\": \"0\",\n            \"source_id\": \"0:1\",\n            \"blog_id\": \"1\",\n            \"field_specific\": \"\"\n        }\n    }\n}"}],"_postman_id":"44e54692-8282-4b6a-bb06-4c914e010b46"},{"name":"Listing Types","id":"ae159fd7-374c-4ce5-aa18-c738134dfc03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/listing_types","description":"<p>Retrieve all active listing types, it will be shown in the app and is selectable by the user to get properties with the selected listing type.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["listing_types"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"1ed099eb-6ff0-4a44-a31d-dfdcd754fc8f","name":"Listing Types","originalRequest":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/listing_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:38:35 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:38:35 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"types\": [\n            {\n                \"id\": \"9\",\n                \"parent\": \"1\",\n                \"name\": \"For sale\"\n            },\n            {\n                \"id\": \"10\",\n                \"parent\": \"2\",\n                \"name\": \"For Rent\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ae159fd7-374c-4ce5-aa18-c738134dfc03"},{"name":"Get Fields","id":"4e47d138-fa5e-471b-a819-946bccdf8ed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/get-fields","description":"<p>Add Listing in Realtina app is completely dynamic like other main sections. This path returns all the fields that the user or agent should fill in the Add Listing, which can be completely managed in the admin panel.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["get-fields"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"9874b5ad-cee4-4eed-aca6-2441d150d802","name":"Get Fields","originalRequest":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/get-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:38:38 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:38:38 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"category\": {\n                \"id\": \"1\",\n                \"kind\": \"0\",\n                \"name\": \"Basic Details\",\n                \"index\": \"1\",\n                \"enabled\": \"1\",\n                \"pshow\": \"1\",\n                \"pdf\": \"1\",\n                \"searchmod\": \"1\",\n                \"prefix\": \"b\",\n                \"listing_specific\": \"\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"6\",\n                    \"mandatory\": \"1\",\n                    \"name\": \"Price\",\n                    \"type\": \"price\",\n                    \"units\": [\n                        {\n                            \"id\": \"260\",\n                            \"name\": \"$\",\n                            \"add_before\": false\n                        },\n                        {\n                            \"id\": \"150\",\n                            \"name\": \"€\",\n                            \"add_before\": false\n                        }\n                    ],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"price\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"313\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Property Title\",\n                    \"type\": \"text\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"field_313\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"7\",\n                    \"mandatory\": \"1\",\n                    \"name\": \"View\",\n                    \"type\": \"select\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Garden\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Street\"\n                            },\n                            {\n                                \"key\": \"3\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Sea\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"field_7\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"308\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Property Description\",\n                    \"type\": \"textarea\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"field_308\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"15\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Parent\",\n                    \"type\": \"parent\",\n                    \"units\": [],\n                    \"options\": {\n                        \"parent_kind\": \"1\",\n                        \"replace\": \"0\"\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"parent\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"3\",\n                    \"mandatory\": \"2\",\n                    \"name\": \"Property Type\",\n                    \"type\": \"property_types\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": [\n                            {\n                                \"value\": \"Office\",\n                                \"key\": \"13\"\n                            },\n                            {\n                                \"value\": \"Loft\",\n                                \"key\": \"6\"\n                            },\n                            {\n                                \"value\": \"Land\",\n                                \"key\": \"14\"\n                            },\n                            {\n                                \"value\": \"Residential\",\n                                \"key\": \"15\"\n                            },\n                            {\n                                \"value\": \"Rental\",\n                                \"key\": \"16\"\n                            },\n                            {\n                                \"value\": \"Commercial\",\n                                \"key\": \"17\"\n                            },\n                            {\n                                \"value\": \"Vacant land\",\n                                \"key\": \"18\"\n                            },\n                            {\n                                \"value\": \"Income\",\n                                \"key\": \"19\"\n                            },\n                            {\n                                \"value\": \"Waterfront\",\n                                \"key\": \"20\"\n                            },\n                            {\n                                \"value\": \"Villa\",\n                                \"key\": \"7\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"property_type\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"2\",\n                    \"mandatory\": \"2\",\n                    \"name\": \"Listing Type\",\n                    \"type\": \"listings\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": [\n                            {\n                                \"value\": \"For sale\",\n                                \"key\": \"9\"\n                            },\n                            {\n                                \"value\": \"For Rent\",\n                                \"key\": \"10\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"listing\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"14\",\n                    \"mandatory\": \"1\",\n                    \"name\": \"Price Type\",\n                    \"type\": \"select\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": [\n                            {\n                                \"key\": \"30\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Per Month\"\n                            },\n                            {\n                                \"key\": \"7\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Per Week\"\n                            },\n                            {\n                                \"key\": \"365\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Per Year\"\n                            },\n                            {\n                                \"key\": \"1\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Per Day\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"price_period\",\n                    \"listing_specific\": \"10,12,\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"8\",\n                    \"mandatory\": \"1\",\n                    \"name\": \"Bedrooms\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"bedrooms\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"13\",\n                    \"mandatory\": \"1\",\n                    \"name\": \"Rooms\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"rooms\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"9\",\n                    \"mandatory\": \"1\",\n                    \"name\": \"Bathrooms\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"bathrooms\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"17\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Half Bathrooms\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"half_bathrooms\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"10\",\n                    \"mandatory\": \"1\",\n                    \"name\": \"Square Footage\",\n                    \"type\": \"area\",\n                    \"units\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Sqft\",\n                            \"add_before\": false\n                        },\n                        {\n                            \"id\": \"3\",\n                            \"name\": \"Acre\",\n                            \"add_before\": false\n                        }\n                    ],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"living_area\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"12\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Year Built\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"build_year\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"11\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Lot Area\",\n                    \"type\": \"area\",\n                    \"units\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Sqft\",\n                            \"add_before\": false\n                        },\n                        {\n                            \"id\": \"3\",\n                            \"name\": \"Acre\",\n                            \"add_before\": false\n                        }\n                    ],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"lot_area\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"23\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Status\",\n                    \"type\": \"select\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties2\",\n                    \"table_column\": \"listing_status\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"24\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Days On Market\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties2\",\n                    \"table_column\": \"dom\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        },\n        {\n            \"category\": {\n                \"id\": \"4\",\n                \"kind\": \"0\",\n                \"name\": \"Features\",\n                \"index\": \"1.5\",\n                \"enabled\": \"1\",\n                \"pshow\": \"1\",\n                \"pdf\": \"1\",\n                \"searchmod\": \"1\",\n                \"prefix\": \"f\",\n                \"listing_specific\": \"\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"131\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Swimming Pool\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": [\n                            {\n                                \"value\": \"None\",\n                                \"key\": 0,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Community\",\n                                \"key\": 1,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Private\",\n                                \"key\": 2,\n                                \"enabled\": 1\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_131\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"132\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Jacuzzi\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_132\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"130\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Heating System\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"single\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"Split\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"Heat Pump\"\n                            },\n                            {\n                                \"key\": \"3\",\n                                \"value\": \"Central\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_130\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"134\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Cooling System\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"single\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"Split\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"Central\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_134\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"133\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Elevator\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_133\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"135\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Garden\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_135\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"136\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Balcony\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_136\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"137\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Basement\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_137\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"138\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Fence\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": [\n                            {\n                                \"value\": \"Wire\",\n                                \"key\": 0,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Other\",\n                                \"key\": 1,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Partial\",\n                                \"key\": 2,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Wood\",\n                                \"key\": 3,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Chain link\",\n                                \"key\": 4,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Hedge\",\n                                \"key\": 5,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Masonry/masonary brick\",\n                                \"key\": 6,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Cross\",\n                                \"key\": 7,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Stone\",\n                                \"key\": 8,\n                                \"enabled\": 1\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_138\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"139\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"View\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_139\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"140\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Pet Policy\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"single\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"Allowed\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"Not Allowed\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_140\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"141\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Kitchen\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"single\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"Fully Equipped\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"Semi Equipped\"\n                            },\n                            {\n                                \"key\": \"3\",\n                                \"value\": \"Not Equipped\"\n                            },\n                            {\n                                \"value\": \"Breakfast bar\",\n                                \"key\": 4,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Closet pantry\",\n                                \"key\": 5,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Pantry\",\n                                \"key\": 6,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Island\",\n                                \"key\": 7,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Walk in pantry\",\n                                \"key\": 8,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Desk built in\",\n                                \"key\": 9,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Breakfast/snackbar\",\n                                \"key\": 10,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Cooking island\",\n                                \"key\": 11,\n                                \"enabled\": 1\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_141\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"142\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Steam\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_142\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"143\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Gymnasium\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_143\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"144\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Fireplace\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_144\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"152\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Security\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"multiple\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"Watchman\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"Digicode\"\n                            },\n                            {\n                                \"key\": \"3\",\n                                \"value\": \"Alarm\"\n                            },\n                            {\n                                \"key\": \"4\",\n                                \"value\": \"Lock\"\n                            },\n                            {\n                                \"key\": \"5\",\n                                \"value\": \"Cctv\"\n                            },\n                            {\n                                \"key\": \"6\",\n                                \"value\": \"No\"\n                            },\n                            {\n                                \"key\": \"7\",\n                                \"value\": \"Other\"\n                            },\n                            {\n                                \"value\": \"300\",\n                                \"key\": 8,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1500\",\n                                \"key\": 9,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"550\",\n                                \"key\": 10,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1200\",\n                                \"key\": 11,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"500\",\n                                \"key\": 12,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1000\",\n                                \"key\": 13,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"600\",\n                                \"key\": 14,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2500\",\n                                \"key\": 15,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1425\",\n                                \"key\": 16,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"4500\",\n                                \"key\": 17,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"5300\",\n                                \"key\": 18,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"800\",\n                                \"key\": 19,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2000\",\n                                \"key\": 20,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3000\",\n                                \"key\": 21,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"750\",\n                                \"key\": 22,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"700\",\n                                \"key\": 23,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2250\",\n                                \"key\": 24,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"895\",\n                                \"key\": 25,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2800\",\n                                \"key\": 26,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2750\",\n                                \"key\": 27,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1475\",\n                                \"key\": 28,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1900\",\n                                \"key\": 29,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1600\",\n                                \"key\": 30,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1400\",\n                                \"key\": 31,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3500\",\n                                \"key\": 32,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1800\",\n                                \"key\": 33,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1895\",\n                                \"key\": 34,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"5000\",\n                                \"key\": 35,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"4000\",\n                                \"key\": 36,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1100\",\n                                \"key\": 37,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"39\",\n                                \"key\": 38,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2600\",\n                                \"key\": 39,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1850\",\n                                \"key\": 40,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3600\",\n                                \"key\": 41,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"900\",\n                                \"key\": 42,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2100\",\n                                \"key\": 43,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2300\",\n                                \"key\": 44,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"950\",\n                                \"key\": 45,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1950\",\n                                \"key\": 46,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2598\",\n                                \"key\": 47,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"8000\",\n                                \"key\": 48,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1750\",\n                                \"key\": 49,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"7500\",\n                                \"key\": 50,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1358\",\n                                \"key\": 51,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1466\",\n                                \"key\": 52,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"250\",\n                                \"key\": 53,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"650\",\n                                \"key\": 54,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"675\",\n                                \"key\": 55,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2200\",\n                                \"key\": 56,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2400\",\n                                \"key\": 57,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"10000\",\n                                \"key\": 58,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2700\",\n                                \"key\": 59,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1395\",\n                                \"key\": 60,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1375\",\n                                \"key\": 61,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"100\",\n                                \"key\": 62,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"850\",\n                                \"key\": 63,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1700\",\n                                \"key\": 64,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1250\",\n                                \"key\": 65,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"5170\",\n                                \"key\": 66,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"150\",\n                                \"key\": 67,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1295\",\n                                \"key\": 68,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"15000\",\n                                \"key\": 69,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3625\",\n                                \"key\": 70,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"112000\",\n                                \"key\": 71,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3400\",\n                                \"key\": 72,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"5200\",\n                                \"key\": 73,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1580\",\n                                \"key\": 74,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"699\",\n                                \"key\": 75,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3250\",\n                                \"key\": 76,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2295\",\n                                \"key\": 77,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2150\",\n                                \"key\": 78,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"100000\",\n                                \"key\": 79,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"7000\",\n                                \"key\": 80,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"400\",\n                                \"key\": 81,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3800\",\n                                \"key\": 82,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"825\",\n                                \"key\": 83,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1150\",\n                                \"key\": 84,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"6000\",\n                                \"key\": 85,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1495\",\n                                \"key\": 86,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1075\",\n                                \"key\": 87,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"870\",\n                                \"key\": 88,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1590\",\n                                \"key\": 89,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1175\",\n                                \"key\": 90,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3285\",\n                                \"key\": 91,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"725\",\n                                \"key\": 92,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1550\",\n                                \"key\": 93,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1350\",\n                                \"key\": 94,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"575\",\n                                \"key\": 95,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2900\",\n                                \"key\": 96,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2350\",\n                                \"key\": 97,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"4200\",\n                                \"key\": 98,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1675\",\n                                \"key\": 99,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"200\",\n                                \"key\": 100,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2390\",\n                                \"key\": 101,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1855\",\n                                \"key\": 102,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2450\",\n                                \"key\": 103,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1300\",\n                                \"key\": 104,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1050\",\n                                \"key\": 105,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"965\",\n                                \"key\": 106,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2275\",\n                                \"key\": 107,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3200\",\n                                \"key\": 108,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"695\",\n                                \"key\": 109,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"8500\",\n                                \"key\": 110,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"475\",\n                                \"key\": 111,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2963\",\n                                \"key\": 112,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"150000\",\n                                \"key\": 113,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2950\",\n                                \"key\": 114,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"66000\",\n                                \"key\": 115,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"625\",\n                                \"key\": 116,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"4650\",\n                                \"key\": 117,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"5500\",\n                                \"key\": 118,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"3350\",\n                                \"key\": 119,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"14000\",\n                                \"key\": 120,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"350\",\n                                \"key\": 121,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1275\",\n                                \"key\": 122,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"70\",\n                                \"key\": 123,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1450\",\n                                \"key\": 124,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2895\",\n                                \"key\": 125,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2945\",\n                                \"key\": 126,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"2785\",\n                                \"key\": 127,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1999\",\n                                \"key\": 128,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1070\",\n                                \"key\": 129,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"1595\",\n                                \"key\": 130,\n                                \"enabled\": 1\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_152\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"146\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Patio\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_146\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"147\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Roof Deck\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": [\n                            {\n                                \"value\": \"Shingle\",\n                                \"key\": 0,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Built up\",\n                                \"key\": 1,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Membrane\",\n                                \"key\": 2,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Tile\",\n                                \"key\": 3,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Other\",\n                                \"key\": 4,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Metal\",\n                                \"key\": 5,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Roof over\",\n                                \"key\": 6,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Shake\",\n                                \"key\": 7,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Blt up-foam/other\",\n                                \"key\": 8,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Gable/hip\",\n                                \"key\": 9,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Built up - t&g\",\n                                \"key\": 10,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Flat\",\n                                \"key\": 11,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Curve/arc/round\",\n                                \"key\": 12,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Wood frame\",\n                                \"key\": 13,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Rolled\",\n                                \"key\": 14,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Slate\",\n                                \"key\": 15,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Steel/bar/joist\",\n                                \"key\": 16,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Concrete\",\n                                \"key\": 17,\n                                \"enabled\": 1\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_147\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"148\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"High Ceiling\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_148\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"149\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Storage\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_149\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"150\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Parking\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"single\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"key\": \"3\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"key\": \"4\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"key\": \"5\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"key\": \"6\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"value\": \"13 to 18 spaces\",\n                                \"key\": 7,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Common\",\n                                \"key\": 8,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Over 30 spaces\",\n                                \"key\": 9,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"6 to 12 spaces\",\n                                \"key\": 10,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"19 to 30 spaces\",\n                                \"key\": 11,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Curb parking\",\n                                \"key\": 12,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Other\",\n                                \"key\": 13,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"No parking on site\",\n                                \"key\": 14,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Valet off site\",\n                                \"key\": 15,\n                                \"enabled\": 1\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_150\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"151\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Furnished\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"single\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"Fully Furnished\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"Semi Furnished\"\n                            },\n                            {\n                                \"key\": \"3\",\n                                \"value\": \"Not Furnished\"\n                            },\n                            {\n                                \"value\": \"Turnkey\",\n                                \"key\": 4,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Furnished\",\n                                \"key\": 5,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Unfurnished\",\n                                \"key\": 6,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Optional\",\n                                \"key\": 7,\n                                \"enabled\": 1\n                            },\n                            {\n                                \"value\": \"Partial\",\n                                \"key\": 8,\n                                \"enabled\": 1\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_151\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"159\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Internet\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"single\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"Exclusive\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"Inclusive\"\n                            },\n                            {\n                                \"key\": \"3\",\n                                \"value\": \"Wireless\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_159\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        },\n        {\n            \"category\": {\n                \"id\": \"5\",\n                \"kind\": \"0\",\n                \"name\": \"Appliances\",\n                \"index\": \"1.7\",\n                \"enabled\": \"1\",\n                \"pshow\": \"1\",\n                \"pdf\": \"1\",\n                \"searchmod\": \"1\",\n                \"prefix\": \"app\",\n                \"listing_specific\": \"\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"153\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Refrigerator\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"single\",\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"value\": \"Simple\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"value\": \"Side By Side\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_153\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"155\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Microwave\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_155\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"154\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Stove\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_154\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"156\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Washing Machine\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_156\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"157\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"TV\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_157\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"158\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"CD Player\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_158\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"160\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Hair Dryer\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_160\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"161\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Cleaning Service\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_161\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"162\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Oven\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_162\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"163\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Dishwasher\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_163\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"164\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Dishes\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_164\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"165\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Satellite\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_165\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"166\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Telephone\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_166\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"167\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Towels\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_167\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"168\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Hot Tub\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_168\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"169\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Iron\",\n                    \"type\": \"feature\",\n                    \"units\": [],\n                    \"options\": {\n                        \"type\": \"none\",\n                        \"values\": []\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"f_169\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        },\n        {\n            \"category\": {\n                \"id\": \"2\",\n                \"kind\": \"0\",\n                \"name\": \"Address Map\",\n                \"index\": \"2\",\n                \"enabled\": \"1\",\n                \"pshow\": \"1\",\n                \"pdf\": \"1\",\n                \"searchmod\": \"1\",\n                \"prefix\": \"ad\",\n                \"listing_specific\": \"\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"48\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Neighborhood\",\n                    \"type\": \"parent\",\n                    \"units\": [],\n                    \"options\": {\n                        \"parent_kind\": \"4\",\n                        \"replace\": \"0\",\n                        \"key\": \"neighborhood_id\"\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"neighborhood_id\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"58\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Show Marker/Pin?\",\n                    \"type\": \"select\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": [\n                            {\n                                \"key\": \"2\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Inherit from global options\"\n                            },\n                            {\n                                \"key\": \"1\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Yes\"\n                            },\n                            {\n                                \"key\": \"0\",\n                                \"enabled\": \"1\",\n                                \"value\": \"No\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"show_marker\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"54\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Building Name\",\n                    \"type\": \"text\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"field_54\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"55\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Floor Number\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"field_55\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"53\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Map\",\n                    \"type\": \"googlemap\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"\",\n                    \"table_column\": \"\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \",\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        },\n        {\n            \"category\": {\n                \"id\": \"6\",\n                \"kind\": \"0\",\n                \"name\": \"Neighborhood\",\n                \"index\": \"2.5\",\n                \"enabled\": \"1\",\n                \"pshow\": \"1\",\n                \"pdf\": \"1\",\n                \"searchmod\": \"1\",\n                \"prefix\": \"n\",\n                \"listing_specific\": \"\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"100\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Shopping Center\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_100\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"113\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Town Center\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_113\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"101\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Hospital\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_101\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"112\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Police Station\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_112\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"109\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Train Station\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_109\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"108\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Bus Station\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_108\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"107\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Airport\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_107\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"106\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Coffee Shop\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_106\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"105\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Beach\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_105\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"102\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Cinema\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_102\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"103\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Park\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_103\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"110\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"School\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_110\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"111\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"University\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_111\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"115\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Tourist Site\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_115\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"114\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Exhibition\",\n                    \"type\": \"neighborhood\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"n_114\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        },\n        {\n            \"category\": {\n                \"id\": \"3\",\n                \"kind\": \"0\",\n                \"name\": \"Image Gallery\",\n                \"index\": \"3\",\n                \"enabled\": \"1\",\n                \"pshow\": \"0\",\n                \"pdf\": \"0\",\n                \"searchmod\": \"1\",\n                \"prefix\": \"gal\",\n                \"listing_specific\": \"\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"300\",\n                    \"mandatory\": \"3\",\n                    \"name\": \"Gallery\",\n                    \"type\": \"gallery\",\n                    \"units\": [],\n                    \"options\": {\n                        \"ext_file\": \"gif,jpeg,png,jpg\",\n                        \"file_size\": \"500\"\n                    },\n                    \"table_name\": \"\",\n                    \"table_column\": \"\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        },\n        {\n            \"category\": {\n                \"id\": \"7\",\n                \"kind\": \"0\",\n                \"name\": \"Video\",\n                \"index\": \"7\",\n                \"enabled\": \"1\",\n                \"pshow\": \"0\",\n                \"pdf\": \"0\",\n                \"searchmod\": \"0\",\n                \"prefix\": \"v\",\n                \"listing_specific\": \"\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"567\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Add On Video\",\n                    \"type\": \"addon_video\",\n                    \"units\": [],\n                    \"options\": {\n                        \"ext_file\": \"avi,flv,mp4,swf,wmv\",\n                        \"file_size\": \"100000\"\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        },\n        {\n            \"category\": {\n                \"id\": \"37\",\n                \"kind\": \"0\",\n                \"name\": \"Calendar Addon\",\n                \"index\": \"99\",\n                \"enabled\": \"1\",\n                \"pshow\": \"0\",\n                \"pdf\": \"0\",\n                \"searchmod\": \"1\",\n                \"prefix\": \"cal\",\n                \"listing_specific\": \"type=3\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"1301\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Addon Calendar\",\n                    \"type\": \"addon_calendar\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        },\n        {\n            \"category\": {\n                \"id\": \"50\",\n                \"kind\": \"0\",\n                \"name\": \"Booking\",\n                \"index\": \"99.1\",\n                \"enabled\": \"1\",\n                \"pshow\": \"1\",\n                \"pdf\": \"0\",\n                \"searchmod\": \"1\",\n                \"prefix\": \"book\",\n                \"listing_specific\": \"type=3\",\n                \"property_type_specific\": \"\",\n                \"params\": \"\"\n            },\n            \"fields\": [\n                {\n                    \"id\": \"1907\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Enabled\",\n                    \"type\": \"select\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Yes\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"enabled\": \"1\",\n                                \"value\": \"No\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_enabled\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1901\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Max Adults\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_max_adults\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1902\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Max Children\",\n                    \"type\": \"number\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_max_children\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1903\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Smoking\",\n                    \"type\": \"select\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Yes\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"enabled\": \"1\",\n                                \"value\": \"No\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_smoking\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1904\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Security Deposit\",\n                    \"type\": \"price\",\n                    \"units\": [\n                        {\n                            \"id\": \"260\",\n                            \"name\": \"$\",\n                            \"add_before\": false\n                        },\n                        {\n                            \"id\": \"150\",\n                            \"name\": \"€\",\n                            \"add_before\": false\n                        }\n                    ],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_deposit\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1908\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Cancellation Policy\",\n                    \"type\": \"booking_cancellation\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_cancellation_policy\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1906\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Pets\",\n                    \"type\": \"select\",\n                    \"units\": [],\n                    \"options\": {\n                        \"values\": [\n                            {\n                                \"key\": \"1\",\n                                \"enabled\": \"1\",\n                                \"value\": \"Yes\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"enabled\": \"1\",\n                                \"value\": \"No\"\n                            }\n                        ]\n                    },\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_pets\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1909\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Pet Policy Name\",\n                    \"type\": \"booking_pet\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_pet_policy_name\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1910\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Pet Policy Term\",\n                    \"type\": \"textarea\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_pet_policy_term\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1911\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"House Rules\",\n                    \"type\": \"textarea\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"house_rules\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                },\n                {\n                    \"id\": \"1905\",\n                    \"mandatory\": \"0\",\n                    \"name\": \"Comments\",\n                    \"type\": \"textarea\",\n                    \"units\": [],\n                    \"options\": [],\n                    \"table_name\": \"wpl_properties\",\n                    \"table_column\": \"booking_comments\",\n                    \"listing_specific\": \"\",\n                    \"property_type_specific\": \"\",\n                    \"value\": \"\",\n                    \"value_unit\": \"\",\n                    \"gallery\": []\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4e47d138-fa5e-471b-a819-946bccdf8ed8"},{"name":"Sort Options","id":"d791f1fb-17b5-4699-8dc0-e6bb2f197d70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/sort-options","description":"<p>When we send a request to receive the list of properties available in the app, one of the parameters that can be sent is sort, based on which the order of the received properties is determined (for example, sort based on price, date, etc.). This path returns the sort options that the user can choose in the app,, which is completely manageable in the admin panel.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["sort-options"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"79695190-b836-4a82-addf-5c5c7cf6c00b","name":"Sort Options","originalRequest":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/sort-options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Dec 2022 08:26:33 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Fri, 15 Dec 2023 08:26:33 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"options\": [\n            {\n                \"id\": \"p.living_area_si\",\n                \"name\": \"Built up Area\"\n            },\n            {\n                \"id\": \"p.price_si\",\n                \"name\": \"Price\"\n            },\n            {\n                \"id\": \"p.pic_numb\",\n                \"name\": \"Pictures\"\n            },\n            {\n                \"id\": \"p.add_date\",\n                \"name\": \"Add date\"\n            },\n            {\n                \"id\": \"p.sp_featured\",\n                \"name\": \"Featured\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d791f1fb-17b5-4699-8dc0-e6bb2f197d70"},{"name":"List Currency","id":"027a211e-a354-41bc-8318-f54b48b2fa9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/list-currency","description":"<p>In some parts of the app, the user works with prices, such as Filters or Add Listing, in these parts we need a currency to be shown to the user next to the amounts, this path returns the available currencies.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["list-currency"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"fa9415d7-19d1-4c98-96f4-d85c0143f509","name":"List Currency","originalRequest":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/list-currency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:39:25 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:39:25 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"success\": true,\n        \"data\": [\n            {\n                \"id\": \"150\",\n                \"name\": \"€\",\n                \"type\": \"4\",\n                \"enabled\": \"1\",\n                \"tosi\": \"1.3634\",\n                \"index\": \"2\",\n                \"extra\": \"EUR\",\n                \"extra2\": \"Euro\",\n                \"extra3\": \"European-Union\",\n                \"extra4\": \"Euro\",\n                \"seperator\": \",\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            },\n            {\n                \"id\": \"260\",\n                \"name\": \"$\",\n                \"type\": \"4\",\n                \"enabled\": \"1\",\n                \"tosi\": \"1\",\n                \"index\": \"1\",\n                \"extra\": \"USD\",\n                \"extra2\": \"United States dollar\",\n                \"extra3\": \"United-States\",\n                \"extra4\": \"Dime/ Cent /Mill\",\n                \"seperator\": \",\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"027a211e-a354-41bc-8318-f54b48b2fa9a"},{"name":"List Area Unit","id":"cf5d2cbc-9502-4b08-b9b7-f87b54924228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/list-area-unit","description":"<p>Like the prices, in some parts of the app, the user has to deal with numbers like the meterage, such as Filters or Add Listings, in these parts we also need units to be shown to the user next to the values, this path returns the available units.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["list-area-unit"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"e0f7f1b7-fe7b-473a-88fe-cc7363e116b7","name":"List Area Unit","originalRequest":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/list-area-unit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:39:30 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:39:30 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"success\": true,\n        \"data\": [\n            {\n                \"id\": \"1\",\n                \"name\": \"Sqft\",\n                \"type\": \"2\",\n                \"enabled\": \"1\",\n                \"tosi\": \"0.093\",\n                \"index\": \"1\",\n                \"extra\": \"\",\n                \"extra2\": \"\",\n                \"extra3\": \"\",\n                \"extra4\": \"\",\n                \"seperator\": \"\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            },\n            {\n                \"id\": \"2\",\n                \"name\": \"m²\",\n                \"type\": \"2\",\n                \"enabled\": \"0\",\n                \"tosi\": \"1\",\n                \"index\": \"3\",\n                \"extra\": \"\",\n                \"extra2\": \"\",\n                \"extra3\": \"\",\n                \"extra4\": \"\",\n                \"seperator\": \"\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            },\n            {\n                \"id\": \"3\",\n                \"name\": \"Acre\",\n                \"type\": \"2\",\n                \"enabled\": \"1\",\n                \"tosi\": \"4046.873\",\n                \"index\": \"2\",\n                \"extra\": \"\",\n                \"extra2\": \"\",\n                \"extra3\": \"\",\n                \"extra4\": \"\",\n                \"seperator\": \"\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            },\n            {\n                \"id\": \"4\",\n                \"name\": \"km²\",\n                \"type\": \"2\",\n                \"enabled\": \"0\",\n                \"tosi\": \"1000000\",\n                \"index\": \"4\",\n                \"extra\": \"\",\n                \"extra2\": \"\",\n                \"extra3\": \"\",\n                \"extra4\": \"\",\n                \"seperator\": \"\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            },\n            {\n                \"id\": \"5\",\n                \"name\": \"sq mi\",\n                \"type\": \"2\",\n                \"enabled\": \"0\",\n                \"tosi\": \"2589988\",\n                \"index\": \"6\",\n                \"extra\": \"\",\n                \"extra2\": \"\",\n                \"extra3\": \"\",\n                \"extra4\": \"\",\n                \"seperator\": \"\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"sq yd\",\n                \"type\": \"2\",\n                \"enabled\": \"0\",\n                \"tosi\": \"0.836\",\n                \"index\": \"5\",\n                \"extra\": \"\",\n                \"extra2\": \"\",\n                \"extra3\": \"\",\n                \"extra4\": \"\",\n                \"seperator\": \"\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            },\n            {\n                \"id\": \"7\",\n                \"name\": \"Hectare\",\n                \"type\": \"2\",\n                \"enabled\": \"0\",\n                \"tosi\": \"10000\",\n                \"index\": \"7\",\n                \"extra\": \"\",\n                \"extra2\": \"\",\n                \"extra3\": \"\",\n                \"extra4\": \"\",\n                \"seperator\": \"\",\n                \"d_seperator\": \"\",\n                \"after_before\": \"0\",\n                \"blog_id\": \"1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cf5d2cbc-9502-4b08-b9b7-f87b54924228"}],"id":"e8b92ab8-a305-4023-b8df-ab90bfea70b1","description":"<p>Providing the basic features of the app in a completely customizable and flexible way, except for<br />the basic items that exist by default in each of the items in this section, the possibility of adding<br />new items by the customer and customizing each of them, including different listing types, sort<br />options, currencies, etc.</p>\n","_postman_id":"e8b92ab8-a305-4023-b8df-ab90bfea70b1","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}}},{"name":"Properties","item":[{"name":"Property Agent","id":"730a7ce0-c3dd-408e-832c-96e2d3382b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/property/:property_id/agent","description":"<p>Each property has an agent that has submitted it, this route returns the agent corresponding to each property by receiving the property ID.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["property",":property_id","agent"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[{"type":"any","value":"1","key":"property_id"}]}},"response":[{"id":"98157de9-8bd4-4503-afaa-bc47c8f4dacd","name":"Property Agent","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://realtyna.local/wp-json/wpl_api/v2/property/:property_id/agent","host":["http://realtyna.local/wp-json/wpl_api/v2"],"path":["property",":property_id","agent"],"variable":[{"key":"property_id","value":"3652"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:40:38 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:40:38 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"1\",\n        \"first_name\": \"Kirk\",\n        \"last_name\": \"Midler\",\n        \"email\": \"noreply@realtyna.com\",\n        \"tel\": \"(302) 525 8222\",\n        \"fax\": \"\",\n        \"mobile\": \"\",\n        \"profile_picture\": \"\",\n        \"company_name\": \"Realtyna Inc\",\n        \"company_address\": \"200 Continental Drive, Suite 401\",\n        \"website\": \"http://realtyna.com\",\n        \"profile_link\": \"https://demo15.realtyna.ca/properties/admin/\"\n    }\n}"}],"_postman_id":"730a7ce0-c3dd-408e-832c-96e2d3382b2b"},{"name":"Property Items","id":"f58085e1-5187-460b-8127-a93d8710e06a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/property/:propery_id/items/:item_type/:item_cat","description":"<p>For each property in the app, there is a section called Gallery, where photos, videos, YouTube videos, 3D links, etc. are displayed. This path returns the items related to the gallery of each property, by receiving the property ID, type, and category.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["property",":propery_id","items",":item_type",":item_cat"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[{"type":"any","value":"1","key":"propery_id"},{"type":"any","value":"gallery","key":"item_type"},{"type":"any","value":"image","key":"item_cat"}]}},"response":[{"id":"c8c61cbb-c77e-46db-9de0-166954795e27","name":"Property Items","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://realtyna.local/wp-json/wpl_api/v2/property/:propery_id/items/:item_type/:item_cat","host":["http://realtyna.local/wp-json/wpl_api/v2"],"path":["property",":propery_id","items",":item_type",":item_cat"],"variable":[{"key":"propery_id","value":"1"},{"key":"item_type","value":"gallery"},{"key":"item_cat","value":"image"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:42:44 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:42:44 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"653100\": {\n            \"id\": \"653100\",\n            \"parent_kind\": \"0\",\n            \"parent_id\": \"3616\",\n            \"item_type\": \"gallery\",\n            \"item_cat\": \"image\",\n            \"item_name\": \"8.jpg\",\n            \"creation_date\": \"2022-08-11 04:37:18\",\n            \"edit_date\": \"2022-08-11 04:37:18\",\n            \"enabled\": \"1\",\n            \"item_extra1\": null,\n            \"item_extra2\": null,\n            \"item_extra3\": null,\n            \"item_extra4\": null,\n            \"item_extra5\": null,\n            \"params\": null,\n            \"index\": \"1.00\",\n            \"item_path\": \"/home/demo15info/public_html/wp-content/uploads/WPL/3616/8.jpg\",\n            \"link\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3616/8.jpg\"\n        },\n        \"653101\": {\n            \"id\": \"653101\",\n            \"parent_kind\": \"0\",\n            \"parent_id\": \"3616\",\n            \"item_type\": \"gallery\",\n            \"item_cat\": \"image\",\n            \"item_name\": \"6.jpg\",\n            \"creation_date\": \"2022-08-11 04:37:18\",\n            \"edit_date\": \"2022-08-11 04:37:18\",\n            \"enabled\": \"1\",\n            \"item_extra1\": null,\n            \"item_extra2\": null,\n            \"item_extra3\": null,\n            \"item_extra4\": null,\n            \"item_extra5\": null,\n            \"params\": null,\n            \"index\": \"2.00\",\n            \"item_path\": \"/home/demo15info/public_html/wp-content/uploads/WPL/3616/6.jpg\",\n            \"link\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3616/6.jpg\"\n        },\n        \"653102\": {\n            \"id\": \"653102\",\n            \"parent_kind\": \"0\",\n            \"parent_id\": \"3616\",\n            \"item_type\": \"gallery\",\n            \"item_cat\": \"image\",\n            \"item_name\": \"7.jpg\",\n            \"creation_date\": \"2022-08-11 04:37:18\",\n            \"edit_date\": \"2022-08-11 04:37:18\",\n            \"enabled\": \"1\",\n            \"item_extra1\": null,\n            \"item_extra2\": null,\n            \"item_extra3\": null,\n            \"item_extra4\": null,\n            \"item_extra5\": null,\n            \"params\": null,\n            \"index\": \"3.00\",\n            \"item_path\": \"/home/demo15info/public_html/wp-content/uploads/WPL/3616/7.jpg\",\n            \"link\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3616/7.jpg\"\n        },\n        \"653103\": {\n            \"id\": \"653103\",\n            \"parent_kind\": \"0\",\n            \"parent_id\": \"3616\",\n            \"item_type\": \"gallery\",\n            \"item_cat\": \"image\",\n            \"item_name\": \"5.jpg\",\n            \"creation_date\": \"2022-08-11 04:37:18\",\n            \"edit_date\": \"2022-08-11 04:37:18\",\n            \"enabled\": \"1\",\n            \"item_extra1\": null,\n            \"item_extra2\": null,\n            \"item_extra3\": null,\n            \"item_extra4\": null,\n            \"item_extra5\": null,\n            \"params\": null,\n            \"index\": \"4.00\",\n            \"item_path\": \"/home/demo15info/public_html/wp-content/uploads/WPL/3616/5.jpg\",\n            \"link\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3616/5.jpg\"\n        },\n        \"653104\": {\n            \"id\": \"653104\",\n            \"parent_kind\": \"0\",\n            \"parent_id\": \"3616\",\n            \"item_type\": \"gallery\",\n            \"item_cat\": \"image\",\n            \"item_name\": \"2.jpg\",\n            \"creation_date\": \"2022-08-11 04:37:18\",\n            \"edit_date\": \"2022-08-11 04:37:18\",\n            \"enabled\": \"1\",\n            \"item_extra1\": null,\n            \"item_extra2\": null,\n            \"item_extra3\": null,\n            \"item_extra4\": null,\n            \"item_extra5\": null,\n            \"params\": null,\n            \"index\": \"5.00\",\n            \"item_path\": \"/home/demo15info/public_html/wp-content/uploads/WPL/3616/2.jpg\",\n            \"link\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3616/2.jpg\"\n        }\n    }\n}"}],"_postman_id":"f58085e1-5187-460b-8127-a93d8710e06a"},{"name":"Property Raw","id":"ce773e9a-000a-4bf5-8044-442b2284ebab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/property/:propery_id/raw","description":"<p>Each property has full detailed information, this route returns full property details unsorted and raw.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["property",":propery_id","raw"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[{"type":"any","value":"1","key":"propery_id"}]}},"response":[{"id":"b7b1cab7-7e60-4a26-a5d6-638ce14739c3","name":"Property Raw","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://realtyna.local/wp-json/wpl_api/v2/property/:propery_id/raw","host":["http://realtyna.local/wp-json/wpl_api/v2"],"path":["property",":propery_id","raw"],"variable":[{"key":"propery_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:43:01 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:43:01 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"3616\",\n        \"kind\": \"0\",\n        \"deleted\": \"0\",\n        \"mls_id\": \"2023\",\n        \"mls_id_num\": \"2023\",\n        \"parent\": \"0\",\n        \"pic_numb\": \"5\",\n        \"att_numb\": \"0\",\n        \"sent_numb\": \"0\",\n        \"contact_numb\": \"0\",\n        \"inc_in_listings_numb\": \"1513\",\n        \"user_id\": \"32767\",\n        \"listing\": \"9\",\n        \"property_type\": \"18\",\n        \"rank\": \"0.000\",\n        \"location1_id\": \"0\",\n        \"location2_id\": \"0\",\n        \"location3_id\": \"0\",\n        \"location4_id\": \"0\",\n        \"location5_id\": \"0\",\n        \"location6_id\": \"0\",\n        \"location7_id\": \"0\",\n        \"location1_name\": \"\",\n        \"location2_name\": \"\",\n        \"location3_name\": \"\",\n        \"location4_name\": \"\",\n        \"location5_name\": \"\",\n        \"location6_name\": \"\",\n        \"location7_name\": \"\",\n        \"show_address\": \"1\",\n        \"neighborhood_id\": \"0\",\n        \"neighborhood_ids\": \"[0]\",\n        \"view\": \"0\",\n        \"second_view\": \"\",\n        \"third_view\": \"\",\n        \"price\": \"265170\",\n        \"price_unit\": \"$\",\n        \"price_si\": \"265170\",\n        \"price_max\": \"0\",\n        \"price_max_si\": \"0\",\n        \"price_period\": \"0\",\n        \"bedrooms\": \"3\",\n        \"bedrooms_max\": \"0\",\n        \"rooms\": \"0\",\n        \"rooms_max\": \"0\",\n        \"bathrooms\": \"3\",\n        \"bathrooms_max\": \"0\",\n        \"living_area\": \"667\",\n        \"living_area_unit\": \"Sqft\",\n        \"living_area_si\": \"62.031\",\n        \"living_area_max\": \"0\",\n        \"living_area_max_si\": \"0\",\n        \"lot_area\": \"0\",\n        \"lot_area_unit\": \"Sqft\",\n        \"lot_area_si\": \"0\",\n        \"lot_area_max\": \"0\",\n        \"lot_area_max_si\": \"0\",\n        \"parkings\": \"0\",\n        \"googlemap_lt\": \"38.981684839297\",\n        \"googlemap_ln\": \"-98.076925563327\",\n        \"finalized\": \"1\",\n        \"add_date\": \"2022-08-11 04:37:18\",\n        \"last_finalize_date\": \"2022-08-11 04:37:18\",\n        \"expire_days\": \"0\",\n        \"confirmed\": \"1\",\n        \"expired\": \"0\",\n        \"visit_time\": \"79\",\n        \"visit_date\": \"2022-12-20 20:05:39\",\n        \"build_year\": \"0\",\n        \"zip_id\": \"0\",\n        \"zip_name\": \"\",\n        \"last_modified_time_stamp\": \"2022-12-20 15:53:24\",\n        \"post_code\": \"\",\n        \"meta_description\": \"3 Bedrooms Bedrooms With 3 Bathrooms Bathrooms Vacant land For sale In\",\n        \"meta_description_manual\": \"0\",\n        \"meta_keywords\": \"s\",\n        \"meta_keywords_manual\": \"0\",\n        \"street\": \"\",\n        \"street_no\": \"\",\n        \"sp_featured\": \"0\",\n        \"sp_hot\": \"0\",\n        \"sp_openhouse\": \"0\",\n        \"sp_forclosure\": \"1\",\n        \"textsearch\": \"Property Description Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\\\\n Shopping Center (5 MINUTES BY Train) Property Type Vacant land Listing Type For sale Listing ID 2023 Price $265,170 View Street Balcony Gymnasium High Ceiling Foreclosure Yes Microwave TV Airport (3 MINUTES BY Train) Beach (4 MINUTES BY Walk) Exhibition (10 MINUTES BY Train)\",\n        \"property_title\": \"\",\n        \"location_text\": \"\",\n        \"vids_numb\": \"0\",\n        \"field_42\": \"\",\n        \"field_312\": \"Vacant land For sale - - 3 Bedrooms - 3 Bathrooms - Price $265,170 - 3\",\n        \"field_313\": \"Vacant land For sale\",\n        \"field_308\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\",\n        \"field_7\": \"2\",\n        \"n_100\": \"1\",\n        \"n_100_distance\": \"5\",\n        \"n_100_distance_by\": \"3\",\n        \"n_101\": \"\",\n        \"n_101_distance\": \"\",\n        \"n_101_distance_by\": \"\",\n        \"n_102\": \"\",\n        \"n_102_distance\": \"\",\n        \"n_102_distance_by\": \"\",\n        \"n_103\": \"\",\n        \"n_103_distance\": \"\",\n        \"n_103_distance_by\": \"\",\n        \"n_105\": \"1\",\n        \"n_105_distance\": \"4\",\n        \"n_105_distance_by\": \"1\",\n        \"n_106\": \"\",\n        \"n_106_distance\": \"\",\n        \"n_106_distance_by\": \"\",\n        \"n_107\": \"1\",\n        \"n_107_distance\": \"3\",\n        \"n_107_distance_by\": \"3\",\n        \"n_108\": \"\",\n        \"n_108_distance\": \"\",\n        \"n_108_distance_by\": \"\",\n        \"n_109\": \"\",\n        \"n_109_distance\": \"\",\n        \"n_109_distance_by\": \"\",\n        \"n_110\": \"\",\n        \"n_110_distance\": \"\",\n        \"n_110_distance_by\": \"\",\n        \"n_111\": \"\",\n        \"n_111_distance\": \"\",\n        \"n_111_distance_by\": \"\",\n        \"n_112\": \"\",\n        \"n_112_distance\": \"\",\n        \"n_112_distance_by\": \"\",\n        \"n_113\": \"\",\n        \"n_113_distance\": \"\",\n        \"n_113_distance_by\": \"\",\n        \"n_114\": \"1\",\n        \"n_114_distance\": \"10\",\n        \"n_114_distance_by\": \"3\",\n        \"n_115\": \"\",\n        \"n_115_distance\": \"\",\n        \"n_115_distance_by\": \"\",\n        \"f_130_options\": \"\",\n        \"f_130\": \"\",\n        \"f_131_options\": \"\",\n        \"f_131\": \"\",\n        \"f_132_options\": \"\",\n        \"f_132\": \"\",\n        \"f_133_options\": \"\",\n        \"f_133\": \"\",\n        \"f_134_options\": \"\",\n        \"f_134\": \"\",\n        \"f_135_options\": \"\",\n        \"f_135\": \"\",\n        \"f_136_options\": \"\",\n        \"f_136\": \"1\",\n        \"f_137_options\": \"\",\n        \"f_137\": \"\",\n        \"f_138_options\": \"\",\n        \"f_138\": \"\",\n        \"f_139_options\": \"\",\n        \"f_139\": \"\",\n        \"f_140_options\": \"\",\n        \"f_140\": \"\",\n        \"f_141_options\": \"\",\n        \"f_141\": \"\",\n        \"f_142_options\": \"\",\n        \"f_142\": \"\",\n        \"f_143_options\": \"\",\n        \"f_143\": \"1\",\n        \"f_144_options\": \"\",\n        \"f_144\": \"\",\n        \"f_146_options\": \"\",\n        \"f_146\": \"\",\n        \"f_147_options\": \"\",\n        \"f_147\": \"\",\n        \"f_148_options\": \"\",\n        \"f_148\": \"1\",\n        \"f_149_options\": \"\",\n        \"f_149\": \"\",\n        \"f_150_options\": \"\",\n        \"f_150\": \"\",\n        \"f_151_options\": \"\",\n        \"f_151\": \"\",\n        \"f_152_options\": \"\",\n        \"f_152\": \"\",\n        \"f_153_options\": \"\",\n        \"f_153\": \"\",\n        \"f_154_options\": \"\",\n        \"f_154\": \"\",\n        \"f_155_options\": \"\",\n        \"f_155\": \"1\",\n        \"f_156_options\": \"\",\n        \"f_156\": \"\",\n        \"f_157_options\": \"\",\n        \"f_157\": \"1\",\n        \"f_158_options\": \"\",\n        \"f_158\": \"\",\n        \"f_159_options\": \"\",\n        \"f_159\": \"\",\n        \"f_160_options\": \"\",\n        \"f_160\": \"\",\n        \"f_161_options\": \"\",\n        \"f_161\": \"\",\n        \"f_162_options\": \"\",\n        \"f_162\": \"\",\n        \"f_163_options\": \"\",\n        \"f_163\": \"\",\n        \"f_164_options\": \"\",\n        \"f_164\": \"\",\n        \"f_165_options\": \"\",\n        \"f_165\": \"\",\n        \"f_166_options\": \"\",\n        \"f_166\": \"\",\n        \"f_167_options\": \"\",\n        \"f_167\": \"\",\n        \"f_168_options\": \"\",\n        \"f_168\": \"\",\n        \"f_169_options\": \"\",\n        \"f_169\": \"\",\n        \"ref_id\": \"\",\n        \"field_54\": \"\",\n        \"half_bathrooms\": \"0\",\n        \"half_bathrooms_max\": \"0\",\n        \"field_55\": \"0\",\n        \"rendered\": \"{\\\"rendered\\\":{\\\"313\\\":{\\\"field_id\\\":\\\"313\\\",\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"Property Title\\\",\\\"value\\\":\\\"Vacant land For sale\\\"},\\\"312\\\":{\\\"field_id\\\":\\\"312\\\",\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"Property Page Title\\\",\\\"value\\\":\\\"Vacant land For sale - - 3 Bedrooms - 3 Bathrooms - Price $265,170 - 3\\\"},\\\"3\\\":{\\\"field_id\\\":\\\"3\\\",\\\"type\\\":\\\"property_types\\\",\\\"name\\\":\\\"Property Type\\\",\\\"value\\\":\\\"Vacant land\\\"},\\\"2\\\":{\\\"field_id\\\":\\\"2\\\",\\\"type\\\":\\\"listings\\\",\\\"name\\\":\\\"Listing Type\\\",\\\"value\\\":\\\"For sale\\\"},\\\"5\\\":{\\\"field_id\\\":\\\"5\\\",\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"Listing ID\\\",\\\"value\\\":\\\"2023\\\"},\\\"6\\\":{\\\"field_id\\\":\\\"6\\\",\\\"type\\\":\\\"price\\\",\\\"name\\\":\\\"Price\\\",\\\"raw\\\":\\\"265170\\\",\\\"unit_id\\\":\\\"260\\\",\\\"value\\\":\\\"$265,170\\\",\\\"price_only\\\":\\\"$265,170\\\"},\\\"8\\\":{\\\"field_id\\\":\\\"8\\\",\\\"type\\\":\\\"number\\\",\\\"name\\\":\\\"Bedrooms\\\",\\\"value\\\":\\\"3\\\"},\\\"41\\\":{\\\"field_id\\\":\\\"41\\\",\\\"type\\\":\\\"locations\\\",\\\"name\\\":\\\"Location\\\",\\\"value\\\":\\\"\\\",\\\"settings\\\":[]},\\\"403\\\":{\\\"field_id\\\":\\\"403\\\",\\\"type\\\":\\\"tag\\\",\\\"name\\\":\\\"Foreclosure\\\",\\\"value\\\":\\\"Yes\\\"},\\\"55\\\":{\\\"field_id\\\":\\\"55\\\",\\\"type\\\":\\\"number\\\",\\\"name\\\":\\\"Floor Number\\\",\\\"value\\\":\\\"0\\\"}},\\\"materials\\\":{\\\"field_313\\\":{\\\"field_id\\\":\\\"313\\\",\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"Property Title\\\",\\\"value\\\":\\\"Vacant land For sale\\\"},\\\"field_312\\\":{\\\"field_id\\\":\\\"312\\\",\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"Property Page Title\\\",\\\"value\\\":\\\"Vacant land For sale - - 3 Bedrooms - 3 Bathrooms - Price $265,170 - 3\\\"},\\\"property_type\\\":{\\\"field_id\\\":\\\"3\\\",\\\"type\\\":\\\"property_types\\\",\\\"name\\\":\\\"Property Type\\\",\\\"value\\\":\\\"Vacant land\\\"},\\\"listing\\\":{\\\"field_id\\\":\\\"2\\\",\\\"type\\\":\\\"listings\\\",\\\"name\\\":\\\"Listing Type\\\",\\\"value\\\":\\\"For sale\\\"},\\\"mls_id\\\":{\\\"field_id\\\":\\\"5\\\",\\\"type\\\":\\\"text\\\",\\\"name\\\":\\\"Listing ID\\\",\\\"value\\\":\\\"2023\\\"},\\\"price\\\":{\\\"field_id\\\":\\\"6\\\",\\\"type\\\":\\\"price\\\",\\\"name\\\":\\\"Price\\\",\\\"raw\\\":\\\"265170\\\",\\\"unit_id\\\":\\\"260\\\",\\\"value\\\":\\\"$265,170\\\",\\\"price_only\\\":\\\"$265,170\\\"},\\\"bedrooms\\\":{\\\"field_id\\\":\\\"8\\\",\\\"type\\\":\\\"number\\\",\\\"name\\\":\\\"Bedrooms\\\",\\\"value\\\":\\\"3\\\"},\\\"locations\\\":{\\\"field_id\\\":\\\"41\\\",\\\"type\\\":\\\"locations\\\",\\\"name\\\":\\\"Location\\\",\\\"value\\\":\\\"\\\",\\\"settings\\\":[]},\\\"sp_forclosure\\\":{\\\"field_id\\\":\\\"403\\\",\\\"type\\\":\\\"tag\\\",\\\"name\\\":\\\"Foreclosure\\\",\\\"value\\\":\\\"Yes\\\"},\\\"field_55\\\":{\\\"field_id\\\":\\\"55\\\",\\\"type\\\":\\\"number\\\",\\\"name\\\":\\\"Floor Number\\\",\\\"value\\\":\\\"0\\\"}},\\\"location_text\\\":\\\"\\\"}\",\n        \"alias\": \"Vacant-land-3-Bedrooms-3-Bathrooms-USD265-170\",\n        \"source\": \"wpl\",\n        \"last_sync_date\": \"2022-08-11 04:37:18\",\n        \"energy_tag\": \"\",\n        \"source_blog_id\": \"49\",\n        \"shared\": \"1\",\n        \"share_options\": \"\",\n        \"blog_id\": \"1\",\n        \"construnction_stage\": \"\",\n        \"sys_complex_name\": \"\",\n        \"booking_max_adults\": \"0\",\n        \"booking_enabled\": \"0\",\n        \"booking_max_children\": \"0\",\n        \"booking_smoking\": \"0\",\n        \"booking_deposit\": \"0\",\n        \"booking_deposit_si\": \"0\",\n        \"booking_deposit_unit\": \"$\",\n        \"booking_comments\": \"\",\n        \"booking_pets\": \"0\",\n        \"booking_cancellation_policy\": \"\",\n        \"booking_pet_policy_name\": \"\",\n        \"booking_pet_policy_term\": \"\",\n        \"house_rules\": \"\",\n        \"importer_structure_id\": \"0\",\n        \"importer_params\": \"\",\n        \"mls_server_id\": \"0\",\n        \"mls_class_id\": \"\",\n        \"mls_query_id\": \"0\",\n        \"additional_agents\": \"\",\n        \"sys_neighborhood_name\": \"\",\n        \"field_3000\": \"0\",\n        \"field_3001\": \"\",\n        \"field_3068\": \"\",\n        \"field_3069\": \"\",\n        \"f_3100_options\": \"\",\n        \"f_3100\": \"\",\n        \"field_3066\": \"\",\n        \"field_3067\": \"\",\n        \"f_3098_options\": \"\",\n        \"f_3098\": \"\",\n        \"field_3062\": \"\",\n        \"field_3063\": \"\",\n        \"field_3064\": \"\",\n        \"field_3065\": \"\",\n        \"field_3088\": \"\",\n        \"field_3058\": \"\",\n        \"field_3059\": \"\",\n        \"f_3097_options\": \"\",\n        \"f_3097\": \"\",\n        \"field_3050\": \"\",\n        \"field_3051\": \"\",\n        \"field_3052\": \"\",\n        \"field_3084\": \"\",\n        \"field_3053\": \"\",\n        \"field_3054\": \"\",\n        \"field_3055\": \"\",\n        \"field_3056\": \"\",\n        \"field_3089\": \"\",\n        \"f_3099_options\": \"\",\n        \"f_3099\": \"\",\n        \"f_3101_options\": \"\",\n        \"f_3101\": \"\",\n        \"field_3049\": \"\",\n        \"field_3005\": \"\",\n        \"field_3007\": \"\",\n        \"field_3008\": \"\",\n        \"field_3009\": \"\",\n        \"field_3010\": \"\",\n        \"field_3012\": \"\",\n        \"field_3013\": \"\",\n        \"field_3014\": \"\",\n        \"field_3043\": \"\",\n        \"field_3044\": \"\",\n        \"field_3045\": \"\",\n        \"field_3073\": \"\",\n        \"field_3083\": \"\",\n        \"field_3046\": \"\",\n        \"field_3102\": \"\",\n        \"field_3078\": \"\",\n        \"field_3103\": \"\",\n        \"field_57\": \"\",\n        \"field_3093\": \"\",\n        \"field_3094\": \"\",\n        \"field_3026\": \"\",\n        \"field_3027\": \"\",\n        \"field_3028\": \"\",\n        \"field_3029\": \"\",\n        \"f_3096_options\": \"\",\n        \"f_3096\": \"\",\n        \"field_3031\": \"\",\n        \"field_3075\": \"\",\n        \"field_3076\": \"\",\n        \"field_3032\": \"\",\n        \"field_3020\": \"\",\n        \"field_3021\": \"\",\n        \"field_3106\": \"\",\n        \"field_3107\": \"\",\n        \"f_3108_options\": \"\",\n        \"f_3108\": \"\",\n        \"f_3109_options\": \"\",\n        \"f_3109\": \"\",\n        \"street_suffix\": \"\",\n        \"field_2111\": \"\",\n        \"field_2112\": \"\",\n        \"listing_key\": \"\",\n        \"rendered_ru_ru\": \"\",\n        \"textsearch_ru_ru\": \"\",\n        \"rendered_en_us\": \"\",\n        \"textsearch_en_us\": \"\",\n        \"rendered_fr_fr\": \"\",\n        \"textsearch_fr_fr\": \"\",\n        \"street_no_en_us\": \"\",\n        \"street_no_ru_ru\": \"\",\n        \"street_no_fr_fr\": \"\",\n        \"field_313_en_us\": \"\",\n        \"field_313_ru_ru\": \"\",\n        \"field_313_fr_fr\": \"\",\n        \"field_312_en_us\": \"\",\n        \"field_312_ru_ru\": \"\",\n        \"field_312_fr_fr\": \"\",\n        \"field_308_en_us\": \"\",\n        \"field_308_ru_ru\": \"\",\n        \"field_308_fr_fr\": \"\",\n        \"location_text_en_us\": \"\",\n        \"location_text_ru_ru\": \"\",\n        \"location_text_fr_fr\": \"\",\n        \"field_42_en_us\": \"\",\n        \"field_42_ru_ru\": \"\",\n        \"field_42_fr_fr\": \"\",\n        \"post_code_en_us\": \"\",\n        \"post_code_ru_ru\": \"\",\n        \"post_code_fr_fr\": \"\",\n        \"field_2111_en_us\": \"\",\n        \"field_2111_ru_ru\": \"\",\n        \"field_2111_fr_fr\": \"\",\n        \"field_2112_en_us\": \"\",\n        \"field_2112_ru_ru\": \"\",\n        \"field_2112_fr_fr\": \"\",\n        \"field_3002\": \"\",\n        \"field_4107\": \"\"\n    }\n}"}],"_postman_id":"ce773e9a-000a-4bf5-8044-442b2284ebab"},{"name":"Property Similar","id":"bd656f86-98da-4960-aa54-31f2d6b44640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/property/:propery_id/similar","description":"<p>Retrieve similar properties for a specific property</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["property",":propery_id","similar"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[{"type":"any","value":"1","key":"propery_id"}]}},"response":[{"id":"cf39e28d-f69c-44c8-92c0-de58ef467a8f","name":"Property Similar","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://realtyna.local/wp-json/wpl_api/v2/property/:propery_id/similar","host":["http://realtyna.local/wp-json/wpl_api/v2"],"path":["property",":propery_id","similar"],"variable":[{"key":"propery_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:43:19 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:43:19 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"3615\",\n            \"location_text\": \"\",\n            \"property_title\": \"Vacant land For sale\",\n            \"property_type_id\": \"18\",\n            \"property_type_title\": \"Vacant land\",\n            \"price\": \"$102.6K\",\n            \"price_unit\": \"$\",\n            \"price_numeric\": \"102571\",\n            \"listing_type\": \"For sale\",\n            \"show_address\": true,\n            \"visit_time\": \"32\",\n            \"rooms\": \"0\",\n            \"bedrooms\": \"3\",\n            \"bathrooms\": \"3\",\n            \"build_year\": \"0\",\n            \"living_area\": \"216\",\n            \"living_area_unit\": \"Sqft\",\n            \"area\": \"\",\n            \"image\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3615/12.jpg\"\n        },\n        {\n            \"id\": \"3614\",\n            \"location_text\": \"\",\n            \"property_title\": \"Vacant land For sale\",\n            \"property_type_id\": \"18\",\n            \"property_type_title\": \"Vacant land\",\n            \"price\": \"$278.3K\",\n            \"price_unit\": \"$\",\n            \"price_numeric\": \"278323\",\n            \"listing_type\": \"For sale\",\n            \"show_address\": true,\n            \"visit_time\": \"48\",\n            \"rooms\": \"0\",\n            \"bedrooms\": \"5\",\n            \"bathrooms\": \"2\",\n            \"build_year\": \"0\",\n            \"living_area\": \"242\",\n            \"living_area_unit\": \"Sqft\",\n            \"area\": \"\",\n            \"image\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3614/5.jpg\"\n        },\n        {\n            \"id\": \"3613\",\n            \"location_text\": \"\",\n            \"property_title\": \"Vacant land For sale\",\n            \"property_type_id\": \"18\",\n            \"property_type_title\": \"Vacant land\",\n            \"price\": \"$356.3K\",\n            \"price_unit\": \"$\",\n            \"price_numeric\": \"356030\",\n            \"listing_type\": \"For sale\",\n            \"show_address\": true,\n            \"visit_time\": \"32\",\n            \"rooms\": \"0\",\n            \"bedrooms\": \"1\",\n            \"bathrooms\": \"3\",\n            \"build_year\": \"0\",\n            \"living_area\": \"573\",\n            \"living_area_unit\": \"Sqft\",\n            \"area\": \"\",\n            \"image\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3613/5.jpg\"\n        },\n        {\n            \"id\": \"3612\",\n            \"location_text\": \"\",\n            \"property_title\": \"Vacant land For sale\",\n            \"property_type_id\": \"18\",\n            \"property_type_title\": \"Vacant land\",\n            \"price\": \"$372.0K\",\n            \"price_unit\": \"$\",\n            \"price_numeric\": \"371958\",\n            \"listing_type\": \"For sale\",\n            \"show_address\": true,\n            \"visit_time\": \"34\",\n            \"rooms\": \"0\",\n            \"bedrooms\": \"5\",\n            \"bathrooms\": \"2\",\n            \"build_year\": \"0\",\n            \"living_area\": \"451\",\n            \"living_area_unit\": \"Sqft\",\n            \"area\": \"\",\n            \"image\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3612/5.jpg\"\n        },\n        {\n            \"id\": \"3611\",\n            \"location_text\": \"\",\n            \"property_title\": \"Vacant land For sale\",\n            \"property_type_id\": \"18\",\n            \"property_type_title\": \"Vacant land\",\n            \"price\": \"$154.7K\",\n            \"price_unit\": \"$\",\n            \"price_numeric\": \"154745\",\n            \"listing_type\": \"For sale\",\n            \"show_address\": true,\n            \"visit_time\": \"33\",\n            \"rooms\": \"0\",\n            \"bedrooms\": \"4\",\n            \"bathrooms\": \"3\",\n            \"build_year\": \"0\",\n            \"living_area\": \"440\",\n            \"living_area_unit\": \"Sqft\",\n            \"area\": \"\",\n            \"image\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3611/4.jpg\"\n        }\n    ]\n}"}],"_postman_id":"bd656f86-98da-4960-aa54-31f2d6b44640"},{"name":"Property Previous and Next","id":"a6f91f3d-dbe3-4e1a-91f6-0ab47f89bc00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/property/:propery_id/prev-next","description":"<p>Retrieve previous and next property for a specific property</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["property",":propery_id","prev-next"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[{"type":"any","value":"1","key":"propery_id"}]}},"response":[{"id":"6ceefd2d-87f6-4f34-ad4e-1ebf86fe9251","name":"Property Previous and Next","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://realtyna.local/wp-json/wpl_api/v2/property/:propery_id/prev-next","host":["http://realtyna.local/wp-json/wpl_api/v2"],"path":["property",":propery_id","prev-next"],"variable":[{"key":"propery_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:44:26 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:44:26 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"prev\": [],\n        \"next\": {\n            \"id\": \"3615\",\n            \"property_title\": \"Vacant land For sale\",\n            \"location_text\": \"\",\n            \"property_link\": \"https://demo15.realtyna.ca/properties/3615-Vacant-land-3-Bedrooms-3-Bathrooms-USD102-571/\",\n            \"next_img\": \"https://demo15.realtyna.ca/wp-content/uploads/WPL/3615/th12_150x150.jpg\"\n        }\n    }\n}"}],"_postman_id":"a6f91f3d-dbe3-4e1a-91f6-0ab47f89bc00"},{"name":"Add Listing","id":"8d532d26-0d40-4180-b669-81d74472bb06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"HTTP_AUTHORIZATION","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/add-listing","description":"<p>In the Add Listing section, the fields received in the <a href=\"#4e47d138-fa5e-471b-a819-946bccdf8ed8\">Get Fields</a> section are displayed, and depending on whether they are mandatory or not, the user must fill them in and send them to this path to submit the new listing.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["add-listing"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"64bdbc43-a70d-4a06-aa99-48cdc66d324e","name":"Add Listing","originalRequest":{"method":"POST","header":[{"key":"HTTP_AUTHORIZATION","value":"Bearer {{ACCESS_TOKEN}}","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvZGVtbzE1LnJlYWx0eW5hLmNhIiwiZGF0YSI6eyJ1c2VyX2lkIjoyMjZ9fQ.giDplo9MUI0ImyxDuJ2P3YYhY1toYF-NadY6MwunVZ8","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/add-listing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 14:08:03 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"POST"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 14:08:03 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"message\": \"Property successfully added.\",\n        \"listing_id\": 3653\n    }\n}"}],"_postman_id":"8d532d26-0d40-4180-b669-81d74472bb06"},{"name":"Delete Listings","id":"c7d0e548-44f5-41a7-affc-8609fd10c37c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"HTTP_AUTHORIZATION","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"listing_id","value":"15","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/delete-listings","description":"<p>Delete a listing with listing id.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["delete-listings"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7d0e548-44f5-41a7-affc-8609fd10c37c"},{"name":"Add Files To Listing","id":"868e0f24-c3bb-485e-b20b-fbef87e2d912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"HTTP_AUTHORIZATION","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"listing_id","value":"16","type":"text"},{"key":"file","type":"file","src":"/C:/Users/chand/Pictures/Personality Test.png"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/add-listing/files","description":"<p>Add media files to a listing, such as images and videos</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["add-listing","files"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"868e0f24-c3bb-485e-b20b-fbef87e2d912"},{"name":"Remove Files From Listing","id":"b1f6d35b-0aff-4887-9fa9-0c160c364418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"HTTP_AUTHORIZATION","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"listing_id","value":"16","type":"text"},{"key":"url","value":"http://realtyna.local/wp-content/uploads/2022/12/Personality-Test-2.png","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/add-listing/remove-file","description":"<p>Remove media files from a listing, such as an image and video</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["add-listing","remove-file"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1f6d35b-0aff-4887-9fa9-0c160c364418"},{"name":"List Properties","id":"ce4e0cd0-e372-49f3-b17d-632cab956e70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/list-properties","description":"<p>Retrieve a list of all active properties with latitude and longitude to show on Map</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["list-properties"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce4e0cd0-e372-49f3-b17d-632cab956e70"},{"name":"Listings","id":"b31b1435-1d29-412d-9792-8085505ba768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/listings","description":"<p>Retrieve all active listings as a list without map information</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["listings"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"b31b1435-1d29-412d-9792-8085505ba768"},{"name":"Property Categories","id":"d8c65c8e-e8f7-4fc2-aade-6f945fc1670a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/categories/property","description":"<p>The information available for each property is displayed in categories, this path returns the available categories to display information in the property details.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["categories","property"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8c65c8e-e8f7-4fc2-aade-6f945fc1670a"},{"name":"Complex Categories","id":"f52a2dca-1f19-41ad-b89a-ac4dfda5d7b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/categories/complex","description":"<p>The information available for each property is displayed in categories, this path returns the available categories to display information in the property details.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["categories","complex"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"f52a2dca-1f19-41ad-b89a-ac4dfda5d7b2"},{"name":"Property Kinds","id":"1a1c016b-16a1-40d6-8c2e-45237cda9509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/property/kinds","description":"<p>Retrieve all property kinds.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["property","kinds"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a1c016b-16a1-40d6-8c2e-45237cda9509"},{"name":"Last Property ID","id":"9d9a9e44-bfaf-48f3-9a7f-ac1c3a768181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/property/last-id","description":"<p>Retrieve last active property id</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["property","last-id"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[{"id":"17399be1-5616-4cc1-8388-e68b102f590a","name":"Last Property ID","originalRequest":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/property/last-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 Dec 2022 13:40:15 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://demo15.realtyna.ca/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"max-age=31536000"},{"key":"Expires","value":"Sun, 24 Dec 2023 13:40:15 GMT"},{"key":"Referrer-Policy","value":""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"3652\"\n    }\n}"}],"_postman_id":"9d9a9e44-bfaf-48f3-9a7f-ac1c3a768181"},{"name":"Get Property Detail","id":"f21992ee-4b75-4a8d-934b-c0b420b83796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"listing_id","value":"16","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/detailed","description":"<p>Retrieve property details.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["detailed"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"f21992ee-4b75-4a8d-934b-c0b420b83796"}],"id":"6adc5815-d444-461a-bc97-f356cac2627e","description":"<p>Providing the basic features of the app in a completely customizable and flexible way, except for the basic items that exist by default in each of the items in this section, the possibility of adding new items by the customer and customizing each of them, including different listing types, sort options, currencies, etc.</p>\n","_postman_id":"6adc5815-d444-461a-bc97-f356cac2627e","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}}},{"name":"Settings","item":[{"name":"App Settings","id":"6ef6cec2-5b3c-41f2-8df7-0f47ede728ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/app-settings","description":"<p>Get default app settings such as map settings, sort options, and listing types and user info if the<br />token is passed.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["app-settings"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ef6cec2-5b3c-41f2-8df7-0f47ede728ed"},{"name":"Version","id":"4869be65-5cb6-4972-8f1d-3ea4d3271a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/version","description":"<p>Get current WPL REST API version</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["version"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"4869be65-5cb6-4972-8f1d-3ea4d3271a52"},{"name":"Check Token","id":"08b65f8b-451a-447b-9c06-6b96a431a334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/check-token","description":"<p>Check user access token</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["check-token"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"08b65f8b-451a-447b-9c06-6b96a431a334"},{"name":"Reset Token","id":"a965a06e-63b9-4e86-8218-ef136d865a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/reset-token?access_token={{ACCESS_TOKEN}}","description":"<p>Reset user access token</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["reset-token"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"a965a06e-63b9-4e86-8218-ef136d865a2d"},{"name":"Reset SMS Setting","id":"4f389307-4c37-49d2-9673-d032c8c44ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/reset-sms-setting?access_token={{ACCESS_TOKEN}}","description":"<p>Reset user sms settings</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["reset-sms-setting"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"4f389307-4c37-49d2-9673-d032c8c44ace"},{"name":"Map Setting","id":"916c1ed6-ed61-492e-8147-a083247828bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/map-settings?access_token={{ACCESS_TOKEN}}","description":"<p>Retrieve map settings, like default Latitude,Longitude and Zoom level.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["map-settings"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"916c1ed6-ed61-492e-8147-a083247828bf"},{"name":"Create Token","id":"2fffee05-9ebe-4699-a43e-3e3db8458a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"email","value":"test@testapi.com","type":"text"},{"key":"username","value":"admin","type":"text"},{"key":"password","value":"admin","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/create-token","description":"<p>Create a new token with user info</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["create-token"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fffee05-9ebe-4699-a43e-3e3db8458a12"},{"name":"Save SMS Setting","id":"c676488b-a991-4cb6-b1f9-b2525e8a2307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"AccountSID","value":"1111111111","type":"text"},{"key":"TokenID","value":"2222222222","type":"text"},{"key":"SenderNumber","value":"3333333333","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/save-sms-setting","description":"<p>Save sms settings with new information</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["save-sms-setting"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"c676488b-a991-4cb6-b1f9-b2525e8a2307"},{"name":"Save One Signal Setting","id":"86087a58-b009-4ccf-84f2-fd99aeb9feab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"appId","value":"1111111111","type":"text"},{"key":"AuthKey","value":"2222222222","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/save-onesignal","description":"<p>Save OneSignal settings with new information</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["save-onesignal"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"86087a58-b009-4ccf-84f2-fd99aeb9feab"},{"name":"Save SMTP Setting","id":"4054d186-fa3b-43da-b3d7-39fe945d0543","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"smtpHost","value":"1111111111","type":"text"},{"key":"smtpPort","value":"2222222222","type":"text"},{"key":"smtpSecure","value":"3333333333","type":"text"},{"key":"smtpUsername","value":"4444444444","type":"text"},{"key":"smtpPassword","value":"5555555555","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/save-smtp-setting","description":"<p>Save SMTP settings with new information</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["save-smtp-setting"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"4054d186-fa3b-43da-b3d7-39fe945d0543"},{"name":"Save Map Setting","id":"fb7970f6-458d-4653-bbce-eec3f844963b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"latitude","value":"123","type":"text"},{"key":"longitude","value":"124","type":"text"},{"key":"zoom","value":"15","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/save-map-setting","description":"<p>Save map settings with new information</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["save-map-setting"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb7970f6-458d-4653-bbce-eec3f844963b"},{"name":"Send Mail","id":"bce4b706-b542-47ce-9059-cd0f46d7e20e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"listing_id","value":"16","type":"text"},{"key":"user","value":"Test","type":"text"},{"key":"email","value":"test@testapi.com","type":"text"},{"key":"text","value":"Hello world","type":"text"},{"key":"agent_email","value":"testagent@testapi.com","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/send-mail","description":"<p>Send email to the owner of property or agent</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["send-mail"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"bce4b706-b542-47ce-9059-cd0f46d7e20e"},{"name":"Add About","id":"509ce4de-2c27-4364-95ce-8b3cc67dd656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"company_name","value":"Company Test Name","type":"text"},{"key":"company_address","value":"1, 3, Test st, Test City","type":"text"},{"key":"company_phone","value":"+1123456789","type":"text"},{"key":"company_about","value":"We are here to rock","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/add-about","description":"<p>Add “about company” to the app</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["add-about"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"509ce4de-2c27-4364-95ce-8b3cc67dd656"},{"name":"Get SMS Setting","id":"cff3d403-4655-45b5-8479-e0272b9e600d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"HTTP_AUTHORIZATION","value":"{{ACCESS_TOKEN}}","type":"text"}],"url":"http://realtyna.local/wp-json/wpl_api/v2/sms-setting?access_token={{ACCESS_TOKEN}}","description":"<p>Get current SMS Setting.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["sms-setting"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"cff3d403-4655-45b5-8479-e0272b9e600d"},{"name":"Get One Signal Setting","id":"8b5f7c91-cfe8-45ae-a7a9-ebd1563d019d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"HTTP_AUTHORIZATION","value":"{{ACCESS_TOKEN}}","type":"text"}],"url":"http://realtyna.local/wp-json/wpl_api/v2/get-onesignal-setting?access_token={{ACCESS_TOKEN}}","description":"<p>Get current OneSignal Setting</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["get-onesignal-setting"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"8b5f7c91-cfe8-45ae-a7a9-ebd1563d019d"},{"name":"Get Mail Setting","id":"d4a209fe-a270-463e-9794-379a4129827a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"HTTP_AUTHORIZATION","value":"{{ACCESS_TOKEN}}","type":"text"}],"url":"http://realtyna.local/wp-json/wpl_api/v2/get-mail-setting?access_token={{ACCESS_TOKEN}}","description":"<p>Get current Mail Setting</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["get-mail-setting"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"d4a209fe-a270-463e-9794-379a4129827a"},{"name":"Get About","id":"e2228d48-9b48-491f-b145-6011543e6596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"HTTP_AUTHORIZATION","value":"{{ACCESS_TOKEN}}","type":"text"}],"url":"http://realtyna.local/wp-json/wpl_api/v2/get-about?access_token={{ACCESS_TOKEN}}","description":"<p>Get current “about Company” information</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["get-about"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"e2228d48-9b48-491f-b145-6011543e6596"}],"id":"efbe184b-d905-4c6f-abcb-cbdb13f8de6e","description":"<p>Get or set base settings such as token, application version, map settings, etc.</p>\n","_postman_id":"efbe184b-d905-4c6f-abcb-cbdb13f8de6e","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}}},{"name":"User","item":[{"name":"Login","id":"25b4e3e8-1a63-40e3-8aef-12a178e91c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"test@testapi.com","type":"text"},{"key":"password","value":"#AnStrongPassword@","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/login","description":"<p>Login the user with email and password</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["login"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"25b4e3e8-1a63-40e3-8aef-12a178e91c60"},{"name":"Register","id":"c886cb7f-2efe-44b3-a4ae-1bebfe225285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"test@testapi.com","type":"text"},{"key":"password","value":"#AnStrongPassword@","type":"text"},{"key":"username","value":"scott.p","type":"text"},{"key":"first_name","value":"Scott","type":"text"},{"key":"last_name","value":"Pattisall","type":"text"},{"key":"phone","value":"+11234567890","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/register","description":"<p>Register a new user with user information.<br />* all fields are required</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["register"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"c886cb7f-2efe-44b3-a4ae-1bebfe225285"},{"name":"Check Token","id":"d86e2874-b766-487a-98d5-f6eca030530c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/check-token","description":"<p>Check user access token</p>\n","urlObject":{"path":["check-token"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"d86e2874-b766-487a-98d5-f6eca030530c"},{"name":"Reset Password","id":"170fda47-fd48-45b1-bd10-b6faf01f02b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"usermail","value":"test@testapi.com","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/reset-password","description":"<p>Request a Reset Password verification code.</p>\n<p>The code will send to the user's email. after this step, you have to use the <a href=\"#573e4a09-88b4-4685-bf1a-cdddd7608408\">Change Password</a> api to set the new password.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["reset-password"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"170fda47-fd48-45b1-bd10-b6faf01f02b0"},{"name":"Agents","id":"725880cb-06f6-4bb5-9956-5ee87f1be7af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://realtyna.local/wp-json/wpl_api/v2/agents","description":"<p>Retrieve a list of active agents.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["agents"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"725880cb-06f6-4bb5-9956-5ee87f1be7af"},{"name":"Get User Raw Data","id":"fd051648-e8e7-4c06-a649-978478c02939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://realtyna.local/wp-json/wpl_api/v2/user/:id/raw?access_token={{ACCESS_TOKEN}}","description":"<p>Retrieve user raw information</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["user",":id","raw"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"fd051648-e8e7-4c06-a649-978478c02939"},{"name":"Get Users","id":"d756868b-bd4d-4e85-9822-2438c983f048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://realtyna.local/wp-json/wpl_api/v2/users?access_token={{ACCESS_TOKEN}}","description":"<p>Retrieve a list of active users</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["users"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"d756868b-bd4d-4e85-9822-2438c983f048"},{"name":"Change Password","id":"573e4a09-88b4-4685-bf1a-cdddd7608408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"7036","type":"text"},{"key":"password","value":"#AnStrongPassword@","type":"text"},{"key":"usermail","value":"test@testapi.com","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/change-password","description":"<p>This API will reset the current password of the user with the new one.<br />Before calling this API, you have to use the <a href=\"#170fda47-fd48-45b1-bd10-b6faf01f02b0\">Reset Password</a> API to validate the user email and got the verification code.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["change-password"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"573e4a09-88b4-4685-bf1a-cdddd7608408"},{"name":"Edit Profile","id":"34f3c093-cdae-4de5-b104-3efa65f06a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"first_name","value":"Scott","type":"text"},{"key":"last_name","value":"Pattisall","type":"text"},{"key":"email","value":"test@testapi.com","type":"text"},{"key":"phone","value":"+11234567890","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/edit-profile","description":"<p>Edit user profile.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["edit-profile"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"34f3c093-cdae-4de5-b104-3efa65f06a45"},{"name":"Get My Info","id":"ffbbaf80-ac2c-4d38-8ab2-d4fe58c20b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/user-info","description":"<p>Retrieve current user info with access token</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["user-info"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffbbaf80-ac2c-4d38-8ab2-d4fe58c20b2e"},{"name":"Delete My Account","id":"f377a592-2edf-4531-a10c-84706b8d50d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/delete-account","description":"<p>This will Delete the user account. (<strong>Unrecoverable!!!</strong>)</p>\n<p>** Use this carefully, because after deleting the user's account, all information and activities of the user will be removed from the server.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["delete-account"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"f377a592-2edf-4531-a10c-84706b8d50d6"},{"name":"Deactivate My Account","id":"4cabf33e-4164-4e2b-9ebd-df062b83423b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/deactivate-account","description":"<p>This will temporarily Deactivate the user account.<br />All information and activities of the user will not be shown anywhere except in the admin panel.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["deactivate-account"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cabf33e-4164-4e2b-9ebd-df062b83423b"}],"id":"56cb5fba-abaa-450a-bc09-74282838ba08","description":"<p>Performing actions related to the user or receiving his/her information.</p>\n","_postman_id":"56cb5fba-abaa-450a-bc09-74282838ba08","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}}},{"name":"Search","item":[{"name":"Filter","id":"0197aa9e-345d-4146-996f-64fcb5c3f9a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/filter","description":"<p>Retrieves filter information such as listing type, property type, bedrooms, bathrooms, price, neighborhood, etc.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["filter"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"0197aa9e-345d-4146-996f-64fcb5c3f9a8"},{"name":"Add Search","id":"dec7b05f-5675-45a7-b64d-f5580ef6559c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"name","value":"Test","type":"text"},{"key":"criteria","value":"\"{\\\"zoom\\\":14,\\\"latitude\\\":30.333,\\\"longitude\\\":50.2234,\\\"sf_select_property_type\\\":\\\"13\\\",\\\"sf_select_listing\\\":\\\"9\\\"}\"","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/add-search","description":"<p>Save new search info to access and do a faster search using that.</p>\n<p><strong>name:</strong> A name to save the search as it.</p>\n<p><strong>criteria:</strong> It should be a JSON string contained the current map center and zoom and all current applied filter items.</p>\n<p>To reload a Saved Search item, you have to use <strong>criteria</strong> data to send to <a href=\"#b31b1435-1d29-412d-9792-8085505ba768\">Listings</a> API.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["add-search"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"dec7b05f-5675-45a7-b64d-f5580ef6559c"},{"name":"Remove Search","id":"2257fbba-67eb-4f1f-b8a9-f6f606e36ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"search_id","value":"1","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/remove-save-search","description":"<p>Remove saved search</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["remove-save-search"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"2257fbba-67eb-4f1f-b8a9-f6f606e36ba3"},{"name":"Seach List","id":"ed90a5b2-cb6d-4857-85db-b2d3692dcae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/search-list","description":"<p>Get the list of saved searches for current user.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["search-list"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed90a5b2-cb6d-4857-85db-b2d3692dcae9"}],"id":"ff3769ba-25ad-4427-9339-baa1e3d15de2","description":"<p>Search operations such as filtering, saving, removing, and getting a list of saved searches.</p>\n","_postman_id":"ff3769ba-25ad-4427-9339-baa1e3d15de2","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}}},{"name":"Favorite","item":[{"name":"Add Favorite","id":"2e47e4d7-bc0e-4d9c-90e5-9dd743852e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"listing_id","value":"16","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/add-favorite","description":"<p>Add a property to the user Favorite by listing_id</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["add-favorite"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e47e4d7-bc0e-4d9c-90e5-9dd743852e4d"},{"name":"Remove Favortie","id":"1d503fa1-5d1d-4c4e-bb79-df3da6727cd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"},{"key":"listing_id","value":"16","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/remove-favorite","description":"<p>Remove Favorite item by listing_id.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["remove-favorite"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d503fa1-5d1d-4c4e-bb79-df3da6727cd6"},{"name":"Favorite List","id":"b97da4e7-efa9-4dea-bf7d-20420a9780f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"{{ACCESS_TOKEN}}","type":"text"}]},"url":"http://realtyna.local/wp-json/wpl_api/v2/favorite-list","description":"<p>Retrieve a list of favorite listings for current user.</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["favorite-list"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"b97da4e7-efa9-4dea-bf7d-20420a9780f6"}],"id":"a80e7acd-528c-4d4c-b680-9d629c203933","description":"<p>Actions related to saving, deleting or receiving a list of favorite properties</p>\n","_postman_id":"a80e7acd-528c-4d4c-b680-9d629c203933","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}}},{"name":"Cron","item":[{"name":"Get Cron Jobs","id":"9d70b33c-ff7a-4c8f-8763-ba4c37cdeee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2/cron-jobs?access_token={{ACCESS_TOKEN}}","description":"<p>Get Cron Jobs</p>\n","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"path":["cron-jobs"],"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[{"key":"access_token","value":"{{ACCESS_TOKEN}}"}],"variable":[]}},"response":[],"_postman_id":"9d70b33c-ff7a-4c8f-8763-ba4c37cdeee7"}],"id":"e360aaf4-ba92-4893-9529-f4d8e71cadf6","description":"<p>Operations related to cron jobs.</p>\n","_postman_id":"e360aaf4-ba92-4893-9529-f4d8e71cadf6","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}}},{"name":"Base","id":"9fbe66ce-b9f9-4714-a0a4-d7ada71aa26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://realtyna.local/wp-json/wpl_api/v2","auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":true,"source":{"_postman_id":"d7e0cf05-4b81-430d-95a8-55c573a14680","id":"d7e0cf05-4b81-430d-95a8-55c573a14680","name":"WPL API V2","type":"collection"}},"urlObject":{"host":["http://realtyna.local/wp-json/wpl_api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fbe66ce-b9f9-4714-a0a4-d7ada71aa26a"}],"auth":{"type":"oauth1","oauth1":{"basicConfig":[],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]}},"event":[{"listen":"prerequest","script":{"id":"11d56a46-7c84-4c32-adc7-ecb0e510d98b","type":"text/javascript","exec":["const postRequest = {","  url: pm.variables.get('base_path') + '/login',","  method: 'POST',","  header: {","    'Content-Type': 'application/json',","  },","  timeout: 0,","  body: {","    mode: 'raw',","    raw: JSON.stringify({","         \"email\": pm.variables.get('eamil') ,","         \"password\": pm.variables.get('password')","    })","  }","    ","};","if(!pm.variables.get('ACCESS_TOKEN')){","    pm.sendRequest(postRequest, function (err, res) {","        var responseJson = res.json();","        pm.variables.set('ACCESS_TOKEN', responseJson.data.access_token);","    });","}","",""]}},{"listen":"test","script":{"id":"f60c0509-7571-4216-9797-5dfc7898df84","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_path","value":"http://realtyna.local/wp-json/wpl_api/v2","type":"string"},{"value":"admin","type":"string","disabled":true}]}