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

16 lines
206 B
Plaintext
Raw Normal View History

2023-12-13 10:30:30 +00:00
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}}
}