Unified Data Fetching
Fetch different entities at once
Unified Data Fetching
POST
https://api.digis.io/data
This endpoint allows you to retrieve any data combination from the CRUD. It also does many requests in one endpoint (similar to GraphQL)
Request Body
Name
Type
Description
entityN
string
you can cadd as many entities as you wish, an example is given below
Request Example
Query Example
projections
joins
filters
equality
less than
$lt
greater than
$gt
IN operator
$in
Reg expressions
$regex
inverted joins
references
order by
order
limit
take
andskip
Last updated
Was this helpful?