16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
|
meta {
|
||
|
name: -items-findOne
|
||
|
type: http
|
||
|
seq: 9
|
||
|
}
|
||
|
|
||
|
get {
|
||
|
url: http://localhost:5000/api/items/findOne?filter={"where": {"id": 1}}
|
||
|
body: none
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
query {
|
||
|
filter: {"where": {"id": 1}}
|
||
|
}
|