Find all instances of the model matched by filter from the data source.
GET {{baseUrl}}/v1/Plans?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
[{"active":true,"default":false,"name":"\u003cstring\u003e","identifier":"\u003cstring\u003e","tier":"\u003cdouble\u003e","documentLimit":10,"organizationLimit":1,"description":"\u003cstring\u003e","priceOrganization":"\u003cdouble\u003e","priceFullUI":"\u003cdouble\u003e","priceWhiteLabelUI":"\u003cdouble\u003e","fee":"\u003cdouble\u003e","licenseFee":"\u003cdouble\u003e","id":"a392dA8Ac1f2d16bBF86CbE8","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e"},{"active":true,"default":false,"name":"\u003cstring\u003e","identifier":"\u003cstring\u003e","tier":"\u003cdouble\u003e","documentLimit":10,"organizationLimit":1,"description":"\u003cstring\u003e","priceOrganization":"\u003cdouble\u003e","priceFullUI":"\u003cdouble\u003e","priceWhiteLabelUI":"\u003cdouble\u003e","fee":"\u003cdouble\u003e","licenseFee":"\u003cdouble\u003e","id":"8A01f3CbCef2AAB6CA2e2C7D","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e"}]