APIModificationTimestamp not populated in RESO WebAPI
As per this doc https://paragonapi.com/docs/platform/
it is mentioned that "APIModificationTimestamp is the best field to use for incremental updates as it represents the last modification in the Paragon system; ModificationTimestamp is ingested directly from the MLS system and is not a consistent proxy for modifications to the listing in the Property Information Central database."
But when we checked Many of the records are having APIModificationTimestamp as null Here is the request we used
GET https://api.paragonapi.com/api/v2/ODa... Content-Type: application/json Authorization: Bearer {{reso_bearer_token}}
Comments