Find all instances of the model matched by filter from the data source.
GET {{baseUrl}}/v1/Currencies?filter=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | Filter defining fields, where, include, order, offset, and limit - must be a JSON-encoded string ({"where":{"something":"value"}} ). See https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries for more details. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"isoName":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","namePlural":"\u003cstring\u003e","symbol":"\u003cstring\u003e","symbolNative":"\u003cstring\u003e","decimalDigits":2},{"isoName":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","namePlural":"\u003cstring\u003e","symbol":"\u003cstring\u003e","symbolNative":"\u003cstring\u003e","decimalDigits":2}]