Entities
Add a query to an entity
post/entities/:entity/queries
Request body
Example request
{
"id": "customFindAll",
"type": "findAll",
"opts": {
"params": [],
"conditions": []
}
}Response
Success
{
"id": "customFindAll",
"type": "findAll",
"opts": {
"params": [],
"conditions": []
}
}Success