* GET all properties * GET one property by id * CREATE one property * DELETE one property by id
20 lines
214 B
Plaintext
20 lines
214 B
Plaintext
meta {
|
|
name: Get all
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{API_BASE_URL}}/api/{{API_VERSION}}/properties
|
|
body: none
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{BEARER_TOKEN}}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|