reapit / foundations

Foundations platform mono repo
57 stars 21 forks source link

When making an API call to get all of a property's images, but I seem to be getting all of the agent's images instead of just for the singular property: #6881

Closed colearymyhome closed 2 years ago

colearymyhome commented 2 years ago

I'm trying to get images for a single property, but all of the agents property images are being returned

To Reproduce Here is my call:

{ "uri": "https://platform.reapit.cloud/propertyImages", "method": "GET", "queries": { "embed": "property", "pageNumber": "1", "pageSize": "100" }, "headers": { "Authorization": "sanitized", "api-version": "2020-01-31", "propertyId": "TAL220119", "reapit-customer": "DNG" } }

And the result I get is large and included ids like

"id":"FMQ220125" "id":"FMG220182" etc

Expected behaviour I would expect just the images related to one property id being returned

ResultSet attached ResultSetImagesAPIcall.txt

github-actions[bot] commented 2 years ago

Thank you for taking the time to report a bug. We prioritise bugs depending on the severity and implications, so please ensure that you have provided as much information as possible. If you haven’t already, it really helps us to investigate the bug you have reported if you provide ‘Steps to Replicate’ and any associated screenshots. Please ensure any personal information from the production database is obscured when submitting screenshots. This issue will be reviewed in our weekly refinement sessions and assigned to a specific project board. We may also update the ticket to request additional information, if required. For more information on our processes, please click here

plittlewood-rpt commented 2 years ago

Hi @colearymyhome - it appears you are passing the propertyId parameter as a header rather than a query string parameter which is why the filter is not being applied.

You need to be calling GET /propertyImages?propertyId=TAL220119 in your example above to return the images just for that single property.

Please let us know if this resolves your problem. Thanks

colearymyhome commented 2 years ago

Hi @plittlewood-rpt

That has not solved the problem.

As you can see below, here is my call:

{ "uri": "https://platform.reapit.cloud/propertyImages?propertyId=**RED220375*", "method": "GET", "queries": { "embed": "property", "pageNumber": "1" }, "headers": { "Authorization": "sanitized*", "api-version": "2020-01-31", "reapit-customer": "EDD" } }

And the following is the output with the first image returned containing a different propertyid than the one in the request

{ "statusCode": 200, "headers": { "Connection": "keep-alive", "x-amzn-RequestId": "20a97e04-056c-48d6-861a-c8b6e2032c6a", "x-amzn-Remapped-Content-Length": "15460", "x-amz-apigw-id": "SYA0IHnqrPEFlJA=", "x-amzn-Remapped-Server": "Kestrel", "X-Amzn-Trace-Id": "Root=1-6286481a-476220c550e22d2a2b014481;Sampled=0", "x-amzn-Remapped-Date": "Thu, 19 May 2022 13:37:29 GMT", "Date": "Thu, 19 May 2022 13:37:30 GMT", "Content-Length": "129758", "Content-Type": "application/json; charset=utf-8" }, "body": { "_embedded": [ { "id": "RED220475_11.jpg", "created": "2022-05-19T13:20:09Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "caption": "Front1", "type": "photograph", "order": 1, "_eTag": "\"644C8896DD141543CF2161C32B74D066\"", "_links": { "self": { "href": "/propertyImages/RED220475_11.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_10.jpg", "created": "2022-05-19T13:20:09Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_10.jpg", "caption": "Rear1", "type": "photograph", "order": 10, "_eTag": "\"3F211E03ADF91D98BD9EBBCC7B3D6ADA\"", "_links": { "self": { "href": "/propertyImages/RED220475_10.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_09.jpg", "created": "2022-05-19T13:20:09Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_09.jpg", "caption": "Sitting Room", "type": "photograph", "order": 6, "_eTag": "\"1FA4C64DD32059C2BC6E8B08E5AEEDA1\"", "_links": { "self": { "href": "/propertyImages/RED220475_09.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_08.jpg", "created": "2022-05-19T13:20:08Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_08.jpg", "caption": "Bathroom1", "type": "photograph", "order": 8, "_eTag": "\"A52886A3826DA00F538B8C4A28623BBD\"", "_links": { "self": { "href": "/propertyImages/RED220475_08.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_07.jpg", "created": "2022-05-19T13:20:08Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_07.jpg", "caption": "Bathroom2", "type": "photograph", "order": 9, "_eTag": "\"81625B795F36B82843E2F5CBC896FF58\"", "_links": { "self": { "href": "/propertyImages/RED220475_07.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_06.jpg", "created": "2022-05-19T13:20:07Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_06.jpg", "caption": "Library", "type": "photograph", "order": 5, "_eTag": "\"1FBEDD91133C8CD9785698F1EA56D525\"", "_links": { "self": { "href": "/propertyImages/RED220475_06.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_05.jpg", "created": "2022-05-19T13:20:07Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_05.jpg", "caption": "Living Room", "type": "photograph", "order": 4, "_eTag": "\"BC2082F9BAF37A116239357E0998ED96\"", "_links": { "self": { "href": "/propertyImages/RED220475_05.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_04.jpg", "created": "2022-05-19T13:20:07Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_04.jpg", "caption": "Kitchen", "type": "photograph", "order": 3, "_eTag": "\"8D2BE35F5D475B5DD2F33FFA6CCD6E86\"", "_links": { "self": { "href": "/propertyImages/RED220475_04.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_03.jpg", "created": "2022-05-19T13:20:06Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_03.jpg", "caption": "Room1", "type": "photograph", "order": 7, "_eTag": "\"2DB165262CB8397A0BF990C36EDC6162\"", "_links": { "self": { "href": "/propertyImages/RED220475_03.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_02.jpg", "created": "2022-05-19T13:20:06Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_02.jpg", "caption": "Rear2", "type": "photograph", "order": 11, "_eTag": "\"576F4EABAF660414822BC521BA9F30D5\"", "_links": { "self": { "href": "/propertyImages/RED220475_02.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220475_01.jpg", "created": "2022-05-19T13:20:06Z", "modified": "2022-05-19T13:21:55Z", "propertyId": "RED220475", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_01.jpg", "caption": "Front2", "type": "photograph", "order": 2, "_eTag": "\"EF0389670737B444D54EBBB9A8FF6DE7\"", "_links": { "self": { "href": "/propertyImages/RED220475_01.jpg" }, "property": { "href": "/properties/RED220475" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220475", "created": "2022-05-18T11:53:25Z", "modified": "2022-05-19T13:36:26Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "4", "line1": "Wyvern House", "line2": "Wyvern", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 AN20", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 2, "bedroomsMax": 2, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220475_11.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1119, "max": 1119 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220475", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "flatApartment" ], "style": [], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"A8C29E0AC6AE7E211839F4D150398CB6\"", "_links": { "self": { "href": "/properties/RED220475" }, "images": { "href": "/propertyImages/?propertyId=RED220475" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220475" }, "offers": { "href": "/offers/?propertyId=RED220475" }, "appointments": { "href": "/appointments/?propertyId=RED220475" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220475" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_13.jpg", "created": "2022-05-19T13:15:05Z", "modified": "2022-05-19T13:16:03Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "caption": "Front", "type": "photograph", "order": 1, "_eTag": "\"AD324E5768462B68A832BDCAC0E41A52\"", "_links": { "self": { "href": "/propertyImages/RED220433_13.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_12.jpg", "created": "2022-05-19T13:15:05Z", "modified": "2022-05-19T13:16:27Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_12.jpg", "caption": "Room2", "type": "photograph", "order": 8, "_eTag": "\"CBD4A9F7BB5B7AB95E9DF64957CB8807\"", "_links": { "self": { "href": "/propertyImages/RED220433_12.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_11.jpg", "created": "2022-05-19T13:15:05Z", "modified": "2022-05-19T13:16:27Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_11.jpg", "caption": "Room3", "type": "photograph", "order": 9, "_eTag": "\"D4E79394ED1B954EF5EBDBE566C08356\"", "_links": { "self": { "href": "/propertyImages/RED220433_11.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_10.jpg", "created": "2022-05-19T13:15:04Z", "modified": "2022-05-19T13:16:27Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_10.jpg", "caption": "Bathroom1", "type": "photograph", "order": 10, "_eTag": "\"589EF61059EA95AD12652D54B09F6282\"", "_links": { "self": { "href": "/propertyImages/RED220433_10.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_09.jpg", "created": "2022-05-19T13:15:04Z", "modified": "2022-05-19T13:16:04Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_09.jpg", "caption": "Play Room", "type": "photograph", "order": 6, "_eTag": "\"83D4070A090AC9E93834146E29777390\"", "_links": { "self": { "href": "/propertyImages/RED220433_09.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_08.jpg", "created": "2022-05-19T13:15:04Z", "modified": "2022-05-19T13:16:27Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_08.jpg", "caption": "Room1", "type": "photograph", "order": 7, "_eTag": "\"4EE9B01B06D8C171E4A3956D9725C5AE\"", "_links": { "self": { "href": "/propertyImages/RED220433_08.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_07.jpg", "created": "2022-05-19T13:15:03Z", "modified": "2022-05-19T13:16:04Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_07.jpg", "caption": "Living Room", "type": "photograph", "order": 3, "_eTag": "\"3453373DB8D2A4CECFB16CDC377E848E\"", "_links": { "self": { "href": "/propertyImages/RED220433_07.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_06.jpg", "created": "2022-05-19T13:15:03Z", "modified": "2022-05-19T13:16:27Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_06.jpg", "caption": "Rear2", "type": "photograph", "order": 13, "_eTag": "\"ECF69F096ADD83675C322166C99A8F90\"", "_links": { "self": { "href": "/propertyImages/RED220433_06.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_05.jpg", "created": "2022-05-19T13:15:03Z", "modified": "2022-05-19T13:16:27Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_05.jpg", "caption": "Bathroom2", "type": "photograph", "order": 11, "_eTag": "\"E8620F3E2250A5E18CEB5F9D36299350\"", "_links": { "self": { "href": "/propertyImages/RED220433_05.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_04.jpg", "created": "2022-05-19T13:15:02Z", "modified": "2022-05-19T13:16:03Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_04.jpg", "caption": "Stairs", "type": "photograph", "order": 2, "_eTag": "\"E34A6A2B4F8E2E3D2E9EF7D5317C82CF\"", "_links": { "self": { "href": "/propertyImages/RED220433_04.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_03.jpg", "created": "2022-05-19T13:15:02Z", "modified": "2022-05-19T13:16:04Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_03.jpg", "caption": "Dining Room", "type": "photograph", "order": 5, "_eTag": "\"4CF8C729042758A3D76DAAC77A285E60\"", "_links": { "self": { "href": "/propertyImages/RED220433_03.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_02.jpg", "created": "2022-05-19T13:15:02Z", "modified": "2022-05-19T13:16:04Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_02.jpg", "caption": "Kitchen", "type": "photograph", "order": 4, "_eTag": "\"BA788E48C7A7452D6A6FBA45DC2D2B7C\"", "_links": { "self": { "href": "/propertyImages/RED220433_02.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220433_01.jpg", "created": "2022-05-19T13:15:01Z", "modified": "2022-05-19T13:16:27Z", "propertyId": "RED220433", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_01.jpg", "caption": "Rear1", "type": "photograph", "order": 12, "_eTag": "\"0F29D471B90CEB9D045F5F4D6B47664A\"", "_links": { "self": { "href": "/propertyImages/RED220433_01.jpg" }, "property": { "href": "/properties/RED220433" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220433", "created": "2022-05-10T15:54:35Z", "modified": "2022-05-19T13:26:42Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "90", "line1": "Watson Drive", "line2": "", "line3": "Killiney", "line4": "Co Dublin", "postcode": "A96 C2C5", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 4, "bedroomsMax": 4, "receptions": 1, "bathrooms": 2, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220433_13.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 1453, "max": 1453 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220433", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "semiDetached" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"98604FA96D28B959C1D5FE51FB23B8E7\"", "_links": { "self": { "href": "/properties/RED220433" }, "images": { "href": "/propertyImages/?propertyId=RED220433" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220433" }, "offers": { "href": "/offers/?propertyId=RED220433" }, "appointments": { "href": "/appointments/?propertyId=RED220433" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220433" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } }, { "id": "RED220474_14.jpg", "created": "2022-05-19T13:10:49Z", "modified": "2022-05-19T13:12:11Z", "propertyId": "RED220474", "url": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220474_14.jpg", "caption": "Rear1", "type": "photograph", "order": 13, "_eTag": "\"C4DE90DA7124D946EB30E028E94C0983\"", "_links": { "self": { "href": "/propertyImages/RED220474_14.jpg" }, "property": { "href": "/properties/RED220474" } }, "metadata": {}, "_embedded": { "property": { "id": "RED220474", "created": "2022-05-18T10:03:31Z", "modified": "2022-05-19T13:19:16Z", "marketingMode": "selling", "currency": "GBP", "alternateId": null, "address": { "buildingName": "", "buildingNumber": "61", "line1": "Derravaragh Road", "line2": "", "line3": "Terenure", "line4": "Dublin 6W", "postcode": "D6W C970", "countryId": "IE", "geolocation": { "latitude": 0, "longitude": 0 } }, "areaId": "", "strapline": null, "description": "Inspection 19/05/2022", "longDescription": "", "localAuthorityCompanyId": null, "summary": null, "departmentId": "G", "negotiatorId": "RC", "bedrooms": 3, "bedroomsMax": 3, "receptions": 1, "bathrooms": 1, "parkingSpaces": 0, "councilTax": null, "internetAdvertising": false, "isExternal": false, "viewingArrangements": null, "videoUrl": null, "videoCaption": null, "video2Url": null, "video2Caption": null, "notes": "VMS", "boardStatus": null, "boardNotes": null, "featuredImageUrl": "https://assets.reapit.net/edd/live/pictures/RED/22/RED220474_01.jpg", "url": null, "groundRent": 0, "groundRentComment": null, "serviceCharge": 0, "serviceChargeComment": null, "boardUpdated": null, "archivedOn": null, "fromArchive": false, "externalArea": null, "internalArea": { "type": "squareFeet", "min": 990, "max": 990 }, "epc": { "exempt": false, "eer": 0, "eerPotential": 0, "eir": 0, "eirPotential": 0 }, "selling": { "instructed": null, "price": 0, "priceTo": null, "reservationFee": 0, "qualifier": "askingPrice", "status": "paidValuation", "disposal": "privateTreaty", "completed": null, "exchanged": null, "accountPaid": null, "tenure": null, "vendorId": "RED220474", "agency": "soleAgent", "agencyId": "SA", "fee": { "type": "fixed", "amount": 150 }, "exchangedCompanyFee": null, "recommendedPrice": 0, "brochureId": null, "exchangedPrice": 0, "exchangedOfficeId": "", "decoration": [] }, "letting": null, "commercial": null, "regional": null, "type": [ "house" ], "style": [ "terraced" ], "situation": [], "parking": [ "residents" ], "age": [], "locality": [], "specialFeatures": [], "rooms": [], "roomDetailsApproved": false, "officeIds": [ "RED" ], "lostInstructionDate": null, "lostInstructionNote": null, "metadata": null, "extrasField": {}, "_eTag": "\"87B8BEF0228917DEC9646FE264DFA13E\"", "_links": { "self": { "href": "/properties/RED220474" }, "images": { "href": "/propertyImages/?propertyId=RED220474" }, "documents": { "href": "/documents/?associatedType=property&associatedId=RED220474" }, "offers": { "href": "/offers/?propertyId=RED220474" }, "appointments": { "href": "/appointments/?propertyId=RED220474" }, "negotiator": { "href": "/negotiators/RC" }, "offices": { "href": "/offices/?id=RED" }, "department": { "href": "/departments/G" }, "vendor": { "href": "/vendors/RED220474" }, "sellingAgency": { "href": "/configuration/agencyTypes/SA" } }, "_embedded": null } } } ], "pageNumber": 1, "pageSize": 25, "pageCount": 25, "totalPageCount": 830, "totalCount": 20747, "_links": { "self": { "href": "/propertyImages/?PageNumber=1&PageSize=25&embed=property" }, "first": { "href": "/propertyImages/?PageNumber=1&PageSize=25&embed=property" }, "next": { "href": "/propertyImages/?PageNumber=2&PageSize=25&embed=property" }, "last": { "href": "/propertyImages/?PageNumber=830&PageSize=25&embed=property" } } } }

plittlewood-rpt commented 2 years ago

Hi @colearymyhome thanks for the information. I cannot see any request for property RED220375 today. I can see from your request above though that you have wrapped the property id in asterisks.

The correct URL to return only images for property RED220375 would be

GET https://platform.reapit.cloud/propertyImages?propertyId=RED220375

I'm not sure what library you are using but your request object seems to contain the query string parameters, so I'd expect it to look like this:

{
    "uri": "https://platform.reapit.cloud/propertyImages",
    "method": "GET",
    "queries": {
        "propertyId": "RED220375",
        "embed": "property",
        "pageNumber": "1"
    },
    "headers": {
        "Authorization": "sanitized",
        "api-version": "2020-01-31",
        "reapit-customer": "EDD"
    }
}

I have just run this myself and it does seem to return the results I'd expect. Please can you run a request that gives you incorrect results and send me the response header collection (this will contain a request id that will help me find your request in the logs at this end). Thanks

colearymyhome commented 2 years ago

Thank you Ash, this can be closed now