BPAPI Methods

Example details for BPAPI method Property/History

Example details for Property/History

Syntax variant 1 (preferred REST-format): Property/{id}/History/{limit}/

Syntax variant 2 (traditional query-string): Property//History?id={id}&limit={limit}


Examples of data returned

DataComment
data.Data.bpapi_array 

Returns properties since 13:00 hours (today or yesterday according to whether time of day now is greater or less than 13:00). Please note the use of _COLON_ instead of : is necessary only when using HTTP GET.


GET, syntax 1 (preferred REST-format):
Property/53630622/History/13_COLON_00/


GET, syntax 2 (traditional query-string):
Property//History?id=53630622&limit=13_COLON_00






Documentation and tests automatically generated from source-code 2025-12-06 05:04