salix/api/Api/ShelvingLog/ShelvingLogs.bru

19 lines
588 B
Plaintext

meta {
name: ShelvingLogs
type: http
seq: 1
}
get {
url: http://localhost:5000/api/ShelvingLogs?filter={"include":[{"relation":"user","scope":{"fields":["name"]}}],"where":{"originFk":"5"}}
body: json
auth: none
}
query {
filter: {"include":[{"relation":"user","scope":{"fields":["name"]}}],"where":{"originFk":"5"}}
~include: http://localhost:5000/api/ShelvingLogs?filter={"include":[{"relation":"user","scope":{"fields":["name"],"include":{"relation":"worker","scope":{"fields":["id"]}}}}],"where":{"originFk":"5"},"limit":20}
~where: [object Object]
~limit: 20
}