* GET all properties * GET one property by id * CREATE one property * DELETE one property by id
16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
meta {
|
|
name: Get one by ID
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/api/{{API_VERSION}}/properties/b6ab79d8-f7eb-4fb7-acde-e3310cb0166c
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|