BPAPI Methods

Example details for BPAPI method Device/Property

Example details for Device/Property

Syntax variant 1 (preferred REST-format): Device/{id}/Property/{name}/

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


Examples of data returned

DataComment
data.Data.bpapi_array 
data.Data.bpapi_status 

Returns all information about properties with names starting with "at_". Please note the use of _PERCENT_ instead of %25 is necessary only when using HTTP GET.


GET, syntax 1 (preferred REST-format):
Device/55379/Property/at__PERCENT_/


GET, syntax 2 (traditional query-string):
Device//Property?id=55379&name=at__PERCENT_






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