API IS DOWN *** URGENT
Posted: Sat Jun 21, 2025 6:49 am
HI I'm getting below error after calling api with data
METHOD: PUT
API: https://api.opendental.com/api/v1/queries/ShortQuery
Payload:
{
"SqlCommand": "select * from definition"
}
If I pass correct data then I'm getting below error
Server Error
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
*** AND IF I PASS INCORRECT PAYLOAD**
I am getting
"An SQL error occurred: Table 'demo.definitions' doesn't exist"
which proves that api is not working only with correct query
METHOD: PUT
API: https://api.opendental.com/api/v1/queries/ShortQuery
Payload:
{
"SqlCommand": "select * from definition"
}
If I pass correct data then I'm getting below error
Server Error
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
*** AND IF I PASS INCORRECT PAYLOAD**
I am getting
"An SQL error occurred: Table 'demo.definitions' doesn't exist"
which proves that api is not working only with correct query