Developer Documentation
Platform Overview
Authentication
API Services
Overview Accounts Accounts: Associations Accounts: Metadata Accounts: Profile Appstore: Users Broker Distributions Broker Tours Consumers Consumers: Linked Agents Contacts Contacts: Activity Contacts: Export Contacts: Tags Contacts: Portal Accounts Developers: Identities Developers: Keys Developers: Authorizations Developers: Billing Summary Developers: Change History Developers: Domains Developers: News Feed Webhooks Developers: Roles Developers: Syndications Developers: Templates Developers: Usage Detail Developers: Usage Summary Devices Flexmls: Email Links Flexmls: Listing Meta Origins Flexmls: Listing Meta Translations Flexmls: Listing Meta Field List Translations Flexmls: Listing Reports Flexmls: Mapping Layers Flexmls: Mapping Shapegen IDX IDX Links Listing Carts Listing Carts: Portal/VOW Carts Incomplete Listings Incomplete Listings: Documents Incomplete Listings: Documents Metadata Incomplete Listings: Document Uploads Incomplete Listings: Floor Plans Incomplete Listings: FloPlans Incomplete Listings: Photos Incomplete Listings: Photos Metadata Incomplete Listings: Photo Uploads Incomplete Listings: Rooms Incomplete Listings: Tickets Incomplete Listings: Units Incomplete Listings: Videos Incomplete Listings: Videos Metadata Incomplete Listings: Virtual Tours Incomplete Listings: Virtual Tours Metadata Listings Listings: Clusters Listings: Documents Listings: Documents Metadata Listings: Floor Plans Listings: FloPlans Listings: Historical Listings: History Listings: Notes Listings: Search Parameters Listings: Open Houses Listings: Photos Listings: Photos Metadata Listings: Photo Uploads Listings: Document Uploads Listings: Rental Calendar Listings: Rooms Listings: Rules Listings: Tour of Homes Listings: Tickets Listings: Units Listings: Validation Listings: Videos Listings: Videos Metadata Listings: Virtual Tours Listings: Virtual Tours Metadata Listing Meta: Custom Fields Listing Meta: Custom Field Groups Listing Meta: Field Order Listing Meta: Field Relations Listing Meta: Property Types Listing Meta: Rooms Listing Meta: Standard Fields Listing Meta: Units Registered Listings Market Statistics News Feed News Feed: Curation News Feed: Events News Feed: Metadata News Feed: Restrictions News Feed: Schedule News Feed: Settings News Feed: Templates Open Houses Overlays Overlays: Shapes Portals Preferences Saved Searches Saved Searches: Provided Saved Searches: Restrictions Saved Searches: Tags Search Templates: Quick Searches Search Templates: Views Search Templates: Sorts Shared Links System Info System Info: Languages System Info: Search Templates
Supporting Documentation
Examples
RESO Web API
RETS
FloPlan
Terms of Use

Flexmls: Email Links

Like all flexmls subservices, the data provided from this service is not fully supported by Spark® API. This resource is meant to help application developers transition from legacy flexmls Web features to Spark API.

 
  1. Supported Roles
  2. Available Services
    1. All Email Links
    2. Individual Email Links
  3. Email Links Description
  4. Expansions
 

Supported Roles

Role Reads Writes Notes
IDX Yes No
Public Yes No
VOW Yes No
Portal Yes No
Private Yes No The All Email Links service is only available for consumers or as a subresource of /contacts.

More information about roles may be found here.

 

Available Services

All Email Links

/<API Version>/flexmls/emaillinks
/<API Version>/contacts/<Contact.Id>/flexmls/emaillinks

HTTP Method Description Conditional Notes
GET Returns email links delivered to the current user. No
POST Returns HTTP 405 (Method Not Allowed) No Not implemented
PUT Returns HTTP 405 (Method Not Allowed) No Not implemented
DELETE Returns HTTP 405 (Method Not Allowed) No Not implemented

GET Request

Parameters:

Parameter Required Notes
Standard search and paging syntax No _orderby not supported.
 
 

GET Response

{
    "D": {
        "Success": true,
        "Results": [
          {
              "Id": "20100815220615294367000000",
              "ResourceUri": "/v1/flexmls/emaillinks/20100815220615294367000000",
              "Type": "Listings",
              "Subject": "Listings in Fargo",
              "Description": null,
              "Filter": "City Eq 'Fargo'",
              "ReportUri": null,
              "RestrictedUIComponents": ["Tax", "Documents", "OpenHouses"],
              "ModificationTimestamp": "2013-06-27T10:01:06-05:00"
          }
        ]
    }
}
 
 

Individual Email Link

/<API Version>/contacts/<Contact.Id>/flexmls/emaillinks/<EmailLink.Id>
/<API Version>/flexmls/emaillinks/<EmailLink.Id>

HTTP Method Description Conditional Notes
GET Returns information for a specific email link. No
POST Returns HTTP 405 (Method Not Allowed) No Not implemented
PUT Returns HTTP 405 (Method Not Allowed) No Not implemented
DELETE Returns HTTP 405 (Method Not Allowed) No Not implemented

GET Request

Parameters:

 

GET Response

See the GET request section for for the all email links service.

 

/<API Version>/flexmls/emaillinks/<EmailLink.Id>/listings
/<API Version>/flexmls/emaillinks/<EmailLink.Id>/listings/<Id>

HTTP Method Description Conditional Notes
GET Provides the data for listings in an email link. Permissions will be based on the email link. No
POST Returns HTTP 405 (Method Not Allowed) No Not implemented
PUT Returns HTTP 405 (Method Not Allowed) No Not implemented
DELETE Returns HTTP 405 (Method Not Allowed) No Not implemented

Parameters:

 

See the GET request section for for the pagination block.

 

Email Links Description

Attribute Data Type Description
ResourceUri Character The URI to the email link resource.
Id Character The unique ID of the email link.
Type Character The type of data delivered in the email link. Can be Listings or CMA.
Subject Character The subject text for the email.
Description Character Additional information about the email link.
Filter Character The search filter representing the listing data emailed. Note that listings can also be retrieved for this link using the EmailLink _filter parameter as well. Only populated if Type: "Listings".
ReportUri Character The link to the report referenced by the link. Only populated if Type: "CMA".
RestrictedUIComponents Character List of UI components that should not be shown. See the table below for more information
ModificationTimestamp Timestamp The time the email link was last updated.
 

UI Components

These values populate some of the settings above, such as RestrictedUIComponents.

Value Description
Details View listing data as intended for listing reports
Documents A view containing the documents for the listings
History A view showing the history for a listing, or historical listings for the same property.
OpenHouses A view containing the open house information for the listings
Photos Photos view for the listings
Videos A view which contains the videos for the listings
VirtualTours A view which contains the virtual tours for the listings
 

Expansions

None.