Flexmls: Listing Meta Translations
This service provides a dictionary that translates standard and custom fields
to their corresponding field data used by Flexmls Web.
- Supported Roles
- Available Services
- Translations for a Property Type
- Flexmls: Listing Meta Translations Description
- Expansions
- API Explorer
Supported Roles
Role |
Reads |
Writes |
Notes |
IDX |
Yes |
No |
|
Public |
Yes |
No |
|
VOW |
Yes |
No |
|
Portal |
Yes |
No |
|
Private |
Yes |
No |
|
More information about roles
may be found here.
Available Services
Translations for a Property Type
/<API Version>/flexmls/propertytypes/<PropertyType.MlsCode>/translations
HTTP Method |
Description |
Conditional |
Notes |
GET |
Returns the translations for all standard and custom fields |
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
{
"D": {
"Success": true,
"Results": [{
"StandardFields": {
"City": {
"FlexmlsTableName": "list",
"FlexmlsFieldId": "city",
"FlexmlsDisplayId": "20100000000000000000000000"
},
"BedsTotal": {
"FlexmlsTableName": "list",
"FlexmlsFieldId": "total_beds",
"FlexmlsDisplayId": "20100000000000000000000001"
},
"ListPrice": {
"FlexmlsTableName": "list",
"FlexmlsFieldId": "list_price",
"FlexmlsDisplayId": "20100000000000000000000002"
}
},
"CustomFields": {
"General Property Description": {
"Direction": {
"FlexmlsTableName": "list",
"FlexmlsFieldId": "userdefined4",
"FlexmlsDisplayId": "20100000000000000000000003"
}
}
}
}]
}
}
Flexmls: Listing Meta Translations Description
Attribute |
Data Type |
Description |
FlexmlsTableName |
Character |
The grouping the FlexmlsFieldId falls under in flexmls Web. This will typically be one of the following: list, feature, or report. |
FlexmlsFieldId |
Character |
The unique field name for the FlexmlsTableName. |
FlexmlsDisplayId |
Character |
The GUID for the field. |
Expansions
None.
API Explorer
Interact with this service using the
API Explorer.