Entities
Add a query to an entity
post/entities/:entity/queries
Request body
Example request
{
"id": "customFindAll",
"type": "findAll",
"opts": {
"params": [],
"conditions": []
}
}Response
Success
Changes
No recorded changes to this endpoint across all 6 revisions of this API.