Property
Get a list of properties for a single destination
get/odata/v1/Property/PropertyReplication(DestinationId={DestinationId})
Path parameters
DestinationIdinteger required
A unique identifier for the desired destination
Query parameters
$selectstring
Selects which properties to include in the response.
$countboolean
Return, along with the results, the total number of records in the dataset. NOTE: There is a performance cost with this query option.
$filterstring
Filters the results, based on a Boolean condition.
$orderbystring
Sorts the results.
Response
OK
Example response
{
"@odata.context": "https://localhost:7051/odata/v1/$metadata#DDF.Core.Entities.Property",
"value": [
{
"ListingKey": "12345",
"ModificationTimestamp": "\"2021-01-01T12:00:00.000Z\""
}
]
}