Find all instances of the model matched by filter from the data source.
GET {{baseUrl}}/v1/Subscriptions?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
[{"dateStart":"\u003cdateTime\u003e","active":true,"gatewayChargeRetries":0,"billingCycle":"month","billingLocation":"\u003cstring\u003e","currencyId":"\u003cstring\u003e","canceledAt":"\u003cdateTime\u003e","churnedAt":"\u003cdateTime\u003e","comment":"\u003cstring\u003e","gateway":"\u003cstring\u003e","gatewayPaymentMethodId":"\u003cstring\u003e","recurrenceCount":"\u003cdouble\u003e","id":"cBe2Fc6fcffE8d5fbc8aA2Db","accountId":"EeAC2Caa5Df14c0a14582f0A","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","planId":"4CFEDEfa0FBA1AB692B8368b","_subscriptionPlan":{"id":"\u003cstring\u003e","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","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e"}},{"dateStart":"\u003cdateTime\u003e","active":true,"gatewayChargeRetries":0,"billingCycle":"month","billingLocation":"\u003cstring\u003e","currencyId":"\u003cstring\u003e","canceledAt":"\u003cdateTime\u003e","churnedAt":"\u003cdateTime\u003e","comment":"\u003cstring\u003e","gateway":"\u003cstring\u003e","gatewayPaymentMethodId":"\u003cstring\u003e","recurrenceCount":"\u003cdouble\u003e","id":"bf40EdFF1d68eDb6D2B8c4bf","accountId":"81Cb4A1e4c52Ed8B9CDb12cb","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","planId":"ccc8982bfBEBBF997b4E523D","_subscriptionPlan":{"id":"\u003cstring\u003e","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","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e"}}]