Sales Progression: Get By Property Id

Return all property offers sales progression

Request - GET https://api-uat.vtopenview.com/offers/chain/{propertyId}

You will need to supply a propertyId in the url.
You will need to include your access token upon making a request. For more information, see the authentication and authorization page.

Example request with authorization:

curl -- GET Base URI: https://api-uat.vtopenview.com/offers/chain/{propertyId}
--header "Authorization: Bearer MTQ0NjJkZmQ5OTM2NDE1ghNNBiuyUYUN"

Response

If successful, this method returns a response body with the following structure:

Example response:

HTTPS 200 OK
Content-Type: application/json
[
{
"OfferId": long,
"OfferDate": "string",
"SellersSolicitorInstructed": [
"string" Expected Date
"string" Actual Date
],
"BuyersSolicitorInstructed": [
"string" Expected Date
"string" Actual Date
],
"MemorandumofSaleSent": [
"string" Expected Date
"string" Actual Date
],
"SolicitorPackSent": [
"string" Expected Date
"string" Actual Date
],
"SolicitorPackComplete": [
"string" Expected Date
"string" Actual Date
],
"MortgageSurvey": [
"string" Expected Date
"string" Actual Date
],
"BuildingsSurvey": [
"string" Expected Date
"string" Actual Date
],
"SearchesOrdered": [
"string" Expected Date
"string" Actual Date
],
"MortgageOffer": [
"string" Expected Date
"string" Actual Date
],
"SearchesBack": [
"string" Expected Date
"string" Actual Date
],
"EnquiriesRaised": [
"string" Expected Date
"string" Actual Date
],
"SellerSigned": [
"string" Expected Date
"string" Actual Date
],
"BuyerSigned": [
"string" Expected Date
"string" Actual Date
],
"ContractsExchanged": [
"string" Expected Date
"string" Actual Date
],
"Completion": [
"string" Expected Date
"string" Actual Date
],
}