Files
skamp/bruno/propify/Properties/Get all.bru
Murat Özkorkmaz 7be4c611b3 Initial commit with basic CRUD functionality:
* GET all properties
* GET one property by id
* CREATE one property
* DELETE one property by id
2025-08-25 14:06:29 +02:00

16 lines
168 B
Plaintext

meta {
name: Get all
type: http
seq: 1
}
get {
url: {{BASE_URL}}/api/{{API_VERSION}}/properties
body: none
auth: inherit
}
settings {
encodeUrl: true
}