Skip to main content

Visual Attribute

The VisualAttribute Resource includes fields that describe visual attributes.

Examples

note

Remember to URL Encode query string values prior to sending HTTP requests. To aid with readability, the URLs in this document are displayed without URL encoding and wrapped over multiple lines.

Retrieve Visual Attribute records for a Property

This query will retrieve the VisualAttribute records for a Property with a ListingKey equal to 123456:

https://query.ampre.ca/odata/VisualAttribute?$filter=ListingKey eq '123456'

Retrieve Visual Attribute records for a Media

This query will retrieve the VisualAttribute records for a Media with a MediaKey equal to 789:

https://query.ampre.ca/odata/VisualAttribute?$filter=MediaKey eq '789'

Retrieve Visual Attribute records for a Room

This query will retrieve the VisualAttribute records for a Room with a RoomKey equal to 555:

https://query.ampre.ca/odata/VisualAttribute?$filter=RoomKey eq '555'