* GET all properties * GET one property by id * CREATE one property * DELETE one property by id
16 lines
168 B
Plaintext
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
|
|
}
|