Find first instance of the model matched by filter from the data source.
GET {{baseUrl}}/v1/AtcudSeries/findOne?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
{"seriesId":"\u003cstring\u003e","code":"\u003cstring\u003e","documentType":"\u003cstring\u003e","startDate":"\u003cdateTime\u003e","firstNumber":"\u003cstring\u003e","id":"7ccFD9FACA2dBBc8b9ebfa25","organizationId":"1291fE5b42C3cc043A8ABBAD"}