List records

List records with optional filters and pagination

POST
/bases/{baseId}/collections/{collectionId}/records/find
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

baseIdstring

Base ID

collectionIdstring

Collection ID

Find records input

fields?array<string>
pagination?bv.Pagination

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/bases/string/collections/string/records/find" \  -H "Content-Type: application/json" \  -d '{}'
{
  "pageInfo": {
    "hasMore": true
  },
  "records": [
    {}
  ]
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}