salix/api/Api/ShelvingLog/Shelvings.bru

26 lines
640 B
Plaintext

meta {
name: Shelvings
type: http
seq: 2
}
get {
url: http://localhost:5000/api/Shelvings?filter={"where":{"code":"BBB"}}
body: json
auth: none
}
query {
filter: {"where":{"code":"BBB"}}
~include: [http://localhost:5000/api/Shelvings?filter={"include":[{"relation":"parking"}],"limit":20,"where":{"code":{"like":"%BBB%"}}}object Object]
~where: [object Object]
~limit: 20
~access_token: DEFAULT_TOKEN
~filter: {"include":[{"relation":"parking"}],"limit":20,"where":{"code":{"like":"%BBB%"}}}
~filter: where%22%3A%7B%22code%22%3A%7B%22like%22%3A%22%25BBB%25%22%7D%7D%7D
}
headers {
~Content-Type: text/plain
}