BPAPI Methods
Example details for Notify
Syntax variant 1 (preferred REST-format): Notify/{text}/{time_filter}/
Syntax variant 2 (traditional query-string): Notify?text={text}&time_filter={time_filter}
Examples of data returned
Only notify if no notification has been sent the last 20 minutes.
GET, syntax 1 (preferred REST-format): Notify/Door%20left%20open/20min/
GET, syntax 2 (traditional query-string): Notify?text=Door%20left%20open&time_filter=20min
POST, traditional
Documentation and tests automatically generated from source-code 2025-12-06 05:04