salix/api/Api/Client/-clients-findOne.bru

16 lines
216 B
Plaintext

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