salix/api/Api/Collection/-collections.bru

16 lines
202 B
Plaintext

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