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 for the last 5 minutes (max 1000 properties will be returned).


GET, syntax 1 (preferred REST-format):
Property/53630622/History/5min/


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






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