salix/api/Api/Collection/-items-findOne.bru

16 lines
206 B
Plaintext

meta {
name: -items-findOne
type: http
seq: 8
}
get {
url: http://localhost:5000/api/items/findOne?filter={"where": {"id": 1}}
body: none
auth: none
}
query {
filter: {"where": {"id": 1}}
}