API v2: Include room_id field in property photo responses

Requested
BREvacationHomes
1 hr ago
Member for 3 years 3 posts

It would be very helpful if the API v2 property photo endpoints included a room_id field (or similar room/space association) for each photo in the response.                                

Use case: We're building a custom property website that displays photos organized by room (bedroom, kitchen, pool, etc.). Currently, while OwnerRez allows assigning photos to rooms in the UI, there's no way to retrieve that association through the API. This means we have to manually tag or sort photos on our end, which is tedious and doesn't stay in sync when photos are updated in OwnerRez.                                                                        

What we'd like to see: When fetching photos via the API (e.g., GET /v2/properties/{id}/photos), each photo object would include a room_id or room_name field indicating which room it's assigned to, matching what's configured in the OwnerRez dashboard.

This would allow API consumers to programmatically organize photo galleries by room without manual intervention. Thank you!