Here is an API created with API Express
here are 4 screens from the debugger (firefox)
2 shows the API working as expected, the 2 other show the error.
When I go to ApiExpress and try the test mode, if I put the payload to {} it return the error :{"code":"MS000","message":"","status":"INTERNAL_SERVER_ERROR"}.
If I put a value in the payload like {"idDossier":18100} it works but if I put {"idDossier":18099} it return the error
{
"code": "MS000",
"message": "",
"status": "INTERNAL_SERVER_ERROR"
}
I don't understand what is wrong (value 18099 exist in my database).
Name of taht app is detecto, in Apiexpress, name of the model is Visite and I made it accessible to apperyIo debug team.
All the other models run perfectly.